Merge pull request #511 from telerik/Polya/update-nuget-version

Update NuGet version
This commit is contained in:
polqnaP 2022-05-12 14:58:21 +03:00 коммит произвёл GitHub
Родитель 516c41e96d 7e8da9bd4a
Коммит 454cec60e3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

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

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

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

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

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

@ -12,7 +12,7 @@
<icon>images\uwp.png</icon>
<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.2.8</releaseNotes>
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.9</releaseNotes>
<tags>UWP Windows Telerik Controls XAML C#</tags>
<language>en-US</language>
</metadata>