mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
34 lines
1.4 KiB
XML
34 lines
1.4 KiB
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/1441274/160fba8c-41a9-11e3-831d-61d88fa886f4.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>@description@</description>
|
|
<releaseNotes>@releaseNotes@</releaseNotes>
|
|
<copyright>Copyright GitHub 2013</copyright>
|
|
<tags>GitHub API Octokit linqpad-samples</tags>
|
|
<dependencies>
|
|
<group>
|
|
<dependency id="Microsoft.Net.Http" />
|
|
</group>
|
|
<group targetFramework="net45">
|
|
</group>
|
|
<group targetFramework="netcore45">
|
|
</group>
|
|
<group targetFramework="portable-win81+wpa81">
|
|
</group>
|
|
</dependencies>
|
|
<frameworkAssemblies>
|
|
<frameworkAssembly assemblyName="System" targetFramework="net45" />
|
|
<frameworkAssembly assemblyName="System.Net.Http" targetFramework="net45, netcore45" />
|
|
</frameworkAssemblies>
|
|
</metadata>
|
|
</package>
|