diff --git a/Directory.Build.targets b/Directory.Build.targets index ab132c6cf4c..4423ad40f2f 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,7 +1,7 @@ - true + true diff --git a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj index f58d2721c1d..2a456cf9275 100644 --- a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj +++ b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj @@ -1,22 +1,13 @@  - - - netstandard1.4;uap10.0.19041;net461;netcoreapp3.1;net5.0;net5.0-windows10.0.17763.0 + netstandard1.4;uap10.0.19041;net461;netcoreapp3.1;net5.0;net5.0-windows10.0.17763.0;native $(DefineConstants);NETFX_CORE Windows Community Toolkit Notifications - - Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense. - Adds Support for adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the Windows Community Toolkit. - Supports C# and C++ UWP project types. - Also works with C# portable class libraries and non-UWP C# projects like server projects. - This project contains outputs for netstandard1.4, uap10.0 and native for WinRT. - - notifications win10 windows 10 tile tiles toast toasts badge xml uwp c# csharp c++ true 10240 10.0.10240.0 + Microsoft.Toolkit.Uwp.Notifications.nuspec @@ -55,6 +46,10 @@ + + + 10.0.19041.0 + winmdobj @@ -64,8 +59,7 @@ native UAP,Version=v10.0 uap10.0 - 10.0.19041.0 - 10.0.10240.0 + 10.0.19041.0 $(DefineConstants);NETFX_CORE;WINDOWS_UWP;WINRT false .NETCore @@ -77,5 +71,12 @@ UAP$(TargetPlatformMinVersion.Replace('.', '_')) true + + + + + buildOutput=bin\$(Configuration);version=$(Version) + + diff --git a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec new file mode 100644 index 00000000000..eae33f7a3dc --- /dev/null +++ b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.nuspec @@ -0,0 +1,80 @@ + + + + Microsoft.Toolkit.Uwp.Notifications + $version$ + Windows Community Toolkit Notifications + Microsoft.Toolkit + + true + https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/license.md + https://github.com/windows-toolkit/WindowsCommunityToolkit + https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master/build/nuget.png + The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supported by all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supported by C++ UWP apps. + + Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries. + + For UWP/MSIX apps, you can also generate tile and badge notifications. + https://github.com/windows-toolkit/WindowsCommunityToolkit/releases + (c) .NET Foundation and Contributors. All rights reserved. + notifications win10 windows 10 tile tiles toast toasts badge xml uwp c# csharp c++ wpf winforms + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file