manager: add proper support for options
This commit is contained in:
@@ -5,6 +5,8 @@ public class UpdateCheckResult
|
||||
public Version CurrentVersion { get; set; }
|
||||
public Version LatestVersion { get; set; }
|
||||
public List<InstallAction> Actions { get; private set; } = [];
|
||||
public List<InstallOptionSet> OptionsAvailable { get; } = [];
|
||||
public List<string> OptionsEnabled { get; } = [];
|
||||
public bool IsInstalled { get; set; }
|
||||
public bool HasError { get; set; }
|
||||
public bool IsInMaintenance { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user