forked from stripe/stripe-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Stripe.net.nuspec
23 lines (23 loc) · 1.09 KB
/
Stripe.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
<?xml version="1.0"?>
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Stripe.net</id>
<version>4.2.0</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/jaymedavis/stripe.net</projectUrl>
<iconUrl>http://i.imgur.com/xLqSrj8.png</iconUrl>
<licenseUrl>https://raw.github.com/jaymedavis/stripe.net/master/LICENSE</licenseUrl>
<title>Stripe.net</title>
<description>Stripe.net is a full service .net api for http://stripe.com. For documentation, visit https://github.com/jaymedavis/stripe.net.</description>
<tags>stripe, payment, credit cards, money</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="working40\Stripe.net.dll" target="lib\net40" />
<file src="working35\Stripe.net.dll" target="lib\net35" />
</files>
</package>