Skip to content

Commit

Permalink
Bump branding for sr2 (#25915)
Browse files Browse the repository at this point in the history
Update Versions.props

We dont need this
  • Loading branch information
rmarinho authored Nov 21, 2024
1 parent 59ce48d commit dc5da7d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<Project>
<PropertyGroup>
<!-- The .NET product branding version -->
<ProductVersion>9.0.0</ProductVersion>
<MajorVersion>9</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>10</PatchVersion>
<PatchVersion>20</PatchVersion>
<SdkBandVersion>9.0.100</SdkBandVersion>
<PreReleaseVersionLabel>ci.net9</PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<PreReleaseVersionLabel>ci.main</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
<IsServicingBuild Condition=" '$(PreReleaseVersionLabel)' == 'servicing' ">true</IsServicingBuild>
<!-- Enable to remove prerelease label and produce stable package versions. -->
Expand Down

0 comments on commit dc5da7d

Please sign in to comment.