Skip to content

Tags: ravibpatel/AutoUpdater.NET

Tags

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Now using ZipExtractor compiled using .NET Framework 4.5 instead of s…

…ame .NET version as the host project to natively support Windows 8 and above while preventing issues with self-contained apps.

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Now killing the other app process only if it didn't exited after call…

… to CloseMainWindow.

v1.8.6

Toggle v1.8.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Grouped resource files with their respective forms using .csproj.

v1.8.5

Toggle v1.8.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Using Utils.BuildArguments to create arguments string for MSI install…

…er causes issues so reverted that change. This fixes #664.

v1.8.4

Toggle v1.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added ability to change icon shown on the Updater dialog. This resolves 

#533. (#634)

v1.8.3

Toggle v1.8.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Updated appveyor.yml.

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Added option to set WPF Window or Windows Form as owner of all dialog…

…s initiated by AutoUpdater. (#617)

This fixes #584.

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Now only adding current command line arguments if they exist.

v1.8

Toggle v1.8's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Added ability set updated executable path from code.

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
ravibpatel Ravi Patel
Now handling any exception thrown while checking for WebView2. This r…

…esolves #605.