AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Support for Toast notifications

Open ideook opened this issue 2 years ago • 1 comments

image

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

ideook avatar Dec 12 '22 08:12 ideook

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

prj avatar Oct 26 '23 10:10 prj