finalize model for option sets

This commit is contained in:
Pascal
2025-06-27 09:29:57 +02:00
parent f5596ab0ba
commit d0e3d2fa61
7 changed files with 46 additions and 12 deletions

View File

@@ -50,6 +50,9 @@ public class InstallAction
[DefaultValue(false)]
public bool IsExtra { get; set; }
[DefaultValue(null)]
public string TargetOption { get; set; }
[JsonProperty, Obsolete]
private string DownloadUrl
{