Skip to content

Commit

Permalink
Update changes/fixes for 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 31, 2023
1 parent ae33564 commit b6b9257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* Allow user to avoid killing the parent process that started the update process -- `ShouldKillParentProcessWhenStartingInstaller`; defaults to `true` (19fae1ab1766eafea5a07881ac2598b4355f69f6) [**]
* Allow setting the process ID to kill when starting the installer -- `ProcessIDToKillBeforeInstallerRuns`; defaults to `null`(8cc81e0a561b82c220ecd3a86c5f424a236dc268) [**]
* Fixed Cancel button not working in Avalonia checking for updates window (f35e896) [**]
* Added `InstallerProcessAboutToStart` event. You can use this to modify/see the installer process before it actually begins and optionally make `NetSparkleUpdater` not run the process (you'll have to run the process yourself in that case).

## Updating from 0.X or 1.X to 2.X

Expand Down

0 comments on commit b6b9257

Please sign in to comment.