Releases: jcaillon/SoftwareUpdater
Releases · jcaillon/SoftwareUpdater
v1.0.6
Improvements
none
Fix
- corrected the detection of file permission, to check if admin rights are necessary to move/copy the files in SimpleFileUpdater.
v1.0.5
Improvements
none
Fix
- corrected the detection of file permission, to check if admin rights are necessary to move/copy the files in SimpleFileUpdater.
v1.0.4
Improvements
none
Fix
- fix SimpleFileUpdater.Start() to work when being called several time in admin mode, in case the user didn't give the permission to execute SimpleFileUpdater.exe
v1.0.3
Improvements
- Added SimpleFileUpdater.AddFileToCopy() method.
Fix
- SimpleFileUpdater.Start() can now correctly be called several times without an exception.
v1.0.2
Improvements
- Added the possibility to set the subdirectory in which to create the simplue updater executable.
Fix
- SimpleFileUpdater.TryToCleanLastExe() now correctly returns true if a deletion was done which can be used to know if an update has been done.
v1.0.1
Improvements
- Added the possibility to set the subdirectory in which to create the simplue updater executable.
Fix
- SimpleFileUpdater.TryToCleanLastExe() now correctly returns true if a deletion was done which can be used to know if an update has been done.
v1.0.0
Improvements
- Fix the behavior for .net core application