File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 <PropertyGroup Condition =" '$(IsStableProject)' == 'true'" >
3131 <MajorVersion >3</MajorVersion >
3232 <MinorVersion >0</MinorVersion >
33- <PatchVersion >0 </PatchVersion >
33+ <PatchVersion >1 </PatchVersion >
3434 <!-- Set baseline version for stable packages to check for API Compat -->
35- <PackageValidationBaselineVersion >2 .0.0-preview.22551.1 </PackageValidationBaselineVersion >
35+ <PackageValidationBaselineVersion >3 .0.0</PackageValidationBaselineVersion >
3636 </PropertyGroup >
3737 <PropertyGroup Condition =" '$(IsStableProject)' != 'true'" >
3838 <MajorVersion >0</MajorVersion >
3939 <MinorVersion >21</MinorVersion >
40- <PatchVersion >0 </PatchVersion >
40+ <PatchVersion >1 </PatchVersion >
4141 </PropertyGroup >
4242</Project >
Original file line number Diff line number Diff line change 99 https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
1010 -->
1111 <DotNetUseShippingVersions >true</DotNetUseShippingVersions >
12- <VersionPrefix >3.0.0 </VersionPrefix >
13- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
12+ <VersionPrefix >3.0.1 </VersionPrefix >
13+ <PreReleaseVersionLabel >servicing </PreReleaseVersionLabel >
1414 <AssemblyVersion >1.0.0.0</AssemblyVersion >
1515 <!-- .NET Runtime product dependencies -->
1616 <MicrosoftBclAsyncInterfacesVersion >6.0.0</MicrosoftBclAsyncInterfacesVersion >
You can’t perform that action at this time.
0 commit comments