Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Stabilize package versions (#8261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Sep 13, 2019
1 parent 31126b0 commit 881539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>rc2</PreReleaseVersionLabel>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<!-- Disable SemVer v2 until after 3.0.0. -->
<SemanticVersioningV1 Condition="&#xA; $(MajorVersion) &lt; 3 or&#xA; '$(MajorVersion).$(MinorVersion).$(PatchVersion)' == '3.0.0'">true</SemanticVersioningV1>
Expand Down

0 comments on commit 881539a

Please sign in to comment.