Skip to content

Commit

Permalink
Update custom.props and nuspec for UWP renderer release (#8395)
Browse files Browse the repository at this point in the history
* Update custom.props for UWP object model release

* Update custom.props and nuspec for UWP renderer release
  • Loading branch information
anna-dingler authored Mar 23, 2023
1 parent 977354c commit 51219e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="Version">
<VersionMajor>1</VersionMajor>
<VersionMajor>3</VersionMajor>
<VersionMinor>2</VersionMinor>
<!-- The nuget package version should be incremented when we produce QFEs -->
<NuGetPackVersion>1.2.0</NuGetPackVersion>
<NuGetPackVersion>3.2.0</NuGetPackVersion>
<VersionInfoProductName>AdaptiveCards</VersionInfoProductName>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion source/uwp/NuGet/AdaptiveCards.Rendering.Uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<license type="file">EULA-Windows.txt</license>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<dependencies>
<dependency id="AdaptiveCards.ObjectModel.Uwp" version="1.1.0" />
<dependency id="AdaptiveCards.ObjectModel.Uwp" version="1.2.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 51219e8

Please sign in to comment.