Skip to content

Commit f555480

Browse files
authored
Branding for 3.0.1 (#6943)
* Branding for 3.0.1 * More version updates for 3.0.1
1 parent d96d7b7 commit f555480

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/BranchInfo.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
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>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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>

0 commit comments

Comments
 (0)