Skip to content

Commit 0c3d1ad

Browse files
committed
1.2.0
1 parent d1247f5 commit 0c3d1ad

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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.1.27
3+
SET version=1.2.0
44

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

LinqKit Solution.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ Global
661661
{5730E14A-709A-4DCE-9128-9D417897828D} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
662662
{89593D6A-2778-4F6C-A610-536D66A01E8C} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
663663
{4EB28B42-2A9B-4FAB-9E48-037B19F28DA3} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
664-
{421343E7-FC9E-4425-B208-7A1E788B3093} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
664+
{421343E7-FC9E-4425-B208-7A1E788B3093} = {EE0B5A0E-533F-47B7-8D42-4D7B0D3D78F3}
665665
{34032E40-2EA3-4274-8121-177C058A0AFB} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
666666
{5B617A20-19AF-4546-9AD5-16B671878305} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
667667
{6FDE30D5-3173-441B-9E02-9F9C823FD77D} = {2F7F283D-5576-417F-A467-EC210226AC3B}

PackageReleaseNotes.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 1.1.27 (13 November 2021)
2-
- #151 Added support for EF Core 6 [feature]
1+
# 1.2.0 (18 January 2022)
2+
- #144 Add LeftJoin extension method [feature]
3+
- #156 GitHub Actions: use actions/checkout@v2 [security]
4+
- #159 #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework… [feature]
5+
- #161 Refactor project structure. Fix Compile Remove / Compile Include [feature]
6+
- #162 #160 Unhandled expression type: 'Index' [bug]
7+
- #153 Predicate as class function not resolving correctly
8+
- #155 [Security] Workflow main.yml is using vulnerable action actions/checkout [security]
39

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

ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.2.0 (18 January 2022)
2+
- [#144](https://github.com/scottksmith95/LINQKit/pull/144) - Add LeftJoin extension method [feature] contributed by [StefH](https://github.com/StefH)
3+
- [#156](https://github.com/scottksmith95/LINQKit/pull/156) - GitHub Actions: use actions/checkout@v2 [security] contributed by [StefH](https://github.com/StefH)
4+
- [#159](https://github.com/scottksmith95/LINQKit/pull/159) - #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework… [feature] contributed by [doboczyakos](https://github.com/doboczyakos)
5+
- [#161](https://github.com/scottksmith95/LINQKit/pull/161) - Refactor project structure. Fix Compile Remove / Compile Include [feature] contributed by [StefH](https://github.com/StefH)
6+
- [#162](https://github.com/scottksmith95/LINQKit/pull/162) - #160 Unhandled expression type: 'Index' [bug] contributed by [doboczyakos](https://github.com/doboczyakos)
7+
- [#153](https://github.com/scottksmith95/LINQKit/issues/153) - Predicate as class function not resolving correctly
8+
- [#155](https://github.com/scottksmith95/LINQKit/issues/155) - [Security] Workflow main.yml is using vulnerable action actions/checkout [security]
9+
110
# 1.1.27 (13 November 2021)
211
- [#151](https://github.com/scottksmith95/LINQKit/pull/151) - Added support for EF Core 6 [feature] contributed by [sdanyliv](https://github.com/sdanyliv)
312

0 commit comments

Comments
 (0)