Skip to content

Commit

Permalink
Update version.props to 2.4.3-rtm (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Jan 6, 2022
1 parent 50d7c4f commit ec70d5f
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,7 +1,7 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.4.3</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
<VersionSuffix>rtm</VersionSuffix>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' ">$(VersionPrefix)</PackageVersion>
<PackageVersion Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' ">$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion>
<BuildNumber Condition="'$(BuildNumber)' == ''">t000</BuildNumber>
Expand Down

0 comments on commit ec70d5f

Please sign in to comment.