-
Notifications
You must be signed in to change notification settings - Fork 206
/
AuthorizeNet.nuspec
21 lines (21 loc) · 1.13 KB
/
AuthorizeNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>2.0.4</version>
<title>AuthorizeNet</title>
<authors>Authorize.Net</authors>
<owners>AuthorizeNet</owners>
<licenseUrl>https://github.com/AuthorizeNet/sdk-dotnet/blob/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/AuthorizeNet/sdk-dotnet</projectUrl>
<iconUrl>http://developer.authorize.net/resources/images/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Use this SDK to integrate with the Authorize.Net APIs for Payment Transactions, Recurring Billing, Customer Payment Profiles and Reporting.</description>
<summary>Authorize.Net SDK for .Net</summary>
<tags>Payments API Authorize.Net</tags>
</metadata>
<files>
<file src="Authorize.NET\bin\Release\AuthorizeNet.dll" target="lib\AuthorizeNet.dll" />
<file src="Authorize.NET\bin\Release\AuthorizeNet.xml" target="lib\AuthorizeNet.xml" />
</files>
</package>