Skip to content

Commit 3f0764c

Browse files
Bump version to 10.0.1
Bump version to 10.0.1 for the next release and re-enable package validation.
1 parent 86cdf4e commit 3f0764c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Directory.Build.props

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

7878
<PropertyGroup>
7979
<EnablePackageValidation>$(IsPackable)</EnablePackageValidation>
80-
<!-- TODO Re-enable when the 10.0.0 packages are published to NuGet.org -->
81-
<EnablePackageValidation>false</EnablePackageValidation>
8280
</PropertyGroup>
8381

8482
<ItemGroup>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>10</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6-
<PatchVersion>0</PatchVersion>
6+
<PatchVersion>1</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PackageValidationBaselineVersion Condition=" '$(EnablePackageValidation)' == 'true' AND '$(PackageValidationBaselineVersion)' == '' ">10.0.0</PackageValidationBaselineVersion>
99
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>

0 commit comments

Comments
 (0)