forked from chkimes/graphql-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphQL.Net.nuspec
25 lines (25 loc) · 1007 Bytes
/
GraphQL.Net.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
<?xml version="1.0"?>
<package >
<metadata>
<id>GraphQL.Net</id>
<version>0.3.5</version>
<authors>Chad Kimes</authors>
<owners>Chad Kimes</owners>
<licenseUrl>https://github.com/ckimes89/graphql-net/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/ckimes89/graphql-net</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of GraphQL for .NET and IQueryable</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>graphql graph ql iqueryable</tags>
<dependencies>
<dependency id="FParsec" version="1.0.2" />
<dependency id="FParsec-Pipes" version="0.3.1.0" />
<dependency id="FSharp.Core" version="4.0.0.1" />
</dependencies>
</metadata>
<files>
<file src="GraphQL.Net\bin\Release\GraphQL.Net.dll" target="lib\net40" />
<file src="GraphQL.Parser\bin\Release\GraphQL.Parser.dll" target="lib\net40" />
</files>
</package>