Skip to content

Commit 2d796c1

Browse files
authored
Merge pull request #256 from AuthorizeNet/future
Update to 2.0.0
2 parents e23ffab + e9dd246 commit 2d796c1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Authorize.NET/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// See AssemblyFileVersion.cs for Product and Assembly Version
3333
//[assembly: AssemblyVersion("1.9.7.0")]
34-
[assembly: AssemblyFileVersion("1.9.8.0")]
35-
[assembly: AssemblyVersion("1.9.8.0")]
34+
[assembly: AssemblyFileVersion("2.0.0.0")]
35+
[assembly: AssemblyVersion("2.0.0.0")]
3636

Authorize.NET/Util/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static class Constants {
2626
public const int HttpConnectionDefaultTimeout = 30000;
2727
public const int HttpReadWriteDefaultTimeout = 30000;
2828

29-
public const string SDKVersion = "1.9.8";
29+
public const string SDKVersion = "2.0.0";
3030

3131
}
3232
#pragma warning restore 1591

AuthorizeNet.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>AuthorizeNet</id>
5-
<version>1.9.8</version>
5+
<version>2.0.0</version>
66
<title>AuthorizeNet</title>
77
<authors>Authorize.Net</authors>
88
<owners>AuthorizeNet</owners>
99
<licenseUrl>https://github.com/AuthorizeNet/sdk-dotnet/blob/master/LICENSE.txt</licenseUrl>
1010
<projectUrl>https://github.com/AuthorizeNet/sdk-dotnet</projectUrl>
1111
<iconUrl>http://developer.authorize.net/resources/images/favicon.ico</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
13-
<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>
13+
<description>Use this SDK to integrate with the Authorize.Net APIs for Payment Transactions, Recurring Billing, Customer Payment Profiles and Reporting.</description>
1414
<summary>Authorize.Net SDK for .Net</summary>
1515
<tags>Payments API Authorize.Net</tags>
1616
</metadata>

0 commit comments

Comments
 (0)