From aedbb5f06335135b996574bd34dc433c907c0b91 Mon Sep 17 00:00:00 2001 From: "Michael Hawker MSFT (XAML Llama)" <24302614+michael-hawker@users.noreply.github.com> Date: Mon, 3 May 2021 10:59:33 -0700 Subject: [PATCH] Update Microsoft.Toolkit.Uwp.Notifications.nuspec --- .../Microsoft.Toolkit.Uwp.Notifications.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec index c458f61b7..f76498289 100644 --- a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec +++ b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec @@ -8,7 +8,7 @@ true MIT https://github.com/windows-toolkit/WindowsCommunityToolkit - https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master/build/nuget.png + https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/main/build/nuget.png images\nuget.png The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps.