|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata minClientVersion="3.3.0"> |
| 4 | + <id>FastExpressionCompiler.LightExpression.src</id> |
| 5 | + <version>3.0.0-preview-01</version> |
| 6 | + <authors>Maksim Volkau</authors> |
| 7 | + <copyright>Copyright © 2013-2020 Maksim Volkau</copyright> |
| 8 | + <projectUrl>https://github.com/dadhi/FastExpressionCompiler</projectUrl> |
| 9 | + <license type="expression">MIT</license> |
| 10 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 11 | + <description>FastExpressionCompiler is 10-40x times faster than Expression.Compile()</description> |
| 12 | + <tags>Performance;Expression;ExpressionTree;Compile;DynamicMethod;IL;ILEmit;DryIoc;ExpressionToCodeLib</tags> |
| 13 | + <releaseNotes><![CDATA[ |
| 14 | + |
| 15 | + ## v3.0.0 |
| 16 | + |
| 17 | + Thanks to the contributors |
| 18 | +
|
| 19 | + ]]></releaseNotes> |
| 20 | + <contentFiles> |
| 21 | + <files include="cs/**/*.*" buildAction="Compile" /> |
| 22 | + </contentFiles> |
| 23 | + <dependencies> |
| 24 | + <group targetFramework="net45" /> |
| 25 | + <group targetFramework="netstandard1.0"> |
| 26 | + <dependency id="NETStandard.Library" version="1.6.1" /> |
| 27 | + </group> |
| 28 | + <group targetFramework="netstandard1.3"> |
| 29 | + <dependency id="NETStandard.Library" version="1.6.1" /> |
| 30 | + <dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" /> |
| 31 | + </group> |
| 32 | + <group targetFramework="netstandard2.0"> |
| 33 | + <dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" /> |
| 34 | + </group> |
| 35 | + </dependencies> |
| 36 | + </metadata> |
| 37 | + <files> |
| 38 | + <file src="..\LICENSE" /> |
| 39 | + <file src="..\FastExpressionCompiler.snk" /> |
| 40 | + |
| 41 | + <!--net45--> |
| 42 | + <file src="..\src\FastExpressionCompiler\FastExpressionCompiler.cs" target="content\net45\FastExpressionCompiler.LightExpression" /> |
| 43 | + <file src="..\src\FastExpressionCompiler.LightExpression\Expression.cs" target="content\net45\FastExpressionCompiler.LightExpression" /> |
| 44 | + <file src="..\src\FastExpressionCompiler.LightExpression\ExpressionVisitor.cs" target="content\net45\FastExpressionCompiler.LightExpression" /> |
| 45 | + |
| 46 | + <!-- .netstandard 1.0 --> |
| 47 | + <file src="..\src\FastExpressionCompiler\FastExpressionCompiler.cs" target="contentFiles\cs\netstandard1.0\FastExpressionCompiler.LightExpression" /> |
| 48 | + <file src="..\src\FastExpressionCompiler.LightExpression\Expression.cs" target="contentFiles\cs\netstandard1.0\FastExpressionCompiler.LightExpression" /> |
| 49 | + <file src="..\src\FastExpressionCompiler.LightExpression\ExpressionVisitor.cs" target="contentFiles\cs\netstandard1.0\FastExpressionCompiler.LightExpression" /> |
| 50 | + |
| 51 | + <!-- .netstandard 1.3 --> |
| 52 | + <file src="..\src\FastExpressionCompiler\FastExpressionCompiler.cs" target="contentFiles\cs\netstandard1.3\FastExpressionCompiler.LightExpression" /> |
| 53 | + <file src="..\src\FastExpressionCompiler.LightExpression\Expression.cs" target="contentFiles\cs\netstandard1.3\FastExpressionCompiler.LightExpression" /> |
| 54 | + <file src="..\src\FastExpressionCompiler.LightExpression\ExpressionVisitor.cs" target="contentFiles\cs\netstandard1.3\FastExpressionCompiler.LightExpression" /> |
| 55 | + |
| 56 | + <!-- .netstandard 2.0 --> |
| 57 | + <file src="..\src\FastExpressionCompiler\FastExpressionCompiler.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.LightExpression" /> |
| 58 | + <file src="..\src\FastExpressionCompiler.LightExpression\Expression.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.LightExpression" /> |
| 59 | + <file src="..\src\FastExpressionCompiler.LightExpression\ExpressionVisitor.cs" target="contentFiles\cs\netstandard2.0\FastExpressionCompiler.LightExpression" /> |
| 60 | + |
| 61 | + </files> |
| 62 | +</package> |
0 commit comments