Releases: ravibpatel/AutoUpdater.NET
Releases · ravibpatel/AutoUpdater.NET
v1.9.2
v1.9.1
v1.9.0
- Fixed an issue causing ZipExtractor to force user to install .NET 8.0 x86 even if x64 version was installed. This should fix #684.
- Fixed an issue causing "Process has exited" error when trying to close another instance of app when it was already closed.
- Dropped support for .NET Framework 4.5. Now it requires .NET Framework 4.6.2 or above.
v1.8.6
v1.8.5
- 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
v1.8.3
v1.8.2
- 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
v1.8
- 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.