forked from AuthorizeNet/sdk-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AuthorizeNet.nuspec
20 lines (20 loc) · 1.05 KB
/
AuthorizeNet.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>1.8.3</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 AIM, SIM, ARB and CIM APIs for Payment Transactions, Recurring Billing and Customer Payment Profiles.</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" />
</files>
</package>