Skip to content

Commit dccffa0

Browse files
authored
Merge pull request #324 from microting/copilot/update-code-version-tag
Release v10.0.6
2 parents f744273 + 389ca66 commit dccffa0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
2626

2727
Release | Branch | MySqlConnector | EF Core | .NET (Core) | .NET Standard | .NET Framework
2828
--- |--------------------------------------------------------------------------------------------------|--------------------|:-------:|:-----------:| :---: | :---:
29+
[10.0.6](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/10.0.6) | [master](https://github.com/microting/Microting.EntityFrameworkCore.MySql/tree/master) | >= 2.5.0 | 10.0.x | 10.0+ | - | -
2930
[10.0.5](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/10.0.5) | [master](https://github.com/microting/Microting.EntityFrameworkCore.MySql/tree/master) | >= 2.5.0 | 10.0.x | 10.0+ | - | -
3031
[10.0.3](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/10.0.3) | [master](https://github.com/microting/Microting.EntityFrameworkCore.MySql/tree/master) | >= 2.5.0 | 10.0.x | 10.0+ | - | -
3132
[9.0.8](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/9.0.8) | [master](https://github.com/microting/Microting.EntityFrameworkCore.MySql/tree/master) | >= 2.4.0 | 9.0.x | 9.0+ | - | -
@@ -113,7 +114,7 @@ All `.pdb` files use Source Link.
113114
Ensure that your `.csproj` file contains the following reference:
114115

115116
```xml
116-
<PackageReference Include="Microting.EntityFrameworkCore.MySql" Version="10.0.5" />
117+
<PackageReference Include="Microting.EntityFrameworkCore.MySql" Version="10.0.6" />
117118
```
118119

119120
### 2. Services Configuration

0 commit comments

Comments
 (0)