-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# 1.3.6 (16 November 2024) | ||
- #195 Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /examples/ConsoleAppNet472 [dependencies] | ||
- #203 Update README.md | ||
- #205 Add .NET 9 (#204) [feature] | ||
- #204 Add support for .Net 9 / EF 9 [feature] | ||
# 1.3.7 (19 November 2024) | ||
- #206 Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 [bug] | ||
- #208 Revert fixes for CVE's [bug] | ||
- #207 LinqKit.Core 1.2.6 introduces a lot of legacy dependencies to modern consumers | ||
|
||
The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<PatchVersion>6</PatchVersion> | ||
<PatchVersion>7</PatchVersion> | ||
</PropertyGroup> | ||
</Project> |