Skip to content

Commit 3c4a05e

Browse files
committed
Nugets updates!
1 parent 60cd31d commit 3c4a05e

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

build/Microsoft.Toolkit.Uwp.Notifications.JavaScript.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
1010
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1111
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
12-
<description>The official NotificationsExtensions library from Microsoft. Supports JavaScript UWP projects (see NotificationsExtensions.Win10 for the C#/C++ version).
13-
14-
Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
15-
16-
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
12+
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
13+
Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the UWP Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications). Also works with C# portable class libraries and non-UWP C# projects like server projects.</description>
1714
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1815
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, javascript</tags>
1916
</metadata>

build/Microsoft.Toolkit.Uwp.Notifications.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
1010
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1111
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
12-
<description>The official NotificationsExtensions library from Microsoft. C# and C++ UWP project types (see NotificationsExtensions.Win10.JavaScript for the JS version). Also works with C# portable class libraries and non-UWP C# projects like server projects.
13-
14-
Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
15-
16-
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
12+
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
13+
Supports adaptive tiles and adaptive/interactive toasts for Windows 10. It is part of the UWP Community Toolkit. Supports C# and C++ UWP project types (see Microsoft.Toolkit.Uwp.Notifications.JavaScript for the JS version). Also works with C# portable class libraries and non-UWP C# projects like server projects.</description>
1714
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1815
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, c#, csharp, c++</tags>
1916
</metadata>

build/Microsoft.Toolkit.Uwp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>UWP Community Toolkit is a toolkit aimed to help UWP developers to create great Universal Windows Applications.</description>
12+
<description>The UWP Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.</description>
1313
<releaseNotes>First public release.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>
1515
<tags>UWP Toolkit Windows</tags>

0 commit comments

Comments
 (0)