Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 6b7c79a

Browse files
Merge pull request #503 from telerik/nikolova/NugetSign
Nikolova/nuget sign
2 parents 9911c4e + 9295f51 commit 6b7c79a

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed
Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
<?xml version="1.0"?>
22
<package >
3-
<metadata>
4-
<id>$Id$</id>
5-
<version>$Version$</version>
6-
<title>$Title$</title>
7-
<authors>Progress</authors>
8-
<owners>Progress</owners>
9-
<projectUrl>http://www.telerik.com/universal-windows-platform-ui</projectUrl>
10-
<licenseUrl>https://github.com/telerik/UI-For-UWP/blob/master/LICENSE.md</licenseUrl>
11-
<iconUrl>http://www.telerik.com/docs/default-source/nuget-feed-product-files/nugeticon_uwp.png?sfvrsn=2</iconUrl>
12-
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13-
<description>UI for Universal Windows Platform is a toolset for building Universal Windows Platform apps for the Windows Store and the enterprise. The library is designed to offer the same user experience, functionality and behavior on Windows devices of all form factors.</description>
14-
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.7</releaseNotes>
15-
<tags>UWP Windows Telerik Controls XAML C#</tags>
16-
<language>en-US</language>
17-
</metadata>
18-
<files>
19-
<file src="$DeployDirectory$\$BinariesSubDir$\**" target="lib\uap10.0"/>
20-
<file src="$NuspecsDir$\$Id$.targets" target="build\uap10.0"/>
21-
<file src="$NuspecsDir$\VisualStudioToolsManifest.xml" target="tools"/>
22-
<file src="$DeployDirectory$\License.md" target="LicenseAgreements" />
23-
</files>
3+
<metadata>
4+
<id>$Id$</id>
5+
<version>$Version$</version>
6+
<title>$Title$</title>
7+
<authors>Progress</authors>
8+
<owners>Progress</owners>
9+
<projectUrl>http://www.telerik.com/universal-windows-platform-ui</projectUrl>
10+
<license type="file">LicenseAgreements\LICENSE.md</license>
11+
<iconUrl>http://www.telerik.com/docs/default-source/nuget-feed-product-files/nugeticon_uwp.png?sfvrsn=2</iconUrl>
12+
<icon>images\uwp.png</icon>
13+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
14+
<description>UI for Universal Windows Platform is a toolset for building Universal Windows Platform apps for the Windows Store and the enterprise. The library is designed to offer the same user experience, functionality and behavior on Windows devices of all form factors.</description>
15+
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.7</releaseNotes>
16+
<tags>UWP Windows Telerik Controls XAML C#</tags>
17+
<language>en-US</language>
18+
</metadata>
19+
<files>
20+
<file src="$NuspecsDir$\uwp.png" target="images\" />
21+
<file src="$DeployDirectory$\$BinariesSubDir$\**" target="lib\uap10.0"/>
22+
<file src="$NuspecsDir$\$Id$.targets" target="build\uap10.0"/>
23+
<file src="$NuspecsDir$\VisualStudioToolsManifest.xml" target="tools"/>
24+
<file src="$DeployDirectory$\License.md" target="LicenseAgreements" />
25+
</files>
2426
</package>

BuildTools/Nuspecs.UWP/uwp.png

1.8 KB
Loading

0 commit comments

Comments
 (0)