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: CONTRIBUTING.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
@@ -30,15 +30,15 @@ The following table outlines the mapping between package major versions, dotnet
30
30
31
31
| Major version | Branch | Supported [AspNetCore OpenAPI versions](https://www.nuget.org/packages/Microsoft.AspNetCore.OpenApi)| Supported [Swashbuckle.AspNetCore version](https://www.nuget.org/packages/Swashbuckle.AspNetCore/)| Supported OpenAPI versions | Changes provided by Microsoft | Accepted contributions | End of support date |
| 3.X ² | main | not available | not available | 2.0, 3.0, 3.1, 3.2 | security, bugfixes and feature improvements | security, bugfixes and feature improvements | TBD |
36
36
37
37
> Notes:
38
38
>
39
39
> 1. This assumes that AspNetCore OpenAPI version 11 and above will adopt version 3 or above of this library, otherwise, it'd expand the support date for version 2 of this library.
40
-
> 2. This will be conditioned by new releases of OpenAPI, this library, asp.net and AspNetCore OpenAPI's adoption of new versions of this library.
41
-
> 3. This assumes that Swashbuckle version 11 and above will adopt version 3 or above of this library.
40
+
> 2. This will be conditioned by new releases of OpenAPI, this library, ASP.NET and AspNetCore OpenAPI's adoption of new versions of this library.
41
+
> 3. This assumes that Swashbuckle.AspNetCore version 11 and above will adopt version 3 or above of this library.
Copy file name to clipboardExpand all lines: docs/upgrade-guide-2.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ If you are using this library with [AspNetCore OpenAPI versions](https://www.nug
20
20
21
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.
22
22
23
-
The latest support policy information for this library, and integration with ASP.NET can be found on [the contributing documentation](https://github.com/microsoft/OpenAPI.NET/blob/main/CONTRIBUTING.md#branches-and-support-policy).
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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@ We are excited to announce OpenAPI.NET v3.0! This major update introduces suppor
7
7
> [!WARNING]
8
8
> This is a major version update that includes breaking changes. Please review this guide carefully before upgrading.
9
9
10
-
## Integrations with ASP.NET
10
+
## Integrations with ASP.NET Core
11
11
12
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.
13
13
14
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.
15
15
16
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.
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.
19
19
20
-
The latest support policy information for this library, and integration with ASP.NET can be found on [the contributing documentation](https://github.com/microsoft/OpenAPI.NET/blob/main/CONTRIBUTING.md#branches-and-support-policy).
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