Skip to content

Commit

Permalink
Remove version suffix
Browse files Browse the repository at this point in the history
Remove the version suffix to generate 2.2.0 packages.
  • Loading branch information
martincostello committed Oct 4, 2019
1 parent bf220fc commit 768f34c
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
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit 768f34c

Please sign in to comment.