Skip to content

Releases: jcaillon/SoftwareUpdater

v1.0.6

24 Feb 21:54
v1.0.6
b4625b3
Compare
Choose a tag to compare

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
53fbf5f
Compare
Choose a tag to compare

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
e6124e9
Compare
Choose a tag to compare

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
134ec5e
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release

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
f783e37
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

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
7d9f8c3
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

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
f1569fe
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Improvements

  • Fix the behavior for .net core application