Skip to content

Commit 28128eb

Browse files
Bump version (#3031)
Bump version to 6.7.2 for the next release.
1 parent f4ca2cd commit 28128eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
4343
<PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes>
4444
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
45-
<PackageValidationBaselineVersion>6.7.0</PackageValidationBaselineVersion>
45+
<PackageValidationBaselineVersion>6.7.1</PackageValidationBaselineVersion>
4646
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4747
<RepositoryType>git</RepositoryType>
4848
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
4949
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5050
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5151
<UseArtifactsOutput>true</UseArtifactsOutput>
52-
<VersionPrefix>6.7.1</VersionPrefix>
52+
<VersionPrefix>6.7.2</VersionPrefix>
5353
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
5454
</PropertyGroup>
5555
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' ">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
2424
| Swashbuckle Version | ASP.NET Core | Swagger / OpenAPI Spec. | swagger-ui | Redoc UI |
2525
|----------|----------|----------|----------|----------|
2626
| [CI](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commits/master/)|>= 2.0.0 | 2.0, 3.0 | [5.x.x](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.SwaggerUI/package.json#L6) | [2.x.x](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/blob/master/src/Swashbuckle.AspNetCore.ReDoc/package.json#L6) |
27-
| [6.7.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.7.0)|>= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 |
27+
| [6.7.1](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.7.1)|>= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 |
2828
| [5.6.3](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v5.6.3)|>= 2.0.0 | 2.0, 3.0 | 3.32.5 | 2.0.0-rc.40 |
2929
| [4.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v4.0.0)|>= 2.0.0, < 3.0.0 | 2.0 | 3.19.5 | 1.22.2 |
3030
| [3.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v3.0.0)|>= 1.0.4, < 3.0.0 | 2.0 | 3.17.1 | 1.20.0 |

0 commit comments

Comments
 (0)