You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrade-guide-2.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ OpenAPI.NET v2 is a major update to the OpenAPI.NET library. This release includ
16
16
17
17
## Integrations with ASP.NET Core
18
18
19
-
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`< 10.0` then you must remain on version `1.x` as it's not compatible.
19
+
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`< 10.0` then you must remain on version `1.x` as it's not compatible with version 2 or above of this library.
20
20
21
-
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`< 10.0` then you must remain on version `1.x` as it's not compatible.
21
+
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`< 10.0` then you must remain on version `1.x` as it's not compatible with version 2 or above of this library.
22
22
23
23
The latest support policy information for this library, and integration with ASP.NET Core can be found on [the contributing documentation](https://github.com/microsoft/OpenAPI.NET/blob/main/CONTRIBUTING.md#branches-and-support-policy).
Copy file name to clipboardExpand all lines: docs/upgrade-guide-3.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ We are excited to announce OpenAPI.NET v3.0! This major update introduces suppor
9
9
10
10
## Integrations with ASP.NET Core
11
11
12
-
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`< 10.0` then you must remain on version `1.x` as it's not compatible.
12
+
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`< 10.0` then you must remain on version `1.x` as it's not compatible with version 3 or above of this library.
13
13
14
-
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`= 10.0` then you must remain on version `2.x` as it's not compatible.
14
+
If you are using this library with [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)`= 10.0` then you must remain on version `2.x` as it's not compatible with version 3 or above of this library.
15
15
16
-
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`< 10.0` then you must remain on version `1.x` as it's not compatible.
16
+
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`< 10.0` then you must remain on version `1.x` as it's not compatible with version 3 or above of this library.
17
17
18
-
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`= 10.0` then you must remain on version `2.x` as it's not compatible.
18
+
If you are using this library with [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)`= 10.0` then you must remain on version `2.x` as it's not compatible with version 3 or above of this library.
19
19
20
20
The latest support policy information for this library, and integration with ASP.NET Core can be found on [the contributing documentation](https://github.com/microsoft/OpenAPI.NET/blob/main/CONTRIBUTING.md#branches-and-support-policy).
0 commit comments