Merge pull request #230 from telerik/Nasko/UpdateNuspec

Update nuspec
This commit is contained in:
Atanas Popatanasov 2018-01-17 18:23:01 +02:00 коммит произвёл GitHub
Родитель fc34afa30b 199e710ce9
Коммит 7f10c53e5b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,2 +1,2 @@
SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.0.8
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.0.9

Просмотреть файл

@ -15,7 +15,7 @@
<Target Name="PrepareNugetProperties">
<PropertyGroup>
<Version Condition= " '$(Version)' == '' ">1.0.0.8</Version>
<Version Condition= " '$(Version)' == '' ">1.0.0.9</Version>
<FullPathDeployDirectory>$([System.IO.Path]::GetFullPath('$(DeployDirectory)'))</FullPathDeployDirectory>
<BinariesSubDir>$(BinariesTargetDirectory)</BinariesSubDir>

Просмотреть файл

@ -11,6 +11,8 @@
<iconUrl>http://www.telerik.com/docs/default-source/nuget-feed-product-files/nugeticon_uwp.png?sfvrsn=2</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<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>
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.0.9</releaseNotes>
<tags>UWP Windows Telerik Controls XAML C#</tags>
<language>en-US</language>
</metadata>
<files>