rework client and remove separated update installer (gui not finished yet)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
public class UpdatePackageInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public ApplicationVersion Version { get; set; }
|
||||
public AppVersion Version { get; set; }
|
||||
public UpdateNotes Notes { get; } = new();
|
||||
public string Packagelink { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user