Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jan 18, 2022
1 parent d1247f5 commit 0c3d1ad
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Generate ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.1.27
SET version=1.2.0

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

Expand Down
2 changes: 1 addition & 1 deletion LinqKit Solution.sln
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ Global
{5730E14A-709A-4DCE-9128-9D417897828D} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{89593D6A-2778-4F6C-A610-536D66A01E8C} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{4EB28B42-2A9B-4FAB-9E48-037B19F28DA3} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{421343E7-FC9E-4425-B208-7A1E788B3093} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{421343E7-FC9E-4425-B208-7A1E788B3093} = {EE0B5A0E-533F-47B7-8D42-4D7B0D3D78F3}
{34032E40-2EA3-4274-8121-177C058A0AFB} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{5B617A20-19AF-4546-9AD5-16B671878305} = {4521E792-157C-4049-ADF0-CDA31EFC3CC7}
{6FDE30D5-3173-441B-9E02-9F9C823FD77D} = {2F7F283D-5576-417F-A467-EC210226AC3B}
Expand Down
10 changes: 8 additions & 2 deletions PackageReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 1.1.27 (13 November 2021)
- #151 Added support for EF Core 6 [feature]
# 1.2.0 (18 January 2022)
- #144 Add LeftJoin extension method [feature]
- #156 GitHub Actions: use actions/checkout@v2 [security]
- #159 #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework… [feature]
- #161 Refactor project structure. Fix Compile Remove / Compile Include [feature]
- #162 #160 Unhandled expression type: 'Index' [bug]
- #153 Predicate as class function not resolving correctly
- #155 [Security] Workflow main.yml is using vulnerable action actions/checkout [security]

The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md
9 changes: 9 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.2.0 (18 January 2022)
- [#144](https://github.com/scottksmith95/LINQKit/pull/144) - Add LeftJoin extension method [feature] contributed by [StefH](https://github.com/StefH)
- [#156](https://github.com/scottksmith95/LINQKit/pull/156) - GitHub Actions: use actions/checkout@v2 [security] contributed by [StefH](https://github.com/StefH)
- [#159](https://github.com/scottksmith95/LINQKit/pull/159) - #154 Exclude LinqKit.Core implementation from LinqKit.EntityFramework… [feature] contributed by [doboczyakos](https://github.com/doboczyakos)
- [#161](https://github.com/scottksmith95/LINQKit/pull/161) - Refactor project structure. Fix Compile Remove / Compile Include [feature] contributed by [StefH](https://github.com/StefH)
- [#162](https://github.com/scottksmith95/LINQKit/pull/162) - #160 Unhandled expression type: 'Index' [bug] contributed by [doboczyakos](https://github.com/doboczyakos)
- [#153](https://github.com/scottksmith95/LINQKit/issues/153) - Predicate as class function not resolving correctly
- [#155](https://github.com/scottksmith95/LINQKit/issues/155) - [Security] Workflow main.yml is using vulnerable action actions/checkout [security]

# 1.1.27 (13 November 2021)
- [#151](https://github.com/scottksmith95/LINQKit/pull/151) - Added support for EF Core 6 [feature] contributed by [sdanyliv](https://github.com/sdanyliv)

Expand Down

0 comments on commit 0c3d1ad

Please sign in to comment.