Skip to content

Commit

Permalink
Update version to 2.2.0
Browse files Browse the repository at this point in the history
Update version to 2.2.0.
Relates to #344.
  • Loading branch information
martincostello committed Sep 23, 2019
1 parent 38a0128 commit bf220fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>2.1.1</VersionPrefix>
<VersionPrefix>2.2.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down

0 comments on commit bf220fc

Please sign in to comment.