Skip to content

Commit

Permalink
Merge pull request #1627 from terencefan/release-v1.18
Browse files Browse the repository at this point in the history
update version to 1.18 (#1626)
  • Loading branch information
terencefan authored Jun 6, 2022
2 parents dd7e7f0 + 204df80 commit 9f24358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>1.17.1</VersionPrefix>
<VersionPrefix>1.18.0</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
Expand Down

0 comments on commit 9f24358

Please sign in to comment.