AutoUpdater.NET Versions Save

AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.

v1.7.4

1 year ago
  • Fixed an issue causing application to not start with command line arguments it started with after the update.
  • Now WebView2 will use custom user-agent. By @ptdev in #550.

v1.7.3

1 year ago
  • Fixed an issue with WebView2 when changelog has linked files and basic authentication is enabled. By @ptdev in #537.

v1.7.2

2 years ago
  • Properly anchored WebView2 control, so it displays properly on any screen. By @tip2tail in #536.

v1.7.1

2 years ago
  • Now application will exit if user tries to exit the application when Mandatory is set to true and UpdateMode is set to Forced or ForcedDownload.
  • Now WebView2 control will be used instead of WebBrowser when it's available. By @tip2tail in #534
  • Added ability to clear application directory before extracting update. This resolves #506.
  • Added Latvian translation. By @bokspro in #518.
  • Fixed race condition in SetTimer(). By @dummy3k in #516.
  • Fixed a scaling issue in update form on higher DPI. This resolves #510.
  • Fixed translation error in Dutch language file. This resolves #498.
  • Fixed an issue causing UpdateForm to not show up again even if Start method was called again. This fixes #520.

v1.7.0

2 years ago
  • Added support for .NET Core 3.1 and .NET 5.0 while dropping support for .NET Framework below 4.5.
  • Fixed an issue with download size label on higher DPI scaling.
  • Fixed an issue where setting UpdateMode to Forced or ForcedDownload can prevent app from closing. See #440.
  • Fixed an issue that causes it to crash if content-disposition contains only white space. See #467.

v1.6.4

3 years ago
  • Now CheckForUpdateEvent will report the exception as Error property in case of failure.

v1.6.3

3 years ago

Fixed an issue where ZipExtractor takes a long time to detect running processes prior to upgrade.

v1.6.2

3 years ago
  • Fixed an issue that caused ZipExtractor to crash if the update zip file contained a folder. See #404.

v1.6.1

3 years ago
  • Now a long path of the current file shown in the ZipExtractor window won't expand the window. See #366.
  • Added InstalledVersion field to manually provide installed version. See #260.
  • Now it is not possible for users to use ALT+F4 to close the updater when the mandatory mode is Forced or ForcedDownload. See #369.
  • Now ZipExtractor will retry copying file in case of failure. see #11.
  • Added ability to use Network Authentication.
  • Now ZipExtractor will suggest processes that are holding the lock on a file so the user can exit from them. See #369.
  • Now ZipExtractor will use native .NET zip extraction. See #182.

v1.6.0

4 years ago
  • Code Optimization
  • Added way to change how Skip and Remind Later values are preserved.
  • Added ability to execute update check synchronously.
  • Added minimum version mandatory version check.