Skip to content

Commit

Permalink
Merge in 'release/7.0.2xx' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Feb 27, 2023
2 parents 4946228 + 7d72c5a commit b9926d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<VersionMajor>7</VersionMajor>
<VersionMinor>0</VersionMinor>
<VersionSDKMinor>2</VersionSDKMinor>
<VersionFeature>01</VersionFeature>
<VersionFeature>02</VersionFeature>
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature)</VersionPrefix>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
<MajorMinorVersion>$(VersionMajor).$(VersionMinor)</MajorMinorVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/redist/targets/GenerateBundledVersions.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<VersionFeature21>30</VersionFeature21>
<VersionFeature31>32</VersionFeature31>
<VersionFeature50>17</VersionFeature50>
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 14))</VersionFeature60>
<VersionFeature60>$([MSBuild]::Add($(VersionFeature), 13))</VersionFeature60>
</PropertyGroup>

<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
Expand Down

0 comments on commit b9926d6

Please sign in to comment.