File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/FastExpressionCompiler Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments