Expand file tree Collapse file tree 9 files changed +57
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set PACKAGES=..\.dist
4
4
set SOURCE = https://api.nuget.org/v3/index.json
5
5
set /p APIKEY = < " ..\..\ApiKey.txt"
6
6
7
- set PKGVER = 5.1.0
7
+ set PKGVER = 5.1.1
8
8
9
9
dotnet nuget push " %PACKAGES% \FastExpressionCompiler.%PKGVER% .nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
10
10
dotnet nuget push " %PACKAGES% \FastExpressionCompiler.src.%PKGVER% .nupkg" -k %APIKEY% -s %SOURCE% --skip-duplicate
Original file line number Diff line number Diff line change 16
16
[ Apex.Serialization ] : https://github.com/dbolin/Apex.Serialization
17
17
[ MapsterMapper] : https://github.com/MapsterMapper/Mapster
18
18
19
- [ ![ latest release notes] ( https://img.shields.io/badge/latest%20release%20notes-v5.1.0 -blue )] ( https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.1.0 )
19
+ [ ![ latest release notes] ( https://img.shields.io/badge/latest%20release%20notes-v5.1.1 -blue )] ( https://github.com/dadhi/FastExpressionCompiler/releases/tag/v5.1.1 )
20
20
[ ![ 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 )
21
21
22
22
Targets .NET 6+, .NET 4.7.2+, .NET Standard 2.0+
Original file line number Diff line number Diff line change 2
2
- Visual Studio 2022
3
3
- Ubuntu
4
4
5
- version : 5.1.0 -b{build}
5
+ version : 5.1.1 -b{build}
6
6
7
7
test : off
8
8
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 3.3.0" >
4
4
<id >FastExpressionCompiler.Internal.src</id >
5
- <version >5.1.0 </version >
5
+ <version >5.1.1 </version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2016-2025 Maksim Volkau</copyright >
8
8
<projectUrl >https://github.com/dadhi/FastExpressionCompiler</projectUrl >
12
12
<description >FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description >
13
13
<tags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags >
14
14
<releaseNotes ><![CDATA[
15
+ ## v5.1.1. Bug-fix release
16
+
17
+ - fix: #461 InvalidProgramException when null checking type by ref
18
+ - fix: #462 Optimize Equality comparison with null
19
+
20
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
21
+
22
+
15
23
## v5.1.0 Small feature release
16
24
17
25
- add: #458 Add Support for TryFault
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 3.3.0" >
4
4
<id >FastExpressionCompiler.LightExpression.Internal.src</id >
5
- <version >5.1.0 </version >
5
+ <version >5.1.1 </version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2016-2025 Maksim Volkau</copyright >
8
8
<projectUrl >https://github.com/dadhi/FastExpressionCompiler</projectUrl >
12
12
<description >FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description >
13
13
<tags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags >
14
14
<releaseNotes ><![CDATA[
15
+ ## v5.1.1. Bug-fix release
16
+
17
+ - fix: #461 InvalidProgramException when null checking type by ref
18
+ - fix: #462 Optimize Equality comparison with null
19
+
20
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
21
+
22
+
15
23
## v5.1.0 Small feature release
16
24
17
25
- add: #458 Add Support for TryFault
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 3.3.0" >
4
4
<id >FastExpressionCompiler.LightExpression.src</id >
5
- <version >5.1.0 </version >
5
+ <version >5.1.1 </version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2016-2025 Maksim Volkau</copyright >
8
8
<projectUrl >https://github.com/dadhi/FastExpressionCompiler</projectUrl >
12
12
<description >FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description >
13
13
<tags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags >
14
14
<releaseNotes ><![CDATA[
15
+ ## v5.1.1. Bug-fix release
16
+
17
+ - fix: #461 InvalidProgramException when null checking type by ref
18
+ - fix: #462 Optimize Equality comparison with null
19
+
20
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
21
+
22
+
15
23
## v5.1.0 Small feature release
16
24
17
25
- add: #458 Add Support for TryFault
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata minClientVersion =" 3.3.0" >
4
4
<id >FastExpressionCompiler.src</id >
5
- <version >5.1.0 </version >
5
+ <version >5.1.1 </version >
6
6
<authors >Maksim Volkau</authors >
7
7
<copyright >Copyright © 2016-2025 Maksim Volkau</copyright >
8
8
<projectUrl >https://github.com/dadhi/FastExpressionCompiler</projectUrl >
12
12
<tags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags >
13
13
<icon >logo.png</icon >
14
14
<releaseNotes ><![CDATA[
15
+ ## v5.1.1. Bug-fix release
16
+
17
+ - fix: #461 InvalidProgramException when null checking type by ref
18
+ - fix: #462 Optimize Equality comparison with null
19
+
20
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
21
+
22
+
15
23
## v5.1.0 Small feature release
16
24
17
25
- add: #458 Add Support for TryFault
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks Condition =" '$(LatestSupportedNet)' == 'net8.0' " >net472;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
5
5
<TargetFrameworks Condition =" '$(LatestSupportedNet)' == 'net9.0' " >net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks >
6
6
7
- <VersionPrefix >5.1.0 </VersionPrefix >
7
+ <VersionPrefix >5.1.1 </VersionPrefix >
8
8
<VersionSuffix ></VersionSuffix >
9
9
10
10
<Product >FastExpressionCompiler.LightExpression</Product >
14
14
<Description >FastExpressionCompiler for LightExpression is 10-40x times faster than Expression.Compile()</Description >
15
15
<PackageTags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags >
16
16
<PackageReleaseNotes ><![CDATA[
17
+ ## v5.1.1. Bug-fix release
18
+
19
+ - fix: #461 InvalidProgramException when null checking type by ref
20
+ - fix: #462 Optimize Equality comparison with null
21
+
22
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
23
+
24
+
17
25
## v5.1.0 Small feature release
18
26
19
27
- add: #458 Add Support for TryFault
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks Condition =" '$(LatestSupportedNet)' == 'net8.0' " >net472;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks >
5
5
<TargetFrameworks Condition =" '$(LatestSupportedNet)' == 'net9.0' " >net472;netstandard2.0;netstandard2.1;net6.0;net8.0;net9.0</TargetFrameworks >
6
6
7
- <VersionPrefix >5.1.0 </VersionPrefix >
7
+ <VersionPrefix >5.1.1 </VersionPrefix >
8
8
<VersionSuffix ></VersionSuffix >
9
9
<Product >FastExpressionCompiler</Product >
10
10
<PackageId >$(Product)</PackageId >
11
11
<Title >$(Product)</Title >
12
12
<Description >FastExpressionCompiler is 10-40x times faster than Expression.Compile()</Description >
13
13
<PackageTags >Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags >
14
14
<PackageReleaseNotes ><![CDATA[
15
+ ## v5.1.1. Bug-fix release
16
+
17
+ - fix: #461 InvalidProgramException when null checking type by ref
18
+ - fix: #462 Optimize Equality comparison with null
19
+
20
+ **Full Changelog**: https://github.com/dadhi/FastExpressionCompiler/compare/v5.1.0...v5.1.1
21
+
22
+
15
23
## v5.1.0 Small feature release
16
24
17
25
- add: #458 Add Support for TryFault
0 commit comments