Skip to content

Commit

Permalink
Increment branding to allow for post-GA hotfixes (#44994)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Nov 25, 2024
2 parents 5a5ced8 + aa6668e commit 57a772d
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 @@ -6,7 +6,7 @@
<VersionMajor>9</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionSDKMinor>1</VersionSDKMinor>
<VersionFeature>01</VersionFeature>
<VersionFeature>02</VersionFeature>
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
It should always be the hundreds-value of the current SDK version, never any
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->
Expand Down Expand Up @@ -35,7 +35,7 @@
<VersionFeature50>17</VersionFeature50>
<VersionFeature60>36</VersionFeature60>
<VersionFeature70>20</VersionFeature70>
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 11))</VersionFeature80>
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 10))</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 57a772d

Please sign in to comment.