some more work
This commit is contained in:
@@ -8,7 +8,7 @@ public class UpdateAction : InstallAction
|
||||
{
|
||||
[DefaultValue(UpdateActionType.Update)]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public UpdateActionType Type { get; set; }
|
||||
public UpdateActionType Type { get; set; } = UpdateActionType.Update;
|
||||
|
||||
[DefaultValue(null)]
|
||||
public string SrcPath { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user