File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
FastExpressionCompiler.LightExpression Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set PACKAGES=..\.dist
44set SOURCE = https://api.nuget.org/v3/index.json
55set /p APIKEY = < " ..\..\ApiKey.txt"
66
7- set PKGVER = 5.2.0-preview-01
7+ set PKGVER = 5.2.0-preview-02
88
99dotnet nuget push " %PACKAGES% \FastExpressionCompiler.%PKGVER% .nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
1010dotnet nuget push " %PACKAGES% \FastExpressionCompiler.LightExpression.%PKGVER% .nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments