Skip to content

Commit 8f363f7

Browse files
Upgrade swagger-ui to 4.15.5 & redoc to 2.0.0
1 parent 1b1d3da commit 8f363f7

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
2121

2222
|Swashbuckle Version|ASP.NET Core|Swagger / OpenAPI Spec.|swagger-ui|ReDoc UI|
2323
|----------|----------|----------|----------|----------|
24-
|[master](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/README.md)|>= 2.0.0|2.0, 3.0|4.12.0|2.0.0-rc.72|
25-
|[6.4.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.4.0)|>= 2.0.0|2.0, 3.0|4.12.0|2.0.0-rc.72|
24+
|[master](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/master/README.md)|>= 2.0.0|2.0, 3.0|4.15.5|2.0.0|
25+
|[6.5.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/tree/v6.5.0)|>= 2.0.0|2.0, 3.0|4.15.5|2.0.0|
2626
|[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|
2727
|[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|
2828
|[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
3333
1. Install the standard Nuget package into your ASP.NET Core application.
3434

3535
```
36-
Package Manager : Install-Package Swashbuckle.AspNetCore -Version 6.4.0
37-
CLI : dotnet add package --version 6.4.0 Swashbuckle.AspNetCore
36+
Package Manager : Install-Package Swashbuckle.AspNetCore -Version 6.5.0
37+
CLI : dotnet add package --version 6.5.0 Swashbuckle.AspNetCore
3838
```
3939
4040
2. In the `ConfigureServices` method of `Startup.cs`, register the Swagger generator, defining one or more Swagger documents.
@@ -110,8 +110,8 @@ If you're using **System.Text.Json (STJ)**, then the setup described above will
110110
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:
111111
112112
```
113-
Package Manager : Install-Package Swashbuckle.AspNetCore.Newtonsoft -Version 6.4.0
114-
CLI : dotnet add package --version 6.4.0 Swashbuckle.AspNetCore.Newtonsoft
113+
Package Manager : Install-Package Swashbuckle.AspNetCore.Newtonsoft -Version 6.5.0
114+
CLI : dotnet add package --version 6.5.0 Swashbuckle.AspNetCore.Newtonsoft
115115
```
116116
117117
```csharp
@@ -1549,7 +1549,7 @@ It's packaged as a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core
15491549
1. Install as a [global tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-global-tool)
15501550
15511551
```
1552-
dotnet tool install -g --version 6.4.0 Swashbuckle.AspNetCore.Cli
1552+
dotnet tool install -g --version 6.5.0 Swashbuckle.AspNetCore.Cli
15531553
```
15541554

15551555
2. Verify that the tool was installed correctly
@@ -1580,7 +1580,7 @@ It's packaged as a [.NET Core Tool](https://docs.microsoft.com/en-us/dotnet/core
15801580
2. Install as a [local tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#install-a-local-tool)
15811581
15821582
```
1583-
dotnet tool install --version 6.4.0 Swashbuckle.AspNetCore.Cli
1583+
dotnet tool install --version 6.5.0 Swashbuckle.AspNetCore.Cli
15841584
```
15851585

15861586
3. Verify that the tool was installed correctly

src/Swashbuckle.AspNetCore.ReDoc/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Swashbuckle.AspNetCore.ReDoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"redoc": "2.0.0-rc.72"
6+
"redoc": "2.0.0"
77
}
88
}

src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Swashbuckle.AspNetCore.SwaggerUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"dependencies": {
6-
"swagger-ui-dist": "4.14.0"
6+
"swagger-ui-dist": "4.15.5"
77
},
88
"scripts": {
99
"postinstall": "node scripts/remove-source-map-links.js"

0 commit comments

Comments
 (0)