mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 05:08:34 +08:00
Read latest version from website and add Run when system starts
This commit is contained in:
9
extra/exe-builder/Version.cs
Normal file
9
extra/exe-builder/Version.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace UptimeKuma {
|
||||
public class Version {
|
||||
public string latest { get; set; }
|
||||
public string slow { get; set; }
|
||||
public string beta { get; set; }
|
||||
public string nodejs { get; set; }
|
||||
public string exe { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user