Skip to content

Commit

Permalink
Update PreReleaseVersionLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpetit committed Nov 17, 2023
1 parent 0e438fc commit 77f78d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Expand Up @@ -7,7 +7,7 @@
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>preview.1</PreReleaseVersionLabel>
<PreReleaseVersionLabel>rtw</PreReleaseVersionLabel>
<DotNetFinalVersionKind Condition="'$(PreReleaseVersionLabel)' == 'rtw'">release</DotNetFinalVersionKind>
</PropertyGroup>
<!--Package versions-->
Expand Down

0 comments on commit 77f78d4

Please sign in to comment.