add/edit/delete updates

This commit is contained in:
2024-09-09 08:54:53 +02:00
parent 1747083c99
commit 32d9212edc
17 changed files with 703 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
public interface IActionSetInfos
{
Version Version { get; }
Version Version { get; set; }
IEnumerable<InstallAction> Actions { get; }
}