diff --git a/BuildScripts/NuGetPublish.bat b/BuildScripts/NuGetPublish.bat index 45f2098c..535b330f 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=3.2.0 +set PKGVER=3.2.1 dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% diff --git a/README.md b/README.md index 771425b4..5747d650 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-v3.2.0-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v3.2.0) +[![latest release notes](https://img.shields.io/badge/latest%20release%20notes-v3.2.1-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v3.2.1) [![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 Standard 2.0, 2.1 and .NET 4.5 diff --git a/appveyor.yml b/appveyor.yml index 38992de6..5e2bee63 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ image: - Ubuntu - macOS -version: 3.2.0-b{build} +version: 3.2.1-b{build} test: off diff --git a/nuspecs/FastExpressionCompiler.Internal.src.nuspec b/nuspecs/FastExpressionCompiler.Internal.src.nuspec index e6c6e687..2f881a1c 100644 --- a/nuspecs/FastExpressionCompiler.Internal.src.nuspec +++ b/nuspecs/FastExpressionCompiler.Internal.src.nuspec @@ -2,7 +2,7 @@ FastExpressionCompiler.Internal.src - 3.2.0 + 3.2.1 Maksim Volkau Copyright © 2016-2021 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,10 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.LightExpression.Internal.src - 3.2.0 + 3.2.1 Maksim Volkau Copyright © 2016-2021 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,10 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.LightExpression.src - 3.2.0 + 3.2.1 Maksim Volkau Copyright © 2016-2021 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,10 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib FastExpressionCompiler.src - 3.2.0 + 3.2.1 Maksim Volkau Copyright © 2016-2021 Maksim Volkau https://github.com/dadhi/FastExpressionCompiler @@ -12,6 +12,10 @@ Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib logo.png net45;netstandard2.0;netstandard2.1 - 3.2.0 + 3.2.1 FastExpressionCompiler.LightExpression @@ -12,6 +12,10 @@ FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib net45;netstandard2.0;netstandard2.1 - 3.2.0 + 3.2.1 FastExpressionCompiler $(Product) @@ -9,6 +9,10 @@ FastExpressionCompiler is 10-40x times faster than Expression.Compile() Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib