Update the nuget version
This commit is contained in:
Родитель
c8ee45d4f1
Коммит
2964601c51
|
@ -1,2 +1,2 @@
|
||||||
SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe
|
SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe
|
||||||
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.2
|
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.3
|
|
@ -15,7 +15,7 @@
|
||||||
<Target Name="PrepareNugetProperties">
|
<Target Name="PrepareNugetProperties">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version Condition= " '$(Version)' == '' ">1.0.2.2</Version>
|
<Version Condition= " '$(Version)' == '' ">1.0.2.3</Version>
|
||||||
<FullPathDeployDirectory>$([System.IO.Path]::GetFullPath('$(DeployDirectory)'))</FullPathDeployDirectory>
|
<FullPathDeployDirectory>$([System.IO.Path]::GetFullPath('$(DeployDirectory)'))</FullPathDeployDirectory>
|
||||||
<BinariesSubDir>$(BinariesTargetDirectory)</BinariesSubDir>
|
<BinariesSubDir>$(BinariesTargetDirectory)</BinariesSubDir>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<iconUrl>http://www.telerik.com/docs/default-source/nuget-feed-product-files/nugeticon_uwp.png?sfvrsn=2</iconUrl>
|
<iconUrl>http://www.telerik.com/docs/default-source/nuget-feed-product-files/nugeticon_uwp.png?sfvrsn=2</iconUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<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>
|
<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.2.2</releaseNotes>
|
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.3</releaseNotes>
|
||||||
<tags>UWP Windows Telerik Controls XAML C#</tags>
|
<tags>UWP Windows Telerik Controls XAML C#</tags>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче