small code refactoring
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Pilz.Updating.Administration.Packaging
|
||||
namespace Pilz.Updating.Administration.Packaging;
|
||||
|
||||
public class UpdatePackageTemplate
|
||||
{
|
||||
public class UpdatePackageTemplate
|
||||
{
|
||||
public string FilesToCopyPath { get; set; }
|
||||
public List<string> UpdateInstallerAddOns { get; set; } = new List<string>();
|
||||
}
|
||||
public string FilesToCopyPath { get; set; }
|
||||
public List<string> UpdateInstallerAddOns { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user