From 0e34f0b18007b323f56f90a5691465a461385f73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Sep 2024 08:44:58 +0000 Subject: [PATCH 1/2] Bump version Bump version to 6.8.2 for the next release. --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a342c17d9..33f337d7b 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -42,14 +42,14 @@ package-readme.md See $(PackageProjectUrl)/releases for details. false - 6.8.0 + 6.8.1 true git $(PackageProjectUrl).git snupkg true true - 6.8.1 + 6.8.2 false From 22852507c13f5d42808968ded17f301f843ddbd8 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 30 Sep 2024 09:49:56 +0100 Subject: [PATCH 2/2] Bump version Bump version in table for v6. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd5e6922..568fe239a 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) | -| [6.8.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.8.0) | >= 2.0.0 | 2.0, 3.0 | 5.17.14 | 2.1.5 | +| [6.8.1](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.8.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 | | [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 |