Skip to content

Commit 54a88e9

Browse files
committed
Update release information.
1 parent 47ca17a commit 54a88e9

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
1515

1616
Release | Branch | MySqlConnector | EF Core | .NET Standard | .NET (Core) | .NET Framework
1717
--- | --- | --- | --- | --- | --- | ---
18-
[6.0.0-<br />rc.2](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/6.0.0-rc.2) | [master](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/master) | >= 2.0.0-rc.1 | 6.0.0-<br />rc.2 | N/A | 6.0+ | N/A
19-
[5.0.2](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/5.0.2) | [5.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/5.0-maint) | >= 1.3.13 | 5.0.x | 2.1 | 3.0+ | N/A
18+
[6.0.0](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/6.0.0) | [master](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/master) | >= 2.0.0 | 6.0.x | N/A | 6.0+ | N/A
19+
[5.0.3](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/5.0.3) | [5.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/5.0-maint) | >= 1.3.13 | 5.0.x | 2.1 | 3.0+ | N/A
2020
[3.2.7](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/3.2.7) | [3.2-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/3.2-maint) | >= 0.69.10 < 1.0.0 | 3.1.x | 2.0 | 2.0+ | 4.6.1+
2121
[2.2.6](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/2.2.6) | [2.2-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/2.2-maint) | >= 0.59.2 < 1.0.0 | 2.2.6 | 2.0 | 2.0+ | 4.6.1+
2222

@@ -44,13 +44,8 @@ Currently supported versions are:
4444

4545
Milestone | Status | Release Date
4646
----------|--------|-------------
47-
6.0.0 | Announced | 2021-11-09 (see [#1413](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1413))
48-
6.0.0-rc.2 | Released | 2021-11-09
49-
6.0.0-rc.1 | Released | 2021-11-09
50-
6.0.0-preview.7 | Released | 2021-10-07
51-
6.0.0-preview.6 | Released | 2021-10-04
52-
6.0.0-preview.5 | Released | 2021-06-27
53-
6.0.0-preview.4 | Released | 2021-05-25
47+
6.0.0 | Released | 2021-11-09 (see [#1413](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1413))
48+
5.0.3 | Released | 2021-11-09
5449
5.0.2 | Released | 2021-10-04
5550
3.2.7 | Released | 2021-10-04
5651
3.0.1 | Released | 2019-12-04
@@ -59,8 +54,6 @@ Milestone | Status | Release Date
5954

6055
## Nightly Builds
6156

62-
Our **latest** nightly builds currently target EF Core `6.0.0` RTM.
63-
6457
To use nightly builds from our Azure DevOps feed, add a `NuGet.config` file to your solution root with the following content and enable _prereleases_:
6558

6659
```xml
@@ -80,7 +73,7 @@ To use nightly builds from our Azure DevOps feed, add a `NuGet.config` file to y
8073
Ensure that your `.csproj` file contains the following reference:
8174

8275
```xml
83-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="5.0.2" />
76+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0" />
8477
```
8578

8679
### 2. Services Configuration

0 commit comments

Comments
 (0)