Skip to content

Commit 54cd20d

Browse files
committed
Update release information.
1 parent 6ad5e47 commit 54cd20d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
1616
Release | Branch | MySqlConnector | EF Core | .NET (Core) | .NET Standard | .NET Framework
1717
--- |--------------------------------------------------------------------------------------------------|--------------------|:-------:|:-----------:| :---: | :---:
1818
[9.0.0-<br />preview.3.<br />efcore.9.0.0](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/9.0.0-preview.3.efcore.9.0.0) | [main](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/main) | >= 2.4.0 | 9.0.x | 8.0+ | - | -
19-
[8.0.2](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/8.0.2) | [8.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/8.0-maint) | >= 2.3.5 | 8.0.2 | 8.0+ | - | -
19+
[8.0.3](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/8.0.3) | [8.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/8.0-maint) | >= 2.3.5 | 8.0.x | 8.0+ | - | -
2020
[7.0.0](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/7.0.0) | [7.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/7.0-maint) | >= 2.2.5 | 7.0.x | 6.0+ | - | -
2121
[6.0.3](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/6.0.3) | [6.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/6.0-maint) | >= 2.1.2 | 6.0.x | 6.0+ | - | -
2222
[5.0.4](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql/5.0.4) | [5.0-maint](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/tree/5.0-maint) | >= 1.3.13 | 5.0.x | 3.0+ | 2.1 | -
@@ -31,9 +31,9 @@ Release | Branch
3131

3232
### Supported Database Servers and Versions
3333

34-
`Pomelo.EntityFrameworkCore.MySql` is tested against all actively maintained versions of `MySQL` and `MariaDB`. Older versions (e.g. MySQL 5.7) and other server implementations (e.g. Amazon Aurora) are usually compatible to a high degree as well, but are not tested as part of our CI.
34+
`Pomelo.EntityFrameworkCore.MySql` is tested against all actively maintained versions of `MySQL` and `MariaDB`. Older versions (e.g. MySQL 5.7) and other server implementations (e.g. Amazon Aurora) are usually compatible to a high degree as well, but are not tested as part of our CI. You can find the versions a release was tested against within its [release](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases) notes.
3535

36-
Officially supported versions are:
36+
Currently tested versions are:
3737

3838
- MySQL 8.0
3939
- MariaDB 11.3
@@ -51,7 +51,7 @@ Milestone | Status | Release Date
5151
----------|----------|-------------
5252
9.0.0 | Planned | 2025-03 (see [#1841](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841))
5353
9.0.0-preview.3.efcore.9.0.0 | Released | 2025-02-23
54-
8.0.2 | Released | 2024-03-16
54+
8.0.3 | Released | 2025-03-02
5555
7.0.0 | Released | 2023-01-16
5656
6.0.3 | Released | 2024-03-16
5757
5.0.4 | Released | 2022-01-22
@@ -96,7 +96,7 @@ All `.pdb` files use Source Link.
9696
Ensure that your `.csproj` file contains the following reference:
9797

9898
```xml
99-
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
99+
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.3" />
100100
```
101101

102102
### 2. Services Configuration

0 commit comments

Comments
 (0)