-
Notifications
You must be signed in to change notification settings - Fork 53
/
CyberSource.nuspec
23 lines (23 loc) · 1.21 KB
/
CyberSource.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 >
<metadata>
<id>CyberSource</id>
<version>1.4.8</version>
<title>CyberSource Corporation</title>
<authors>CyberSource Corporation</authors>
<owners>CyberSource Corporation</owners>
<licenseUrl>https://github.com/CyberSource/cybersource-sdk-dotnet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/CyberSource/cybersource-sdk-dotnet/</projectUrl>
<iconUrl>http://www.cybersource.com/resources/images/global/logo-cybersource.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>SDK for integrating with CyberSource Payments, contains clients for NVP, Soap, and XML</description>
<releaseNotes>SDK version for .NET 4</releaseNotes>
<copyright>Copyright 2016</copyright>
</metadata>
<files>
<file src="CyberSource\bin\CyberSource.Clients.dll" target="lib\CyberSource.Clients.dll" />
<file src="CyberSource\bin\CyberSource.Clients.dll.config" target="lib\CyberSource.Clients.dll.config" />
<file src="CyberSource\bin\CyberSource.Base.dll" target="lib\CyberSource.Base.dll" />
<file src="CyberSource\bin\CyberSource.Clients.xml" target="lib\CyberSource.Clients.xml" />
</files>
</package>