Skip to content

Commit

Permalink
1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 19, 2024
1 parent 0dba17f commit e2d768d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Generate ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.3.6
SET version=1.3.7

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% --token %GH_TOKEN%

Expand Down
9 changes: 4 additions & 5 deletions PackageReleaseNotes.txt
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
5 changes: 5 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.3.7 (19 November 2024)
- [#206](https://github.com/scottksmith95/LINQKit/pull/206) - Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 [bug] contributed by [michaelmairegger](https://github.com/michaelmairegger)
- [#208](https://github.com/scottksmith95/LINQKit/pull/208) - Revert fixes for CVE's [bug] contributed by [StefH](https://github.com/StefH)
- [#207](https://github.com/scottksmith95/LINQKit/issues/207) - LinqKit.Core 1.2.6 introduces a lot of legacy dependencies to modern consumers

# 1.3.6 (16 November 2024)
- [#195](https://github.com/scottksmith95/LINQKit/pull/195) - Bump Microsoft.Data.SqlClient from 1.1.4 to 2.1.7 in /examples/ConsoleAppNet472 [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)
- [#203](https://github.com/scottksmith95/LINQKit/pull/203) - Update README.md contributed by [Thorium](https://github.com/Thorium)
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<PatchVersion>6</PatchVersion>
<PatchVersion>7</PatchVersion>
</PropertyGroup>
</Project>

0 comments on commit e2d768d

Please sign in to comment.