Skip to content

Commit 33505e2

Browse files
committed
1.3.9
1 parent cdafbbf commit 33505e2

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

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.8
3+
SET version=1.3.9
44

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

PackageReleaseNotes.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# 1.3.8 (17 January 2025)
2-
- #210 Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature]
1+
# 1.3.9 (15 November 2025)
2+
- #212 Upgrade EntityFramework to version 6.5.1 [feature]
3+
- #217 Add support for .Net 10 [feature]
4+
- #216 Add support for .Net 10
35

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

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.3.9 (15 November 2025)
2+
- [#212](https://github.com/scottksmith95/LINQKit/pull/212) - Upgrade EntityFramework to version 6.5.1 [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#217](https://github.com/scottksmith95/LINQKit/pull/217) - Add support for .Net 10 [feature] contributed by [RIE-UPPERSOLUTIONS](https://github.com/RIE-UPPERSOLUTIONS)
4+
- [#216](https://github.com/scottksmith95/LINQKit/issues/216) - Add support for .Net 10
5+
16
# 1.3.8 (17 January 2025)
27
- [#210](https://github.com/scottksmith95/LINQKit/pull/210) - Add net8.0 target to LinqKit.Microsoft.EntityFrameworkCore9 [feature] contributed by [aloraman](https://github.com/aloraman)
38

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>8</PatchVersion>
3+
<PatchVersion>9</PatchVersion>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)