Releases: jcaillon/SoftwareUpdater
Releases · jcaillon/SoftwareUpdater
v1.0.6
24 Feb 21:54
Compare
Sorry, something went wrong.
No results found
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
24 Feb 21:54
Compare
Sorry, something went wrong.
No results found
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
18 Sep 13:48
Compare
Sorry, something went wrong.
No results found
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
18 Sep 13:48
Compare
Sorry, something went wrong.
No results found
Improvements
Added SimpleFileUpdater.AddFileToCopy() method.
Fix
SimpleFileUpdater.Start() can now correctly be called several times without an exception.
v1.0.2
18 Sep 13:47
Compare
Sorry, something went wrong.
No results found
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
18 Sep 13:47
Compare
Sorry, something went wrong.
No results found
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
18 Sep 13:47
Compare
Sorry, something went wrong.
No results found
Improvements
Fix the behavior for .net core application