Skip to content

Commit 035695a

Browse files
Bump version to 6.0.1
Bump version to 6.0.1 for next release. Resolve TODOs from 6.0.0 release.
1 parent 1a82645 commit 035695a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Directory.Build.props

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353

5454
<PropertyGroup>
5555
<EnablePackageValidation>$(IsPackable)</EnablePackageValidation>
56-
<!-- TODO Remove suppression once 6.0.0 is released. -->
57-
<NoWarn>$(NoWarn);PKV006</NoWarn>
5856
</PropertyGroup>
5957

6058
<PropertyGroup>

eng/Versions.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
<PropertyGroup>
44
<MajorVersion>6</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6-
<PatchVersion>0</PatchVersion>
6+
<PatchVersion>1</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
8-
<!-- TODO Baseline to 6.0.0 once released -->
9-
<PackageValidationBaselineVersion>5.0.0</PackageValidationBaselineVersion>
8+
<PackageValidationBaselineVersion>6.0.0</PackageValidationBaselineVersion>
109
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
1110
<PreReleaseVersionIteration></PreReleaseVersionIteration>
1211
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>

0 commit comments

Comments
 (0)