Skip to content

Releases: jcaillon/SoftwareUpdater

v1.0.6

Choose a tag to compare

@jcaillon jcaillon released this 24 Feb 21:54
v1.0.6
b4625b3

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

Choose a tag to compare

@jcaillon jcaillon released this 24 Feb 21:54
53fbf5f

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

Choose a tag to compare

@jcaillon jcaillon released this 18 Sep 13:48
e6124e9

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

v1.0.3 Pre-release
Pre-release

Choose a tag to compare

@jcaillon jcaillon released this 18 Sep 13:48
134ec5e

Improvements

  • Added SimpleFileUpdater.AddFileToCopy() method.

Fix

  • SimpleFileUpdater.Start() can now correctly be called several times without an exception.

v1.0.2

v1.0.2 Pre-release
Pre-release

Choose a tag to compare

@jcaillon jcaillon released this 18 Sep 13:47
f783e37

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

v1.0.1 Pre-release
Pre-release

Choose a tag to compare

@jcaillon jcaillon released this 18 Sep 13:47
7d9f8c3

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

v1.0.0 Pre-release
Pre-release

Choose a tag to compare

@jcaillon jcaillon released this 18 Sep 13:47
f1569fe

Improvements

  • Fix the behavior for .net core application