forked from octokit/octokit.graphql.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Octokit.GraphQL.nuspec
26 lines (26 loc) · 1.33 KB
/
Octokit.GraphQL.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 >
<metadata>
<id>Octokit.GraphQL</id>
<version>0.1.7-beta</version>
<authors>GitHub</authors>
<owners>GitHub</owners>
<repository type="git" url="https://github.com/octokit/octokit.graphql.net" />
<licenseUrl>https://github.com/octokit/octokit.graphql.net/blob/HEAD/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/octokit/octokit.graphql.net</projectUrl>
<iconUrl>https://f.cloud.github.com/assets/19977/1441274/160fba8c-41a9-11e3-831d-61d88fa886f4.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An async-based GitHub GraphQL client library for .NET</description>
<copyright>Copyright GitHub 2018</copyright>
<tags>GitHub API Octokit GraphQL</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
<file src="Octokit.GraphQL\bin\Release\netstandard1.1\Octokit.GraphQL.dll" target="lib\netstandard1.1"/>
<file src="Octokit.GraphQL\bin\Release\netstandard1.1\Octokit.GraphQL.xml" target="lib\netstandard1.1"/>
<file src="Octokit.GraphQL\bin\Release\netstandard1.1\Octokit.GraphQL.Core.dll" target="lib\netstandard1.1"/>
<file src="Octokit.GraphQL\bin\Release\netstandard1.1\Octokit.GraphQL.Core.xml" target="lib\netstandard1.1"/>
</files>
</package>