update nugets & cleanup
This commit is contained in:
12
Pilz.Updating.UpdateInstaller.Lib/UpdateInstallerStatus.cs
Normal file
12
Pilz.Updating.UpdateInstaller.Lib/UpdateInstallerStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace Pilz.Updating.UpdateInstaller.Lib
|
||||
{
|
||||
public enum UpdateInstallerStatus
|
||||
{
|
||||
Waiting,
|
||||
Extracting,
|
||||
CopyingFiles,
|
||||
RemovingFiles,
|
||||
Done
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user