Skip to content

Commit b2842ae

Browse files
Update branding to 10.0.1 (#121349)
1 parent 1839db6 commit b2842ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
33
<PropertyGroup>
44
<!-- The .NET product branding version -->
5-
<ProductVersion>10.0.0</ProductVersion>
5+
<ProductVersion>10.0.1</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>10</MajorVersion>
88
<MinorVersion>0</MinorVersion>
9-
<PatchVersion>0</PatchVersion>
9+
<PatchVersion>1</PatchVersion>
1010
<SdkBandVersion>$(MajorVersion).0.100</SdkBandVersion>
1111
<PackageVersionNet9>9.0.3</PackageVersionNet9>
1212
<PackageVersionNet8>8.0.$([MSBuild]::Add($([System.Version]::Parse('$(PackageVersionNet9)').Build),11))</PackageVersionNet8>

0 commit comments

Comments
 (0)