Open ideook opened 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
I want to change new Update notifications and reminder notifications to windows toast messages.