Skip to content

Commit 7c2344a

Browse files
vseanreesermsftcarlossanlopradical
authored
Update branding to 7.0.1 (#77549)
* Update branding to 7.0.1 * Change PreReleaseVersionLabel to servicing instead of rtm. Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Ankit Jain <radical@gmail.com>
1 parent 78cf32a commit 7c2344a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project>
22
<PropertyGroup>
33
<!-- The .NET product branding version -->
4-
<ProductVersion>7.0.0</ProductVersion>
4+
<ProductVersion>7.0.1</ProductVersion>
55
<!-- File version numbers -->
66
<MajorVersion>7</MajorVersion>
77
<MinorVersion>0</MinorVersion>
8-
<PatchVersion>0</PatchVersion>
8+
<PatchVersion>1</PatchVersion>
99
<SdkBandVersion>7.0.100</SdkBandVersion>
1010
<PackageVersionNet6>6.0.11</PackageVersionNet6>
11-
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
11+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1212
<PreReleaseVersionIteration>
1313
</PreReleaseVersionIteration>
1414
<!-- Set assembly version to align with major and minor version,

0 commit comments

Comments
 (0)