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.8.5

2 months ago
  • Added support for .NET 8.0.
  • Now ZipExtractor bundled inside AutoUpdater.NET requires same .NET version as the library.
  • Fixed an issue causing command line arguments to be passed as one argument to MSI installer.

v1.8.4

8 months ago
  • Added ability to change icon shown on the Updater dialog. This resolves #533.
  • Added ability to set TopMost property of all updater dialogs. This resolves #584.

v1.8.3

11 months ago
  • Fixed an issue that was causing ClearAppDirectory to not work. This fixes #623.

v1.8.2

11 months ago
  • Added option to set WPF Window or Windows Form as owner of all dialogs initiated by AutoUpdater. This fixes #584. By @Fruchtzwerg94 in #617.

v1.8.1

1 year ago
  • Fixed an issue causing ZipExtractor to stuck if the executable is located at the root of a network share/drive. This fixes #608. By @fishjimi in #616.

v1.8

1 year ago
  • Added ability to define executable location in XML file if it differs from the older version executable. This resolves #128, #243 and #609.
  • Fixed an issue causing ZipExtractor to fail with System.UnauthorizedAccessException if the files it is trying to replace are hidden. This fixes #601.
  • Fixed an issue causing AutoUpdater.NET to crash if content-disposition header is wrong in a file download response. See #610.
  • Now showing an error dialog if it can't determine the filename of the update file. This resolves #589.

v1.7.7

1 year ago
  • Fixed an issue causing ArgumentException when it can't get the WebView2 version info. See #605.

v1.7.6

1 year ago
  • Added support for .NET 6.0.
  • Fixed an issue preventing it from downloading the XML file if previous attempt was resulted in an error. This resolves #574.

v1.7.5

1 year ago
  • Fixed an issue where command line arguments with spaces wasn't passed correctly to the ZipExtractor. See #562.
  • Now using temporary folder as WebView2 user data folder to avoid issues when using it with VSTO addin. See #558.
  • Updated Polish translation. By @przemo20 in #563.
  • Fixed an issue causing crash due to WebView2 version mismatch. See #554. Issue #547 could resurface due to this change, so avoid updating the WebView2 package if there is a new package available in the future.

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.