From ed3ef826b4f02c15d02833121bf2598c2ef7cd9c Mon Sep 17 00:00:00 2001 From: dadhi Date: Wed, 29 Jan 2025 10:46:43 +0100 Subject: [PATCH] release v5.0.2 --- BuildScripts/NuGetPublish.bat | 2 +- README.md | 2 +- appveyor.yml | 2 +- nuspecs/FastExpressionCompiler.Internal.src.nuspec | 9 ++++++++- ...xpressionCompiler.LightExpression.Internal.src.nuspec | 9 ++++++++- .../FastExpressionCompiler.LightExpression.src.nuspec | 8 +++++++- nuspecs/FastExpressionCompiler.src.nuspec | 9 ++++++++- .../FastExpressionCompiler.LightExpression.csproj | 8 +++++++- src/FastExpressionCompiler/FastExpressionCompiler.csproj | 8 +++++++- 9 files changed, 48 insertions(+), 9 deletions(-) diff --git a/BuildScripts/NuGetPublish.bat b/BuildScripts/NuGetPublish.bat index f1f89c41..78e7728c 100644 --- a/BuildScripts/NuGetPublish.bat +++ b/BuildScripts/NuGetPublish.bat @@ -4,7 +4,7 @@ set PACKAGES=..\.dist set SOURCE=https://api.nuget.org/v3/index.json set /p APIKEY=<"..\..\ApiKey.txt" -set PKGVER=5.0.1 +set PKGVER=5.0.2 dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate diff --git a/README.md b/README.md index 5934a1ba..e6a3d86a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [Apex.Serialization]: https://github.com/dbolin/Apex.Serialization [MapsterMapper]: https://github.com/MapsterMapper/Mapster -[![latest release notes](https://img.shields.io/badge/latest%20release%20notes-v5.0.1-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.0.1) +[![latest release notes](https://img.shields.io/badge/latest%20release%20notes-v5.0.2-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.0.2) [![Windows build](https://ci.appveyor.com/api/projects/status/4iyhed69l3k0k37o/branch/master?svg=true)](https://ci.appveyor.com/project/MaksimVolkau/fastexpressioncompiler/branch/master)[![license](https://img.shields.io/github/license/dadhi/FastExpressionCompiler.svg)](http://opensource.org/licenses/MIT) Targets .NET 6+, .NET 4.7.2+, .NET Standard 2.0+ diff --git a/appveyor.yml b/appveyor.yml index d859fcee..0d2612b7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: - Visual Studio 2022 - Ubuntu -version: 5.0.1-b{build} +version: 5.0.2-b{build} test: off diff --git a/nuspecs/FastExpressionCompiler.Internal.src.nuspec b/nuspecs/FastExpressionCompiler.Internal.src.nuspec index 53b95389..ae0d9cf8 100644 --- a/nuspecs/FastExpressionCompiler.Internal.src.nuspec +++ b/nuspecs/FastExpressionCompiler.Internal.src.nuspec @@ -2,7 +2,7 @@ FastExpressionCompiler.Internal.src - 5.0.1 + 5.0.2 Maksim Volkau Copyright © 2016-2024 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -13,6 +13,13 @@ Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.LightExpression.Internal.src - 5.0.1 + 5.0.2 Maksim Volkau Copyright © 2016-2024 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -13,6 +13,13 @@ Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.LightExpression.src - 5.0.1 + 5.0.2 Maksim Volkau Copyright © 2016-2024 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,12 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.src - 5.0.1 + 5.0.2 Maksim Volkau Copyright © 2016-2024 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,13 @@ Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib logo.png net472;netstandard2.0;netstandard2.1;net6.0;net8.0 net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0 - 5.0.1 + 5.0.2 FastExpressionCompiler.LightExpression @@ -14,6 +14,12 @@ FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib net472;netstandard2.0;netstandard2.1;net6.0;net8.0 net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0 - 5.0.1 + 5.0.2 FastExpressionCompiler $(Product) @@ -12,6 +12,12 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib