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

Commit 215bf4c

Browse files
committed
Update NuGet version.
1 parent acf0634 commit 215bf4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BuildTools/BuildNuGet.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
SET MSBUILD=%WINDIR%\microsoft.net\framework\v4.0.30319\MSBuild.exe
2-
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.10
2+
%MSBUILD% BuildNuget.UWP.proj /property:Version=1.0.2.11

BuildTools/BuildNuget.UWP.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Target Name="PrepareNugetProperties">
1616

1717
<PropertyGroup>
18-
<Version Condition= " '$(Version)' == '' ">1.0.2.10</Version>
18+
<Version Condition= " '$(Version)' == '' ">1.0.2.11</Version>
1919
<FullPathDeployDirectory>$([System.IO.Path]::GetFullPath('$(DeployDirectory)'))</FullPathDeployDirectory>
2020
<BinariesSubDir>$(BinariesTargetDirectory)</BinariesSubDir>
2121

BuildTools/Nuspecs.UWP/Package.UniversalWindowsPlatform.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<icon>images\uwp.png</icon>
1313
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1414
<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.10</releaseNotes>
15+
<releaseNotes>For full release notes see https://github.com/telerik/UI-For-UWP/releases/tag/1.0.2.11</releaseNotes>
1616
<tags>UWP Windows Telerik Controls XAML C#</tags>
1717
<language>en-US</language>
1818
</metadata>

0 commit comments

Comments
 (0)