ravibpatel / AutoUpdater.NET

AutoUpdater.NET is a class library that allows .NET developers to easily add auto update functionality to their classic desktop application projects.
MIT License
3.06k stars 771 forks source link

Support for Toast notifications #590

Open ideook opened 1 year ago

ideook commented 1 year ago

image

I want to change new Update notifications and reminder notifications to windows toast messages.

prj commented 1 year ago

You can use AutoUpdater.CheckForUpdateEvent to get notified when the update is available. After that you can check the provided UpdateInfoEventArgs and implement your popup notification.

I use this package to make the notifications, but there are many others of course: https://github.com/mjuen/Notifications.Wpf.Core