We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cf32a commit 7c2344aCopy full SHA for 7c2344a
eng/Versions.props
@@ -1,14 +1,14 @@
1
<Project>
2
<PropertyGroup>
3
<!-- The .NET product branding version -->
4
- <ProductVersion>7.0.0</ProductVersion>
+ <ProductVersion>7.0.1</ProductVersion>
5
<!-- File version numbers -->
6
<MajorVersion>7</MajorVersion>
7
<MinorVersion>0</MinorVersion>
8
- <PatchVersion>0</PatchVersion>
+ <PatchVersion>1</PatchVersion>
9
<SdkBandVersion>7.0.100</SdkBandVersion>
10
<PackageVersionNet6>6.0.11</PackageVersionNet6>
11
- <PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
+ <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
12
<PreReleaseVersionIteration>
13
</PreReleaseVersionIteration>
14
<!-- Set assembly version to align with major and minor version,
0 commit comments