Skip to content

Commit

Permalink
Fixed nugets description (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Feb 13, 2017
1 parent a39abc6 commit b5b098c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
Expand Up @@ -10,6 +10,7 @@
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
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>
Expand Down
1 change: 1 addition & 0 deletions build/Microsoft.Toolkit.Uwp.Notifications.nuspec
Expand Up @@ -13,6 +13,7 @@
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
<description>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.
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>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, c#, csharp, c++</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions build/Microsoft.Toolkit.Uwp.Services.nuspec
Expand Up @@ -11,9 +11,9 @@
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library enables access to different data sources like Bing, Facebook, LinkedIn, MicrosoftGraph, OneDrive and Twitter. It is part of the UWP Community Toolkit.</description>
<releaseNotes>First public release.</releaseNotes>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>UWP Toolkit Windows Twitter OAuth Facebook Bing MicrosoftGraph LinkedIn</tags>
<tags>UWP Toolkit Windows Twitter OAuth Facebook Bing MicrosoftGraph LinkedIn OneDrive</tags>
<references>
<reference file="Microsoft.Toolkit.Uwp.Services.dll" />
</references>
Expand Down
2 changes: 1 addition & 1 deletion build/Microsoft.Toolkit.Uwp.UI.Animations.nuspec
Expand Up @@ -11,7 +11,7 @@
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library provides helpers and services on top of Windows Composition and XAML storyboards. It is part of the UWP Community Toolkit.</description>
<releaseNotes>First public release.</releaseNotes>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>UWP Toolkit Windows Animations Composition</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions build/Microsoft.Toolkit.Uwp.UI.Controls.nuspec
Expand Up @@ -11,9 +11,9 @@
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This library provides XAML user controls. It is part of the UWP Community Toolkit.</description>
<releaseNotes>First public release.</releaseNotes>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>UWP Toolkit Windows Controls XAML Hamburger Range</tags>
<tags>UWP Toolkit Windows Controls XAML Hamburger Range WrapPanel Adaptive Markdown</tags>
<dependencies>
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />
<dependency id="Microsoft.Toolkit.Uwp.UI" version="$version$" />
Expand Down
4 changes: 2 additions & 2 deletions build/Microsoft.Toolkit.Uwp.nuspec
Expand Up @@ -10,8 +10,8 @@
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<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>
<releaseNotes>First public release.</releaseNotes>
<description>This package includes code only helpers such as Colors conversion tool, Internet Connection detection, Storage file handling, a Stream helper class, etc.</description>
<releaseNotes>v1.4: https://github.com/Microsoft/UWPCommunityToolkit/releases/tag/v1.4.0</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>UWP Toolkit Windows</tags>
<dependencies>
Expand Down

0 comments on commit b5b098c

Please sign in to comment.