Skip to content

Commit 6ef8b0e

Browse files
committed
1.2.5
1 parent 07c174c commit 6ef8b0e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.2.4
3+
SET version=1.2.5
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.2.4 (18 March 2023)
2-
- #182 Use System.Linq.Expressions.ExpressionVisitor where available [feature]
3-
- #184 Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 [dependencies]
4-
- #122 Only use custom ExpressionVisitor for .NET 3.5 [feature]
1+
# 1.2.5 (19 November 2023)
2+
- #192 Add .NET 8 [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.2.5 (19 November 2023)
2+
- [#192](https://github.com/scottksmith95/LINQKit/pull/192) - Add .NET 8 [feature] contributed by [StefH](https://github.com/StefH)
3+
14
# 1.2.4 (18 March 2023)
25
- [#182](https://github.com/scottksmith95/LINQKit/pull/182) - Use System.Linq.Expressions.ExpressionVisitor where available [feature] contributed by [TheConstructor](https://github.com/TheConstructor)
36
- [#184](https://github.com/scottksmith95/LINQKit/pull/184) - Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 [dependencies] contributed by [dependabot[bot]](https://github.com/apps/dependabot)

0 commit comments

Comments
 (0)