Skip to content

Commit

Permalink
Stabilize branding and update implicit version (#45964)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Jan 16, 2025
2 parents 4824934 + 0ee42a3 commit df71898
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 @@ -15,7 +15,7 @@
<MajorMinorVersion>$(VersionMajor).$(VersionMinor)</MajorMinorVersion>
<CliProductBandVersion>$(MajorMinorVersion).$(VersionSDKMinor)</CliProductBandVersion>
<!-- Enable to remove prerelease label. -->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<!-- Calculate prerelease label -->
<PreReleaseVersionLabel Condition="'$(StabilizePackageVersion)' != 'true'">preview</PreReleaseVersionLabel>
Expand All @@ -34,7 +34,7 @@
<VersionFeature50>17</VersionFeature50>
<VersionFeature60>36</VersionFeature60>
<VersionFeature70>20</VersionFeature70>
<VersionFeature80>11</VersionFeature80>
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 13))</VersionFeature80>
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>
Expand Down

0 comments on commit df71898

Please sign in to comment.