Skip to content

Commit

Permalink
Bump version 8.0.0-preview.3 (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes authored May 31, 2024
1 parent 2bc99f9 commit a81e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/CustomMSBuild/Versioning.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<VersionMajor Condition="'$(VersionMajor)' == ''">8</VersionMajor>
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
<VersionBuildNumber Condition="'$(VersionBuildNumber)' == ''">0</VersionBuildNumber>
<VersionRelease Condition="'$(VersionRelease)' == ''">preview.2</VersionRelease>
<VersionRelease Condition="'$(VersionRelease)' == ''">preview.3</VersionRelease>
</PropertyGroup>

<!--
Expand Down

0 comments on commit a81e113

Please sign in to comment.