Skip to content

Commit

Permalink
releasing v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Jul 21, 2021
1 parent 89bceaa commit f27141b
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion BuildScripts/NuGetPublish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ image:
- Ubuntu
- macOS

version: 3.2.0-b{build}
version: 3.2.1-b{build}

test: off

Expand Down
6 changes: 5 additions & 1 deletion nuspecs/FastExpressionCompiler.Internal.src.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>FastExpressionCompiler.Internal.src</id>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2016-2021 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
Expand All @@ -12,6 +12,10 @@
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
<releaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>FastExpressionCompiler.LightExpression.Internal.src</id>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2016-2021 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
Expand All @@ -12,6 +12,10 @@
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
<releaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down
6 changes: 5 additions & 1 deletion nuspecs/FastExpressionCompiler.LightExpression.src.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>FastExpressionCompiler.LightExpression.src</id>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2016-2021 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
Expand All @@ -12,6 +12,10 @@
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
<releaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down
6 changes: 5 additions & 1 deletion nuspecs/FastExpressionCompiler.src.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="3.3.0">
<id>FastExpressionCompiler.src</id>
<version>3.2.0</version>
<version>3.2.1</version>
<authors>Maksim Volkau</authors>
<copyright>Copyright © 2016-2021 Maksim Volkau</copyright>
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
Expand All @@ -12,6 +12,10 @@
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
<icon>logo.png</icon>
<releaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>

<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>

<Product>FastExpressionCompiler.LightExpression</Product>
Expand All @@ -12,6 +12,10 @@
<Description>FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile()</Description>
<PackageTags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags>
<PackageReleaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down
6 changes: 5 additions & 1 deletion src/FastExpressionCompiler/FastExpressionCompiler.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Product>FastExpressionCompiler</Product>
<PackageId>$(Product)</PackageId>
<Title>$(Product)</Title>
<Description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</Description>
<PackageTags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags>
<PackageReleaseNotes><![CDATA[
## v3.2.1 Bug-fix release
- fixed: #307 Switch with fall through throws "System.InvalidProgramException: 'Common Language Runtime detected an invalid program.'"
## v3.2.0 Bug-fix and optimization release
- fixed: #305 CompileFast generates incorrect code with arrays and printing
Expand Down

0 comments on commit f27141b

Please sign in to comment.