Skip to content

Commit 1a48917

Browse files
authored
Rebrand release/2.0 to 2.0.1 (#6440)
1 parent 2221569 commit 1a48917

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>2</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>1.7.1</PackageValidationBaselineVersion>
35+
<PackageValidationBaselineVersion>2.0.0</PackageValidationBaselineVersion>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3838
<MajorVersion>0</MajorVersion>
3939
<MinorVersion>20</MinorVersion>
40-
<PatchVersion>0</PatchVersion>
40+
<PatchVersion>1</PatchVersion>
4141
</PropertyGroup>
4242
</Project>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
1010
-->
1111
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
12-
<VersionPrefix>2.0.0</VersionPrefix>
12+
<VersionPrefix>2.0.1</VersionPrefix>
1313
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
1414
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1515
<!-- .NET Runtime product dependencies -->

0 commit comments

Comments
 (0)