Skip to content

Commit 9ba4cf8

Browse files
author
Bart Koelman
committed
Updated roadmap and version table
1 parent 34511b3 commit 9ba4cf8

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,14 @@ app.MapControllers();
7272
The following chart should help you pick the best version, based on your environment.
7373
See also our [versioning policy](./VERSIONING_POLICY.md).
7474

75-
| JsonApiDotNetCore | .NET | Entity Framework Core | Status |
76-
| ----------------- | -------- | --------------------- | -------------------------- |
77-
| 3.x | Core 2.x | 2.x | Released |
78-
| 4.x | Core 3.1 | 3.1 | Released |
79-
| | Core 3.1 | 5 | |
80-
| | 5 | 5 | |
81-
| | 6 | 5 | |
82-
| v5.x (pending) | 5 | 5 | On AppVeyor, to-be-dropped |
83-
| | 6 | 5 | On AppVeyor, to-be-dropped |
84-
| | 6 | 6 | Requires build from master |
75+
| JsonApiDotNetCore | Status | .NET | Entity Framework Core |
76+
| ----------------- | ----------- | -------- | --------------------- |
77+
| 3.x | Stable | Core 2.x | 2.x |
78+
| 4.x | Stable | Core 3.1 | 3.1 |
79+
| | | Core 3.1 | 5 |
80+
| | | 5 | 5 |
81+
| | | 6 | 5 |
82+
| v5.x | Pre-release | 6 | 6 |
8583

8684
## Contributing
8785

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The need for breaking changes has blocked several efforts in the v4.x release, s
2525
- [x] Improved paging links [#1010](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1010)
2626
- [x] Configuration validation [#170](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/170)
2727
- [x] Auto-generated controllers [#732](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/732) [#365](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/365)
28-
- [ ] Support .NET 6 with EF Core 6 [#1109](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1109)
28+
- [x] Support .NET 6 with EF Core 6 [#1109](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1109)
2929

3030
Aside from the list above, we have interest in the following topics. It's too soon yet to decide whether they'll make it into v5.x or in a later major version.
3131

0 commit comments

Comments
 (0)