From a227fa82de365474620f4a60b0cd97191f1cc2bd Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 13 Nov 2021 13:17:08 +0100 Subject: [PATCH] 1.1.27 --- Generate ReleaseNotes.bat | 2 +- PackageReleaseNotes.txt | 4 ++-- ReleaseNotes.md | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index d8c2c13..d06031e 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.1.26 +SET version=1.1.27 GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 5b10555..9f0f067 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,4 +1,4 @@ -# 1.1.26 (12 August 2021) -- #142 Added WithExpressionExpanding configuration extension for EF Core. +# 1.1.27 (13 November 2021) +- #151 Added support for EF Core 6 [feature] The full release notes can be found here: https://github.com/scottksmith95/LINQKit/blob/master/ReleaseNotes.md \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index fa81811..8a23980 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,6 @@ +# 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) + # 1.1.26 (12 August 2021) - [#142](https://github.com/scottksmith95/LINQKit/pull/142) - Added WithExpressionExpanding configuration extension for EF Core. contributed by [sdanyliv](https://github.com/sdanyliv) @@ -87,7 +90,7 @@ - [#20](https://github.com/scottksmith95/LINQKit/pull/20) - Linking to the EF UserVoice request contributed by [alexdresko](https://github.com/alexdresko) - [#24](https://github.com/scottksmith95/LINQKit/pull/24) - - added additional Invoke() overloads to support up to 16 parameters … contributed by [ViRuSTriNiTy](https://github.com/ViRuSTriNiTy) - [#25](https://github.com/scottksmith95/LINQKit/pull/25) - Fix for issue #22. Proper expanding of arguments in method calls. contributed by [AndreyYurashevich](https://github.com/AndreyYurashevich) -- [#27](https://github.com/scottksmith95/LINQKit/pull/27) - LeftJoin contributed by [TanielianVB](https://github.com/TanielianVB) +- [#27](https://github.com/scottksmith95/LINQKit/pull/27) - LeftJoin [feature] contributed by [TanielianVB](https://github.com/TanielianVB) - [#29](https://github.com/scottksmith95/LINQKit/pull/29) - Add Invoke method with five parameters contributed by [osjimenez](https://github.com/osjimenez) - [#33](https://github.com/scottksmith95/LINQKit/pull/33) - Add dotnet core rc2 support and split into multiple versions/flavors contributed by [StefH](https://github.com/StefH) - [#42](https://github.com/scottksmith95/LINQKit/pull/42) - Implemented ExpressionStarter<T> to eliminate the default 1=0 or 1=1 stub expressions [feature] contributed by [rhyous](https://github.com/rhyous)