Skip to content

Commit f38db8f

Browse files
committed
Release v5.3.1
1 parent 327f36b commit f38db8f

6 files changed

+28
-8
lines changed

BuildScripts/NuGetPublish.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set PACKAGES=..\.dist
44
set SOURCE=https://api.nuget.org/v3/index.json
55
set /p APIKEY=<"..\..\ApiKey.txt"
66

7-
set PKGVER=5.3.0
7+
set PKGVER=5.3.1
88

9-
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
10-
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.LightExpression.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
9+
@REM dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
10+
@REM dotnet nuget push "%PACKAGES%\FastExpressionCompiler.LightExpression.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
1111

1212
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
1313
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.Internal.src.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[Apex.Serialization]: https://github.com/dbolin/Apex.Serialization
1717
[MapsterMapper]: https://github.com/MapsterMapper/Mapster
1818

19-
[![Latest Release Notes](https://img.shields.io/badge/latest%20release%20notes-v5.3.0-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.3.0)[![License](https://img.shields.io/github/license/dadhi/FastExpressionCompiler.svg)](http://opensource.org/licenses/MIT)[![Build Windows,Ubuntu](https://github.com/dadhi/FastExpressionCompiler/actions/workflows/build.yml/badge.svg)](https://github.com/dadhi/FastExpressionCompiler/actions/workflows/build.yml)
19+
[![Latest Release Notes](https://img.shields.io/badge/latest%20release%20notes-v5.3.1-blue)](https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.3.1)[![License](https://img.shields.io/github/license/dadhi/FastExpressionCompiler.svg)](http://opensource.org/licenses/MIT)[![Build Windows,Ubuntu](https://github.com/dadhi/FastExpressionCompiler/actions/workflows/build.yml/badge.svg)](https://github.com/dadhi/FastExpressionCompiler/actions/workflows/build.yml)
2020

2121
Targets .NET 6+, .NET 4.7.2+, .NET Standard 2.0+
2222

nuspecs/FastExpressionCompiler.Internal.src.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>FastExpressionCompiler.Internal.src</id>
5-
<version>5.3.0</version>
5+
<version>5.3.1</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2016-2025 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
@@ -12,6 +12,11 @@
1212
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
1313
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
1414
<releaseNotes><![CDATA[
15+
## v5.3.1 Bug-fix release (src packages only)
16+
17+
- fixed: #481 The 5.3.0 source package is broken and doesn't include all required source files
18+
19+
1520
## v5.3.0 Feature release
1621
1722
- feat: [performance] Reuse the ILGenerator used by the nested lambda compilation

nuspecs/FastExpressionCompiler.LightExpression.Internal.src.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>FastExpressionCompiler.LightExpression.Internal.src</id>
5-
<version>5.3.0</version>
5+
<version>5.3.1</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2016-2025 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
@@ -12,6 +12,11 @@
1212
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
1313
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
1414
<releaseNotes><![CDATA[
15+
## v5.3.1 Bug-fix release (src packages only)
16+
17+
- fixed: #481 The 5.3.0 source package is broken and doesn't include all required source files
18+
19+
1520
## v5.3.0 Feature release
1621
1722
- feat: [performance] Reuse the ILGenerator used by the nested lambda compilation

nuspecs/FastExpressionCompiler.LightExpression.src.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>FastExpressionCompiler.LightExpression.src</id>
5-
<version>5.3.0</version>
5+
<version>5.3.1</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2016-2025 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
@@ -12,6 +12,11 @@
1212
<description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description>
1313
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
1414
<releaseNotes><![CDATA[
15+
## v5.3.1 Bug-fix release (src packages only)
16+
17+
- fixed: #481 The 5.3.0 source package is broken and doesn't include all required source files
18+
19+
1520
## v5.3.0 Feature release
1621
1722
- feat: [performance] Reuse the ILGenerator used by the nested lambda compilation

nuspecs/FastExpressionCompiler.src.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata minClientVersion="3.3.0">
44
<id>FastExpressionCompiler.src</id>
5-
<version>5.3.0</version>
5+
<version>5.3.1</version>
66
<authors>Maksim Volkau</authors>
77
<copyright>Copyright © 2016-2025 Maksim Volkau</copyright>
88
<projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl>
@@ -12,6 +12,11 @@
1212
<tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags>
1313
<icon>logo.png</icon>
1414
<releaseNotes><![CDATA[
15+
## v5.3.1 Bug-fix release (src packages only)
16+
17+
- fixed: #481 The 5.3.0 source package is broken and doesn't include all required source files
18+
19+
1520
## v5.3.0 Feature release
1621
1722
- feat: [performance] Reuse the ILGenerator used by the nested lambda compilation

0 commit comments

Comments
 (0)