-
Notifications
You must be signed in to change notification settings - Fork 25
/
Mono.Linq.Expressions.nuspec
26 lines (26 loc) · 1.4 KB
/
Mono.Linq.Expressions.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Mono.Linq.Expressions</id>
<version>2.0.0.0</version>
<title>Mono.Linq.Expressions</title>
<authors>Jb Evain</authors>
<owners>Jb Evain</owners>
<licenseUrl>http://opensource.org/licenses/mit-license.php</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>http://github.com/jbevain/mono.linq.expressions/</projectUrl>
<description>Complement for System.Linq.Expressions, including a C# writer, useful custom Expression nodes and extension methods.</description>
<language>en-US</language>
<tags>linq expression-tree expressions writer system.linq.expression predicatebuilder fluent</tags>
<dependencies>
<group targetFramework=".NETFramework4.0" />
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\net40\Mono.Linq.Expressions.dll" target="lib/net40" />
<file src="bin\Release\net40\Mono.Linq.Expressions.pdb" target="lib/net40" />
<file src="bin\Release\netstandard2.0\Mono.Linq.Expressions.dll" target="lib/netstandard2.0" />
<file src="bin\Release\netstandard2.0\Mono.Linq.Expressions.pdb" target="lib/netstandard2.0" />
</files>
</package>