forked from leniency/dotnet-core-sdk-beta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AuthorizeNetDotNetCore.nuspec
21 lines (21 loc) · 1.16 KB
/
AuthorizeNetDotNetCore.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.DotNetCore</id>
<version>1.0.0-beta</version>
<title>AuthorizeNet.DotNetCore</title>
<authors>Authorize.Net</authors>
<owners>AuthorizeNet</owners>
<licenseUrl>https://github.com/AuthorizeNet/dotnet-core-sdk-beta/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/AuthorizeNet/dotnet-core-sdk-beta</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 and Customer Payment Profiles.</description>
<summary>Authorize.Net SDK for .Net Core</summary>
<tags>Payments API Authorize.Net</tags>
</metadata>
<files>
<file src="AuthorizeNET\AuthorizeNET\bin\Release\netstandard2.0\AuthorizeNet.dll" target="lib\AuthorizeNet.dll" />
<file src="AuthorizeNET\AuthorizeNET\bin\Release\netstandard2.0\AuthorizeNet.xml" target="lib\AuthorizeNet.xml" />
</files>
</package>