AutoUpdater.NET
AutoUpdater.NET copied to clipboard
Support for Toast notifications
I want to change new Update notifications and reminder notifications to windows toast messages.
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