Replies: 2 comments
-
You can just handle update manually as shown here and save the change log from the changelog URL. Upon next start of the application, you can show the changelog you stored previously and remove it afterward. You can just pass the following into the CheckForUpdateEvent after storing the changelog, and it should continue with its usual flow. Make sure you only store the changelog when there is a new update, or it will show the changelog on every start of your application.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks so much!
Will try this
Cheers
Philippe
Envoyé de mon iPhone
Le 6 juin 2025 à 10:19, Ravi Patel ***@***.***> a écrit :
You can just handle update manually as shown here<https://github.com/ravibpatel/AutoUpdater.NET?tab=readme-ov-file#handling-updates-manually> and save the change log from the changelog URL. Upon next start of the application, you can show the changelog you stored previously and remove it afterward. You can just pass the following into the CheckForUpdateEvent after storing the changelog, and it should continue with its usual flow. Make sure you only store the changelog when there is a new update, or it will show the changelog on every start of your application.
AutoUpdater.ShowUpdateForm(args);
—
Reply to this email directly, view it on GitHub<#741 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7ZJEYZD54PRZDXH4U4TSL3CFFJFAVCNFSM6AAAAAB6V4DR3GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZYG42TOMI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my updates, I don't really want the users to interact with the upgrade process, which is why I use a forced update and, so, no window is displayed to the user.
However, I think it might be interesting to them to know what was changed/added and why. So, I wonder if it would be possible to add a popup text readout of the tagged releases document which might (or might not) be closed when the update is complete...
Just some food for thoughts :)
Philippe
Beta Was this translation helpful? Give feedback.
All reactions