Skip to content

Commit a408652

Browse files
committed
Releasing version 10.0.5
1 parent 716ce8a commit a408652

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
## DISCLAIMER!!!
2-
This is a fast moving version of [Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Pomelo.EntityFrameworkCore.MySql) intented to follow .net release cycle closely!
3-
There are no intentions for this package to implement new features. Feature requests needs to be directed at the originating [Github repository](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql)
4-
5-
6-
71
# Microting.EntityFrameworkCore.MySql
82

93
[![Build status](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/actions/workflows/build.yml)
@@ -19,6 +13,7 @@ The following versions of MySqlConnector, EF Core, .NET (Core), .NET Standard an
1913

2014
Release | Branch | MySqlConnector | EF Core | .NET (Core) | .NET Standard | .NET Framework
2115
--- |--------------------------------------------------------------------------------------------------|--------------------|:-------:|:-----------:| :---: | :---:
16+
[10.0.5](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/10.0.5) | [master](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/tree/master) | >= 2.5.0 | 10.0.x | 10.0+ | - | -
2217
[10.0.3](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/10.0.3) | [master](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/tree/master) | >= 2.5.0 | 10.0.x | 10.0+ | - | -
2318
[9.0.8](https://www.nuget.org/packages/Microting.EntityFrameworkCore.MySql/9.0.8) | [master](https://github.com/microting/Pomelo.EntityFrameworkCore.MySql/tree/master) | >= 2.4.0 | 9.0.x | 9.0+ | - | -
2419
[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+ | - | -
@@ -118,7 +113,7 @@ All `.pdb` files use Source Link.
118113
Ensure that your `.csproj` file contains the following reference:
119114

120115
```xml
121-
<PackageReference Include="Microting.EntityFrameworkCore.MySql" Version="9.0.0" />
116+
<PackageReference Include="Microting.EntityFrameworkCore.MySql" Version="10.0.5" />
122117
```
123118

124119
### 2. Services Configuration

Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
We also used alpha/beta/silver release types in the past, but they mix poorly with the ones above when orderend according to SemVer2
1111
rules.
1212
-->
13-
<VersionPrefix>10.0.3</VersionPrefix>
13+
<VersionPrefix>10.0.5</VersionPrefix>
1414
<PreReleaseVersionLabel></PreReleaseVersionLabel>
1515
<PreReleaseVersionIteration></PreReleaseVersionIteration>
1616

0 commit comments

Comments
 (0)