forked from iugu/iugu-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iugu.net.nuspec
24 lines (24 loc) · 1012 Bytes
/
iugu.net.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>iugu.net</id>
<version>1.8</version>
<title>iugu.net</title>
<owners>IUGU</owners>
<authors>IUGU, rscouto</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Client .Net para a API da IUGU</description>
<copyright>IUGU Copyright © 2017</copyright>
<language>pt-BR</language>
<projectUrl>https://github.com/iugu/iugu-net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/iugu/iugu-net/master/logo-iugu.png</iconUrl>
<dependencies>
<dependency id="System.Net.Http" version="4.1.0" />
<dependency id="Newtonsoft.Json" version="9.0.0" />
</dependencies>
</metadata>
<files>
<file src="iugu.net\bin\Release\iugu.net.dll" target="lib\net45" />
<file src="iugu.net\bin\Release\iugu.net.pdb" target="lib\net45" />
</files>
</package>