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
Fixed an issue that was causing ClearAppDirectory to not work. This fixes #623.
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
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.
Commits
7b24dc7 Added ability to change icon shown on the Updater dialog. This resolves #533....
84fe92b Added ability to set TopMost property of all updater dialogs. This resolves #...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Autoupdater.NET.Official from 1.8.0 to 1.8.4.
Release notes
Sourced from Autoupdater.NET.Official's releases.
Commits
7b24dc7
Added ability to change icon shown on the Updater dialog. This resolves #533....84fe92b
Added ability to set TopMost property of all updater dialogs. This resolves #...35f46ac
Updated appveyor.yml.b872af7
Fixed an issue that was causing ClearAppDirectory to not work. This fixes #623.743dbe4
Added option to set WPF Window or Windows Form as owner of all dialogs initia...4c34c0a
Now only adding current command line arguments if they exist.7796d0b
Now using extracted method to build arguments for msi installer too.9632536
Improved comments on test application.02662bb
Now using BuildArguments method used internally in .NET Standard to build arg...3d72caf
ArgumentList isn't available for .NET Framework so, using original logic to g...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show