From 1715165d85f353e3a14d6878a99e2c51a58919c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:39:58 +0000 Subject: [PATCH] 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] Co-authored-by: Martin Costello --- Directory.Build.props | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index df75ba4065..b7ce71541e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -35,14 +35,14 @@ package-readme.md See $(PackageProjectUrl)/releases for details. false - 7.0.0 + 7.1.0 true git $(PackageProjectUrl).git snupkg true true - 7.1.0 + 7.1.1 false diff --git a/README.md b/README.md index 8f67638116..c14458e76e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea | Swashbuckle Version | ASP.NET Core | Swagger / OpenAPI Spec. | swagger-ui | Redoc UI | |----------|----------|----------|----------|----------| | [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) | -| [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 | +| [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 | | [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 | | [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 | | [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 |