Skip to content

Commit 51219e8

Browse files
authored
Update custom.props and nuspec for UWP renderer release (#8395)
* Update custom.props for UWP object model release * Update custom.props and nuspec for UWP renderer release
1 parent 977354c commit 51219e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Version">
4-
<VersionMajor>1</VersionMajor>
4+
<VersionMajor>3</VersionMajor>
55
<VersionMinor>2</VersionMinor>
66
<!-- The nuget package version should be incremented when we produce QFEs -->
7-
<NuGetPackVersion>1.2.0</NuGetPackVersion>
7+
<NuGetPackVersion>3.2.0</NuGetPackVersion>
88
<VersionInfoProductName>AdaptiveCards</VersionInfoProductName>
99
</PropertyGroup>
1010
</Project>

source/uwp/NuGet/AdaptiveCards.Rendering.Uwp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<license type="file">EULA-Windows.txt</license>
1414
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
1515
<dependencies>
16-
<dependency id="AdaptiveCards.ObjectModel.Uwp" version="1.1.0" />
16+
<dependency id="AdaptiveCards.ObjectModel.Uwp" version="1.2.0" />
1717
</dependencies>
1818
</metadata>
1919
<files>

0 commit comments

Comments
 (0)