Skip to content

Commit 8425c54

Browse files
Bump version to 7.0.1
- Bump version to 7.0.1 for next release. - Restore package baseline validation.
1 parent 700b0e8 commit 8425c54

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

eng/Versions.props

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<MajorVersion>7</MajorVersion>
55
<MinorVersion>0</MinorVersion>
6-
<PatchVersion>0</PatchVersion>
6+
<PatchVersion>1</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PackageValidationBaselineVersion>7.0.0</PackageValidationBaselineVersion>
99
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
@@ -15,9 +15,4 @@
1515
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
1616
</PropertyGroup>
1717

18-
<!-- TODO Remove once 7.0.0 published to NuGet.org -->
19-
<PropertyGroup>
20-
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
21-
</PropertyGroup>
22-
2318
</Project>

0 commit comments

Comments
 (0)