Skip to content

Commit e68a7b3

Browse files
committed
Release v5.2.0-preview-02
1 parent dc69c45 commit e68a7b3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

BuildScripts/NuGetPublish.bat

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

7-
set PKGVER=5.2.0-preview-01
7+
set PKGVER=5.2.0-preview-02
88

99
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
1010
dotnet nuget push "%PACKAGES%\FastExpressionCompiler.LightExpression.%PKGVER%.nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate

src/FastExpressionCompiler.LightExpression/FastExpressionCompiler.LightExpression.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks Condition=" '$(LatestSupportedNet)' == 'net9.0' ">net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks>
66

77
<VersionPrefix>5.2.0</VersionPrefix>
8-
<VersionSuffix>preview-01</VersionSuffix>
8+
<VersionSuffix>preview-02</VersionSuffix>
99

1010
<Product>FastExpressionCompiler.LightExpression</Product>
1111

@@ -14,9 +14,9 @@
1414
<Description>FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile()</Description>
1515
<PackageTags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags>
1616
<PackageReleaseNotes><![CDATA[
17-
## v5.2.0-preview-01
17+
## v5.2.0
1818
19-
- add: TestTools, FastExpressionCompiler.ILDecoder
19+
- add: Expose TestTools and FastExpressionCompiler.ILDecoder to enable testing and diagnostic in the consumer projects
2020
2121
2222
## v5.1.1. Bug-fix release

src/FastExpressionCompiler/FastExpressionCompiler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<TargetFrameworks Condition=" '$(LatestSupportedNet)' == 'net9.0' ">net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks>
66

77
<VersionPrefix>5.2.0</VersionPrefix>
8-
<VersionSuffix>preview-01</VersionSuffix>
8+
<VersionSuffix>preview-02</VersionSuffix>
99
<Product>FastExpressionCompiler</Product>
1010
<PackageId>$(Product)</PackageId>
1111
<Title>$(Product)</Title>
1212
<Description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</Description>
1313
<PackageTags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags>
1414
<PackageReleaseNotes><![CDATA[
15-
## v5.2.0-preview-01
15+
## v5.2.0
1616
17-
- add: TestTools, FastExpressionCompiler.ILDecoder
17+
- add: Expose TestTools and FastExpressionCompiler.ILDecoder to enable testing and diagnostic in the consumer projects
1818
1919
2020
## v5.1.1. Bug-fix release

0 commit comments

Comments
 (0)