We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1839db6 commit b2842aeCopy full SHA for b2842ae
eng/Versions.props
@@ -2,11 +2,11 @@
2
<Import Project="Version.Details.props" Condition="Exists('Version.Details.props')" />
3
<PropertyGroup>
4
<!-- The .NET product branding version -->
5
- <ProductVersion>10.0.0</ProductVersion>
+ <ProductVersion>10.0.1</ProductVersion>
6
<!-- File version numbers -->
7
<MajorVersion>10</MajorVersion>
8
<MinorVersion>0</MinorVersion>
9
- <PatchVersion>0</PatchVersion>
+ <PatchVersion>1</PatchVersion>
10
<SdkBandVersion>$(MajorVersion).0.100</SdkBandVersion>
11
<PackageVersionNet9>9.0.3</PackageVersionNet9>
12
<PackageVersionNet8>8.0.$([MSBuild]::Add($([System.Version]::Parse('$(PackageVersionNet9)').Build),11))</PackageVersionNet8>
0 commit comments