Skip to content

Commit d6d5568

Browse files
committed
1.3.10
1 parent bdec6d8 commit d6d5568

4 files changed

Lines changed: 15 additions & 8 deletions

File tree

Generate ReleaseNotes.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=1.3.9
3+
SET version=1.3.10
44

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

7-
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid documentation --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN%
7+
GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels wontfix question invalid documentation --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN%

PackageReleaseNotes.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
1+
# 1.3.10 (29 January 2026)
2+
- #220 Fix LeftJoin for .NET 10 [bug]
3+
- #221 Fix NU1902 and NU1903 for Linqkit.Core project
4+
- #209 Building LinqKit.Core shows high severity vulnerabilities [bug]
5+
- #218 LeftJoin could be removed from .Net 10 version [bug]
56

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

ReleaseNotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.10 (29 January 2026)
2+
- [#220](https://github.com/scottksmith95/LINQKit/pull/220) - Fix LeftJoin for .NET 10 [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#221](https://github.com/scottksmith95/LINQKit/pull/221) - Fix NU1902 and NU1903 for Linqkit.Core project contributed by [StefH](https://github.com/StefH)
4+
- [#209](https://github.com/scottksmith95/LINQKit/issues/209) - Building LinqKit.Core shows high severity vulnerabilities [bug]
5+
- [#218](https://github.com/scottksmith95/LINQKit/issues/218) - LeftJoin could be removed from .Net 10 version [bug]
6+
17
# 1.3.9 (15 November 2025)
28
- [#212](https://github.com/scottksmith95/LINQKit/pull/212) - Upgrade EntityFramework to version 6.5.1 [feature] contributed by [StefH](https://github.com/StefH)
39
- [#217](https://github.com/scottksmith95/LINQKit/pull/217) - Add support for .Net 10 [feature] contributed by [RIE-UPPERSOLUTIONS](https://github.com/RIE-UPPERSOLUTIONS)

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

0 commit comments

Comments
 (0)