Skip to content

Commit 5fba15d

Browse files
committed
1.3.8
1 parent b2f7da1 commit 5fba15d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Generate ReleaseNotes.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.3.7
3+
SET version=1.3.8
44

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

PackageReleaseNotes.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# 1.3.7 (19 November 2024)
2-
- #206 Update EntityFramework to version 8.0.11 to fix CVE-2024-43483 [bug]
3-
- #208 Revert fixes for CVE's [bug]
4-
- #207 LinqKit.Core 1.2.6 introduces a lot of legacy dependencies to modern consumers
1+
# 1.3.8 (17 January 2025)
2+
- #210 Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature]
53

64
The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.3.8 (17 January 2025)
2+
- [#210](https://github.com/scottksmith95/LINQKit/pull/210) - Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature] contributed by [aloraman](https://github.com/aloraman)
3+
14
# 1.3.7 (19 November 2024)
25
- [#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)
36
- [#208](https://github.com/scottksmith95/LINQKit/pull/208) - Revert fixes for CVE's [bug] contributed by [StefH](https://github.com/StefH)

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<PatchVersion>7</PatchVersion>
3+
<PatchVersion>8</PatchVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)