forked from XeroAPI/XeroAPI.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXeroAPI.Net.nuspec
More file actions
19 lines (19 loc) · 1.02 KB
/
Copy pathXeroAPI.Net.nuspec
File metadata and controls
19 lines (19 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>XeroAPI.Net</id>
<version>0.0.0.0</version>
<title>.Net wrapper library for Xero API</title>
<authors>XeroAPI</authors>
<owners />
<projectUrl>https://github.com/XeroAPI/XeroAPI.Net</projectUrl>
<iconUrl>https://secure.gravatar.com/avatar/7fff030fb8040a5157c3fd463858167f.png?s=128</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net wrapper library for Xero API. This library allows you to perform GET/PUT/POST methods against the Xero API without needing to know the internals of xml serialisation, oauth signatures or character encodings. See http://developer.xero.com for more information.</description>
<summary>.Net wrapper library for Xero API</summary>
</metadata>
<files>
<file src="XeroApi\bin\Release\XeroApi.dll" target="lib\XeroApi.dll" />
<file src="XeroApi\bin\Release\XeroApi.pdb" target="lib\XeroApi.pdb" />
</files>
</package>