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

Commit 7d32cb8

Browse files
add new elements icon and license
1 parent cb07f68 commit 7d32cb8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

BuildTools/Nuspecs.UWP/Package.UniversalWindowsPlatform.nuspec

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@
77
<authors>Progress</authors>
88
<owners>Progress</owners>
99
<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>
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>
1314
<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>
1415
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.7</releaseNotes>
1516
<tags>UWP Windows Telerik Controls XAML C#</tags>
1617
<language>en-US</language>
1718
</metadata>
1819
<files>
19-
<file src="$DeployDirectory$\$BinariesSubDir$\**" target="lib\uap10.0"/>
20+
<file src="$NuspecsDir$\uwp.png" target="images\" />
21+
<file src="$DeployDirectory$\$BinariesSubDir$\**" target="lib\uap10.0"/>
2022
<file src="$NuspecsDir$\$Id$.targets" target="build\uap10.0"/>
2123
<file src="$NuspecsDir$\VisualStudioToolsManifest.xml" target="tools"/>
2224
<file src="$DeployDirectory$\License.md" target="LicenseAgreements" />

0 commit comments

Comments
 (0)