diff --git a/README.md b/README.md index 585af44e5..20c4ef5d5 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ 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| |----------|----------|----------|----------|----------| -|[master](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/README.md)|>= 2.0.0|2.0, 3.0|3.46.0|2.0.0-rc.40| -|[6.1.2](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.1.2)|>= 2.0.0|2.0, 3.0|3.46.0|2.0.0-rc.40| +|[master](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/README.md)|>= 2.0.0|2.0, 3.0|3.47.1|2.0.0-rc.40| +|[6.1.3](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.1.3)|>= 2.0.0|2.0, 3.0|3.47.1|2.0.0-rc.40| |[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| @@ -33,8 +33,8 @@ Once you have an API that can describe itself in Swagger, you've opened the trea 1. Install the standard Nuget package into your ASP.NET Core application. ``` - Package Manager : Install-Package Swashbuckle.AspNetCore -Version 6.1.2 - CLI : dotnet add package --version 6.1.2 Swashbuckle.AspNetCore + Package Manager : Install-Package Swashbuckle.AspNetCore -Version 6.1.3 + CLI : dotnet add package --version 6.1.3 Swashbuckle.AspNetCore ``` 2. In the `ConfigureServices` method of `Startup.cs`, register the Swagger generator, defining one or more Swagger documents. @@ -98,8 +98,8 @@ If you're using **System.Text.Json (STJ)**, then the setup described above will If you're using **Newtonsoft**, then you'll need to install a separate package and explicitly opt-in to ensure that *Newtonsoft* settings/attributes are automatically honored by the Swagger generator: ``` -Package Manager : Install-Package Swashbuckle.AspNetCore.Newtonsoft -Version 6.1.2 -CLI : dotnet add package --version 6.1.2 Swashbuckle.AspNetCore.Newtonsoft +Package Manager : Install-Package Swashbuckle.AspNetCore.Newtonsoft -Version 6.1.3 +CLI : dotnet add package --version 6.1.3 Swashbuckle.AspNetCore.Newtonsoft ``` ```csharp @@ -1495,7 +1495,7 @@ It's packaged as a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core 1. Install as a [global tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool) ``` - dotnet tool install -g --version 6.1.2 Swashbuckle.AspNetCore.Cli + dotnet tool install -g --version 6.1.3 Swashbuckle.AspNetCore.Cli ``` 2. Verify that the tool was installed correctly @@ -1526,7 +1526,7 @@ It's packaged as a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core 2. Install as a [local tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-local-tool) ``` - dotnet tool install --version 6.1.2 Swashbuckle.AspNetCore.Cli + dotnet tool install --version 6.1.3 Swashbuckle.AspNetCore.Cli ``` 3. Verify that the tool was installed correctly diff --git a/src/Directory.Build.props b/src/Directory.Build.props index f4e3cbc8b..f6d7d4f3c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -6,7 +6,7 @@ true MIT https://licenses.nuget.org/MIT - 6.1.2 + 6.1.3 diff --git a/src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json b/src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json index cf90940ac..1da43f130 100644 --- a/src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json +++ b/src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "swagger-ui-dist": { - "version": "3.46.0", - "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.46.0.tgz", - "integrity": "sha512-ueaZ45OHhHvGKmocvCkxFY8VCfbP5PgcxutoQxy9j8/VZeDoLDvg8FBf4SO6NxHhieNAdYPUd0O6G9FjJO2fqw==" + "version": "3.47.1", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.47.1.tgz", + "integrity": "sha512-7b9iHDC/GGC9SJLd3HiV/3EnsJ3wu7xN8Q4MpOPfQO8UG7TQFG2TMTDkvvy0SNeqxQY0tGQY0ppZC9a95tW3kg==" } } } diff --git a/src/Swashbuckle.AspNetCore.SwaggerUI/package.json b/src/Swashbuckle.AspNetCore.SwaggerUI/package.json index c3f23327c..49da1d911 100644 --- a/src/Swashbuckle.AspNetCore.SwaggerUI/package.json +++ b/src/Swashbuckle.AspNetCore.SwaggerUI/package.json @@ -3,6 +3,6 @@ "version": "1.0.0", "private": true, "dependencies": { - "swagger-ui-dist": "3.46.0" + "swagger-ui-dist": "3.47.1" } }