Skip to content

Commit 1715165

Browse files
Bump version (#3173)
* Bump version Bump version to 7.1.1 for the next release. * Bump version Update compatibility table. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent a9e3688 commit 1715165

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
@@ -35,14 +35,14 @@
3535
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
3636
<PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes>
3737
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
38-
<PackageValidationBaselineVersion>7.0.0</PackageValidationBaselineVersion>
38+
<PackageValidationBaselineVersion>7.1.0</PackageValidationBaselineVersion>
3939
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4040
<RepositoryType>git</RepositoryType>
4141
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
4242
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4343
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4444
<UseArtifactsOutput>true</UseArtifactsOutput>
45-
<VersionPrefix>7.1.0</VersionPrefix>
45+
<VersionPrefix>7.1.1</VersionPrefix>
4646
<WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
4747
</PropertyGroup>
4848
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' ">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
2525
| Swashbuckle Version | ASP.NET Core | Swagger / OpenAPI Spec. | swagger-ui | Redoc UI |
2626
|----------|----------|----------|----------|----------|
2727
| [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) |
28-
| [7.0.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v7.0.0) | >= 2.0.0 | 2.0, 3.0 | 5.18.1 | 2.2.0 |
28+
| [7.1.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v7.1.0) | >= 2.0.0 | 2.0, 3.0 | 5.18.2 | 2.2.0 |
2929
| [6.9.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.9.0) | >= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 |
3030
| [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 |
3131
| [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 |

0 commit comments

Comments
 (0)