From 1306b6bbbf0d4eb98561b4d900e40fc61ccc5bfb Mon Sep 17 00:00:00 2001 From: Luis von der Eltz Date: Tue, 16 Mar 2021 18:53:59 +0100 Subject: [PATCH] Update to stable Uwp.Notifications package --- .../DesktopNotifications.Windows.csproj | 2 +- DesktopNotifications.Windows/WindowsNotificationManager.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj index 76e91f0..879c024 100644 --- a/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj +++ b/DesktopNotifications.Windows/DesktopNotifications.Windows.csproj @@ -11,7 +11,7 @@ - + diff --git a/DesktopNotifications.Windows/WindowsNotificationManager.cs b/DesktopNotifications.Windows/WindowsNotificationManager.cs index 4483f25..32ca9a2 100644 --- a/DesktopNotifications.Windows/WindowsNotificationManager.cs +++ b/DesktopNotifications.Windows/WindowsNotificationManager.cs @@ -14,7 +14,7 @@ namespace DesktopNotifications.Windows private readonly WindowsApplicationContext _applicationContext; private readonly TaskCompletionSource? _launchActionPromise; private readonly Dictionary _notifications; - private readonly ToastNotifier _toastNotifier; + private readonly ToastNotifierCompat _toastNotifier; /// ///