Skip to content

Releases: mjuen/Notifications.Wpf.Core

1.4.1

26 Sep 15:14
Compare
Choose a tag to compare
  • Fixed possible memory leak by cleaning up resources of NotificationArea when the control is unloaded

1.4.0

25 Feb 11:29
Compare
Choose a tag to compare
  • Switched framework from .NET Core 3.1 to .NET 6

1.3.2

13 Oct 08:46
Compare
Choose a tag to compare
  • Added strong name for the assembly

1.3.1

15 Jul 21:54
Compare
Choose a tag to compare
  • Added missing documentation and included it in the NuGet package

1.3

15 Jul 17:16
a60d448
Compare
Choose a tag to compare
1.3
  • It is now possible to provide an identifier, in the form of a Guid, for a notification. This identifier can later be used to close specific notifications via code

1.2

05 Jan 13:33
Compare
Choose a tag to compare
1.2
  • Upgraded .NET Core version to 3.1 (LTS support)

1.1.2

27 Nov 18:49
Compare
Choose a tag to compare
  • Added new dependency property BindableName to NotificationArea to allow binding of the name that is used for the identification of the area

1.1.1

26 Nov 23:09
Compare
Choose a tag to compare
  • Fixed bug where ToastWindow was shown in ALT+TAB app drawer
  • Fixed bug where ToastWindow kept the main application alive after closing

1.1.0

26 Nov 15:45
22fc665
Compare
Choose a tag to compare
  • INotificationManager methods are now type-safe
  • Disposal of unmanaged resources is now handled by the library itself (disposal of used semaphore)
  • Possibility to change the position of the default notification area (non-custom area)
  • Some documentation for methods and constructors

1.0.0

26 Nov 11:50
Compare
Choose a tag to compare

Inital release, support for .NET Core 3.0 WPF apps