diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index 91740dd..e34f3c3 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,6 +1,6 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.2.2 +SET version=1.2.3 GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index b9046be..0073ae2 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,5 +1,6 @@ -# 1.2.2 (23 February 2022) -- #171 Define dependency on Timestamp as PrivateAssets [bug] -- #170 Timestamp in nuget dependencies +# 1.2.3 (09 November 2022) +- #174 Simplify LeftJoin-extension [feature] +- #179 Update some NuGet packages [feature] +- #180 Add support for .NET 7 and EF Core 7 [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 eb68be6..420c147 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,8 @@ +# 1.2.3 (09 November 2022) +- [#174](https://github.com/scottksmith95/LINQKit/pull/174) - Simplify LeftJoin-extension [feature] contributed by [TheConstructor](https://github.com/TheConstructor) +- [#179](https://github.com/scottksmith95/LINQKit/pull/179) - Update some NuGet packages [feature] contributed by [StefH](https://github.com/StefH) +- [#180](https://github.com/scottksmith95/LINQKit/pull/180) - Add support for .NET 7 and EF Core 7 [feature] contributed by [StefH](https://github.com/StefH) + # 1.2.2 (23 February 2022) - [#171](https://github.com/scottksmith95/LINQKit/pull/171) - Define dependency on Timestamp as PrivateAssets [bug] contributed by [StefH](https://github.com/StefH) - [#170](https://github.com/scottksmith95/LINQKit/issues/170) - Timestamp in nuget dependencies diff --git a/version.xml b/version.xml index 257b812..9fefde3 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 2 + 3 \ No newline at end of file