Skip to content

Commit

Permalink
Enable DotNetFinalVersionKind to remove the patch version and prerele…
Browse files Browse the repository at this point in the history
…ase qualifiers from package names (#153)

Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
  • Loading branch information
carlossanlop and ViktorHofer authored Nov 5, 2024
1 parent 9c51360 commit a8adb65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<PropertyGroup>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<!-- Enables removing prerelease labels. -->
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<!-- Opt-out repo features -->
<UseVSTestRunner>true</UseVSTestRunner>
<UsingToolXliff>false</UsingToolXliff>
Expand Down

0 comments on commit a8adb65

Please sign in to comment.