forked from amzn/amazon-pay-sdk-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAmazonPay.nuspec
More file actions
24 lines (24 loc) · 1.13 KB
/
AmazonPay.nuspec
File metadata and controls
24 lines (24 loc) · 1.13 KB
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"?>
<package >
<metadata>
<id>AmazonPay</id>
<version>3.4.1</version>
<title>AmazonPay</title>
<authors>AmazonPaySDK</authors>
<owners>AmazonPaySDK</owners>
<projectUrl>https://github.com/amzn/amazon-pay-sdk-csharp</projectUrl>
<iconUrl>https://images-na.ssl-images-amazon.com/images/G/01/Iris3_US/en_US/inca/images/60x38-white-x1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AmazonPay service. This API section enables you to programmatically retrieve shipping and payment information provided by the buyer from their Amazon account. It allows you to authorize, capture, and refund payments, enabling a variety of payments scenarios.</description>
<releaseNotes>v3.4.1</releaseNotes>
<copyright>Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.</copyright>
<tags>AmazonPay</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="4.5.11" />
<dependency id="Common.Logging" version="2.0.0" />
</dependencies>
</metadata>
<files>
<file src="lib/AmazonPay.dll" target="lib" />
</files>
</package>