manager: add proper support for options
This commit is contained in:
@@ -8,4 +8,5 @@ public class UpdateCheckOptions
|
||||
public Side Side { get; set; } = Side.Client;
|
||||
public bool IncludeExtras { get; set; }
|
||||
public bool IgnoreInstalledVersion { get; set; }
|
||||
public InstallOptionValueDictionary Options { get; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user