Skip to content

Commit

Permalink
Update Versions.props to build 5.0.0-rc2 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Dec 14, 2023
1 parent dc19fee commit be25f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>rc1</PreReleaseVersionLabel>
<PreReleaseVersionLabel>rc2</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<PreReleaseBrandingLabel>Release Candidate 1</PreReleaseBrandingLabel>
<PreReleaseBrandingLabel>Release Candidate 2</PreReleaseBrandingLabel>
<StabilizePackageVersion Condition=" '$(StabilizePackageVersion)' == '' ">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition=" '$(StabilizePackageVersion)' == 'true' ">release</DotNetFinalVersionKind>
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
Expand Down

0 comments on commit be25f74

Please sign in to comment.