Skip to content

Commit

Permalink
Remove PreReleaseVersionLabel (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Nov 5, 2021
1 parent 0472499 commit ae60efa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
That ensures that if we get up to preview 10, it doesn't sort as between preview 1 and preview 2!
See https://semver.org/spec/v2.0.0.html for details.
-->
<PreReleaseVersionLabel>rc.2</PreReleaseVersionLabel>
<!--
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
-->
</PropertyGroup>
</Project>

0 comments on commit ae60efa

Please sign in to comment.