Skip to content

Commit 22154c4

Browse files
committed
forgot the FEC heh
1 parent 159e686 commit 22154c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/FastExpressionCompiler/FastExpressionCompiler.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
4-
<VersionPrefix>3.3.1</VersionPrefix>
4+
<VersionPrefix>3.3.2</VersionPrefix>
55
<VersionSuffix></VersionSuffix>
66
<Product>FastExpressionCompiler</Product>
77
<PackageId>$(Product)</PackageId>
88
<Title>$(Product)</Title>
99
<Description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</Description>
1010
<PackageTags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</PackageTags>
1111
<PackageReleaseNotes><![CDATA[
12+
## v3.3.2 Bug-fix release
13+
14+
- fixed: #335 FastExpressionCompiler.LightExpressions - MemberInit has recursive calls
15+
1216
## v3.3.1 Optimization and bug-fix release
1317
1418
- fixed: #333 AccessViolationException and other suspicious behaviour on invoking result of CompileFast()

0 commit comments

Comments
 (0)