Skip to content

Commit 1e3032b

Browse files
committed
updated nuspec with required information
1 parent 8b7cf97 commit 1e3032b

7 files changed

+24
-24
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<id>Microsoft.Toolkit.Uwp.Notifications.JavaScript</id>
55
<version>$version$</version>
66
<authors>Microsoft</authors>
7-
<owners>microsoft, andrewbares</owners>
7+
<owners>microsoft, nugetuwptoolkit</owners>
8+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
89
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
9-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1011
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
1112
<description>The official NotificationsExtensions library from Microsoft. Supports JavaScript UWP projects (see NotificationsExtensions.Win10 for the C#/C++ version).
1213

@@ -15,7 +16,6 @@ Generate tile, toast, and badge notifications for Windows 10 via code, with the
1516
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
1617
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1718
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, javascript</tags>
18-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1919
</metadata>
2020

2121
<files>

build/Microsoft.Toolkit.Uwp.Notifications.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
<id>Microsoft.Toolkit.Uwp.Notifications</id>
55
<version>$version$</version>
66
<authors>Microsoft</authors>
7-
<owners>microsoft, andrewbares</owners>
7+
<owners>microsoft, nugetuwptoolkit</owners>
8+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
89
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
9-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1011
<summary>Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.</summary>
1112
<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.
1213

@@ -15,7 +16,6 @@ Generate tile, toast, and badge notifications for Windows 10 via code, with the
1516
Supports adaptive tiles and adaptive/interactive toasts for Windows 10!</description>
1617
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1718
<tags>notifications, win10, windows 10, tile, tiles, toast, toasts, badge, xml, uwp, c#, csharp, c++</tags>
18-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1919
</metadata>
2020

2121
<files>

build/Microsoft.Toolkit.Uwp.Services.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>$version$</version>
66
<title>UWP Community Toolkit Services</title>
77
<authors>Microsoft</authors>
8-
<owners>Microsoft</owners>
9-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit</licenseUrl>
10-
<projectUrl>hhttps://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
8+
<owners>microsoft, nugetuwptoolkit</owners>
9+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
10+
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library enables access to different data sources like Bing, Facebook, and Twitter. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>

build/Microsoft.Toolkit.Uwp.UI.Animations.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<version>$version$</version>
66
<title>UWP Community Toolkit Animations</title>
77
<authors>Microsoft</authors>
8-
<owners>Microsoft</owners>
9-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit</licenseUrl>
8+
<owners>microsoft, nugetuwptoolkit</owners>
9+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>This library provides helpers and services on top of Windows Composition. It is part of the UWP Community Toolkit.</description>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12+
<description>This library provides helpers and services on top of Windows Composition and XAML storyboards. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
14-
<copyright>Copyright 2016</copyright>
14+
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<tags>UWP Toolkit Windows Animations Composition</tags>
1616
<dependencies>
1717
<dependency id="Microsoft.Toolkit.Uwp" version="$version$" />

build/Microsoft.Toolkit.Uwp.UI.Controls.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>$version$</version>
66
<title>UWP Community Toolkit Controls</title>
77
<authors>Microsoft</authors>
8-
<owners>Microsoft</owners>
9-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit</licenseUrl>
8+
<owners>microsoft, nugetuwptoolkit</owners>
9+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library provides XAML user controls. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>

build/Microsoft.Toolkit.Uwp.UI.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>$version$</version>
66
<title>UWP Community Toolkit UI</title>
77
<authors>Microsoft</authors>
8-
<owners>Microsoft</owners>
9-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit</licenseUrl>
8+
<owners>microsoft, nugetuwptoolkit</owners>
9+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This library provides UI services. It is part of the UWP Community Toolkit.</description>
1313
<releaseNotes>First public release.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>

build/Microsoft.Toolkit.Uwp.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<version>$version$</version>
66
<title>UWP Community Toolkit</title>
77
<authors>Microsoft</authors>
8-
<owners>Microsoft</owners>
9-
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit</licenseUrl>
8+
<owners>microsoft, nugetuwptoolkit</owners>
9+
<licenseUrl>https://github.com/Microsoft/UWPCommunityToolkit/blob/master/license.md</licenseUrl>
1010
<projectUrl>https://github.com/Microsoft/UWPCommunityToolkit</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>UWP Community Toolkit is a toolkit aimed to help UWP developers to create great Universal Windows Applications.</description>
1313
<releaseNotes>First public release.</releaseNotes>
1414
<copyright>Copyright 2016</copyright>

0 commit comments

Comments
 (0)