mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
19 lines
941 B
XML
19 lines
941 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<id>@project@</id>
|
|
<version>@build.number@</version>
|
|
<authors>@authors@</authors>
|
|
<owners>@authors@</owners>
|
|
<summary>@summary@</summary>
|
|
<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/1510987/64af2b26-4a9d-11e3-89fc-96a185171c75.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>@description@</description>
|
|
<releaseNotes>@releaseNotes@</releaseNotes>
|
|
<copyright>Copyright GitHub 2013</copyright>
|
|
<tags>GitHub API Octokit</tags>
|
|
@dependencies@
|
|
</metadata>
|
|
</package> |