forked from XeroAPI/Xero-NetStandard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nuget.nuspec
29 lines (29 loc) · 1.35 KB
/
nuget.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
27
28
29
<?xml version="1.0"?>
<package >
<metadata>
<id>Xero.API.SDK</id>
<version>2.0.0</version>
<title>Xero API SDK</title>
<authors>Xero</authors>
<owners>Xero</owners>
<licenseUrl>https://github.com/XeroAPI/Xero-Net</licenseUrl>
<projectUrl>https://github.com/XeroAPI/Xero-Net</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/7fff030fb8040a5157c3fd463858167f.png?s=128</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This is a .NET SDK library, written in C#, used to communicate with the Xero API. See https://github.com/XeroAPI/Xero-Net for more information. Includes a sample token store.</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © Xero. All rights reserved.</copyright>
<tags>xero api sdk</tags>
<dependencies>
<group>
<dependency id="System.Data.SQLite" version="[1.0,)"/>
<dependency id="Newtonsoft.Json" version="[9.0.1,)"/>
</group>
</dependencies>
</metadata>
<files>
<file src="Xero.Api\bin\Release\Xero.Api.dll" target="lib\net40" />
<file src="Xero.Api.Example.Applications\bin\Release\Xero.Api.Example.Applications.dll" target="lib\net40" />
<file src="Xero.Api.Example.TokenStores\bin\Release\Xero.Api.Example.TokenStores.dll" target="lib\net40" />
</files>
</package>