From 4223b2bdad06a70fddf13c781b474b6ad029badd Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Thu, 1 Aug 2024 12:22:01 +0100 Subject: [PATCH] Update README Update compatibility table for 6.7.0 release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76aa02011a..528f8626ca 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,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.6.2](/~https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.6.2)|>= 2.0.0 | 2.0, 3.0 | 5.17.10 | 2.1.4 | +| [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 | | [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 |