From 9092e0144925ec75c32f2616d633bbcb0a99be2c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sat, 18 Mar 2023 18:15:24 +0100 Subject: [PATCH] 1.2.4 --- Generate ReleaseNotes.bat | 6 +++--- LinqKit Solution.sln | 1 + NuGet.txt | 9 +++++++++ PackageReleaseNotes.txt | 8 ++++---- ReleaseNotes.md | 5 +++++ examples/ConsoleAppNet472/packages.config | 2 +- version.xml | 2 +- 7 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 NuGet.txt diff --git a/Generate ReleaseNotes.bat b/Generate ReleaseNotes.bat index e34f3c3..7038f88 100644 --- a/Generate ReleaseNotes.bat +++ b/Generate ReleaseNotes.bat @@ -1,7 +1,7 @@ rem https://github.com/StefH/GitHubReleaseNotes -SET version=1.2.3 +SET version=1.2.4 -GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% +GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid documentation --version %version% --token %GH_TOKEN% -GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid documentation --template PackageReleaseNotes.template --version %version% \ No newline at end of file +GitHubReleaseNotes --output PackageReleaseNotes.txt --skip-empty-releases --exclude-labels question invalid documentation --template PackageReleaseNotes.template --version %version% --token %GH_TOKEN% \ No newline at end of file diff --git a/LinqKit Solution.sln b/LinqKit Solution.sln index 4ad8ca6..be86d62 100644 --- a/LinqKit Solution.sln +++ b/LinqKit Solution.sln @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Directory.Build.props = Directory.Build.props Generate ReleaseNotes.bat = Generate ReleaseNotes.bat LICENSE = LICENSE + NuGet.txt = NuGet.txt PackageReleaseNotes.template = PackageReleaseNotes.template PackageReleaseNotes.txt = PackageReleaseNotes.txt README.md = README.md diff --git a/NuGet.txt b/NuGet.txt new file mode 100644 index 0000000..27b3ef7 --- /dev/null +++ b/NuGet.txt @@ -0,0 +1,9 @@ +Open Command Prompt + +LINQKit\src> + +del /S *.nupkg + +VS rebuild + +dotnet nuget push **\*.nupkg --source https://api.nuget.org/v3/index.json --api-key x diff --git a/PackageReleaseNotes.txt b/PackageReleaseNotes.txt index 0073ae2..978d907 100644 --- a/PackageReleaseNotes.txt +++ b/PackageReleaseNotes.txt @@ -1,6 +1,6 @@ -# 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] +# 1.2.4 (18 March 2023) +- #182 Use System.Linq.Expressions.ExpressionVisitor where available [feature] +- #184 Bump Microsoft.Data.SqlClient from 1.0.19269.1 to 1.1.4 in /examples/ConsoleAppNet472 [dependencies] +- #122 Only use custom ExpressionVisitor for .NET 3.5 [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 420c147..aeb4e9c 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,8 @@ +# 1.2.4 (18 March 2023) +- [#182](https://github.com/scottksmith95/LINQKit/pull/182) - Use System.Linq.Expressions.ExpressionVisitor where available [feature] contributed by [TheConstructor](https://github.com/TheConstructor) +- [#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) +- [#122](https://github.com/scottksmith95/LINQKit/issues/122) - Only use custom ExpressionVisitor for .NET 3.5 [feature] + # 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) diff --git a/examples/ConsoleAppNet472/packages.config b/examples/ConsoleAppNet472/packages.config index 9ec5d44..83874a2 100644 --- a/examples/ConsoleAppNet472/packages.config +++ b/examples/ConsoleAppNet472/packages.config @@ -2,7 +2,7 @@ - + diff --git a/version.xml b/version.xml index 9fefde3..e265d03 100644 --- a/version.xml +++ b/version.xml @@ -1,5 +1,5 @@ - 3 + 4 \ No newline at end of file