Skip to content

Commit d9d9ac3

Browse files
committed
Update the support policy to include OpenIddict 7.0
1 parent 4153387 commit d9d9ac3

File tree

1 file changed

+17
-30
lines changed

1 file changed

+17
-30
lines changed

README.md

Lines changed: 17 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
OpenIddict aims at providing a **versatile solution** to implement **OpenID Connect client, server and token validation support in .NET applications**.
1010

1111
> [!TIP]
12-
> While the client, server and token validation features can be used in any ASP.NET 4.6.1+ or
13-
> [ASP.NET Core 2.1+ web application](https://documentation.openiddict.com/integrations/aspnet-core),
12+
> While the client, server and token validation features can be used in any ASP.NET 4.6.2+ or
13+
> [ASP.NET Core 2.3+ web application](https://documentation.openiddict.com/integrations/aspnet-core),
1414
> the client feature can also be used in
1515
> [Android, iOS, Linux, Mac Catalyst, macOS and Windows applications](https://documentation.openiddict.com/integrations/operating-systems)
1616
> to integrate with OpenIddict-based identity providers or any other OAuth 2.0/OpenID Connect-compliant implementation.
@@ -112,13 +112,14 @@ GitHub tickets opened by users who haven't contributed to the project or don't a
112112
113113
**Support is only offered for the latest stable version of OpenIddict**. There are, however, two exceptions to this policy:
114114
- **ABP Framework users receive patches for OpenIddict for as long as ABP Framework itself is supported by Volosoft**
115-
(typically a year following the release of a major ABP version), whether they have a commercial ABP license or just use the free packages.
115+
(typically a year following the release of a major ABP version), whether they have a commercial ABP license or just use the free packages:
116116

117117
| OpenIddict branch | ABP Framework branch | End of support date (estimated) |
118118
|-------------------|----------------------|---------------------------------|
119119
| 4.x | 7.x | December 19, 2024 |
120120
| 5.x | 8.x | November 19, 2025 |
121-
| 6.x (current) | 9.x | Currently supported |
121+
| 6.x | 9.x | Currently supported |
122+
| 7.x (current) | Not supported yet | Not supported yet |
122123

123124
- **OpenIddict sponsors are offered extended support depending on the selected sponsorship tier:**
124125
- Tier 6 sponsors get full support for the previous version 1 month following the release of a new major version.
@@ -128,42 +129,28 @@ GitHub tickets opened by users who haven't contributed to the project or don't a
128129

129130
| OpenIddict branch | Sponsorship tier | End of support date |
130131
|-------------------|------------------|---------------------|
131-
| 4.x | Tier 6 (or more) | January 18, 2024 |
132-
| 4.x | Tier 7 (or more) | June 18, 2024 |
133-
| 4.x | Tier 8 (or more) | December 18, 2024 |
132+
| 4.x | Tier 6 | January 18, 2024 |
133+
| 4.x | Tier 7 | June 18, 2024 |
134+
| 4.x | Tier 8 | December 18, 2024 |
134135
| 4.x | Tier 9 | December 18, 2025 |
135136
| | | |
136-
| 5.x | Tier 6 (or more) | January 17, 2025 |
137-
| 5.x | Tier 7 (or more) | June 17, 2025 |
138-
| 5.x | Tier 8 (or more) | December 17, 2025 |
137+
| 5.x | Tier 6 | January 17, 2025 |
138+
| 5.x | Tier 7 | June 17, 2025 |
139+
| 5.x | Tier 8 | December 17, 2025 |
139140
| 5.x | Tier 9 | December 17, 2026 |
140141
| | | |
141-
| 6.x (current) | Any | Currently supported |
142+
| 6.x | Tier 6 | August 7, 2025 |
143+
| 6.x | Tier 7 | January 7, 2026 |
144+
| 6.x | Tier 8 | July 7, 2026 |
145+
| 6.x | Tier 9 | July 7, 2027 |
146+
| | | |
147+
| 7.x (current) | Any | Currently supported |
142148

143149
> [!TIP]
144150
> For more information on the different tiers and the benefits they offer, visit [GitHub Sponsors](https://github.com/sponsors/kevinchalet).
145151
146152
--------------
147153

148-
## Running locally
149-
150-
This project uses the newer `.slnx` format instead of the traditional `.sln` file. You can open it using **Visual Studio 2022** or newer.
151-
152-
> [!TIP]
153-
> If you encounter the following error when trying to open the `.slnx` file:
154-
>
155-
> > The selected file is not a valid solution file.
156-
>
157-
> It's likely that the **Solution File Persistence Model** feature needs to be enabled. To do this:
158-
>
159-
> 1. Open **Visual Studio**.
160-
> 2. Go to **Tools > Options**.
161-
> 3. In the left-hand menu, select **Environment > Preview Features**.
162-
> 4. Enable the checkbox for **Use Solution File Persistence Model**.
163-
> 5. Click **OK** and restart Visual Studio.
164-
>
165-
> Once the solution file opens, you can set the desired project as the **Startup Project** (right-click on the project > *Set as Startup Project*) and start debugging or running as usual.
166-
167154
## Nightly builds
168155

169156
If you want to try out the latest features and bug fixes, there is a MyGet feed with nightly builds of OpenIddict.

0 commit comments

Comments
 (0)