Files
octokit.net/Octokit.nuspec
T
Haacked c4f90febfd Add poor man's nuget build script
We'll make this better later. I promise.
2013-10-30 14:47:08 -07:00

17 lines
729 B
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>Octokit</id>
<version>0.1.0</version>
<authors>GitHub</authors>
<owners>GitHub</owners>
<licenseUrl>https://github.com/octokit/octokit.net/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/octokit/octokit.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 API client library for .NET</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright GitHub 2013</copyright>
<tags>GitHub API Octokit</tags>
</metadata>
</package>