Skip to content

Commit

Permalink
MySQL Pomelo version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Jan 17, 2024
1 parent 6880b8d commit 6532608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Represents the **NuGet** versions.
## v5.9.0
- *Fixed:* Upgraded `CoreEx` ([`v3.9.0`](https://github.com/Avanade/CoreEx/blob/main/CHANGELOG.md#v390)) and `DbEx` ([`v2.4.0`](https://github.com/Avanade/DbEx/blob/main/CHANGELOG.md#v240)) to include all related fixes and improvements; including dependent `UnitTestEx` ([`v4.0.1`](https://github.com/Avanade/UnitTestEx/blob/main/CHANGELOG.md#v410)) and related `NUnit` ([`v4.0.1`](https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html)) upgrades.
- *Enhancement:* Updated the `dotnet new beef` template to target `net8.0` and updated `NUnit`.
- _Note:_ `MySQL` includes dependency `Pomelo.EntityFrameworkCore.MySql` (`8.0.0-beta.2`) that enables `net8.0`; this will be updated to the official _release_ version when [ready](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1746).

## v5.8.0
- *Fixed:* Upgraded `CoreEx` (`v3.8.0`) to include all related fixes and improvements; `WebApi` class supports returning value of `IActionResult` as-is.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.1" />
<!--#endif -->
<!--#if (implement_mysql) -->
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
<!--#endif -->
</ItemGroup>
</Project>

0 comments on commit 6532608

Please sign in to comment.