Skip to content

Commit

Permalink
Merge pull request #256 from AuthorizeNet/future
Browse files Browse the repository at this point in the history
Update to 2.0.0
  • Loading branch information
kikmak42 authored Mar 2, 2019
2 parents e23ffab + e9dd246 commit 2d796c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Authorize.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// See AssemblyFileVersion.cs for Product and Assembly Version
//[assembly: AssemblyVersion("1.9.7.0")]
[assembly: AssemblyFileVersion("1.9.8.0")]
[assembly: AssemblyVersion("1.9.8.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]

2 changes: 1 addition & 1 deletion Authorize.NET/Util/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Constants {
public const int HttpConnectionDefaultTimeout = 30000;
public const int HttpReadWriteDefaultTimeout = 30000;

public const string SDKVersion = "1.9.8";
public const string SDKVersion = "2.0.0";

}
#pragma warning restore 1591
Expand Down
4 changes: 2 additions & 2 deletions AuthorizeNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>1.9.8</version>
<version>2.0.0</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>
<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>
Expand Down

0 comments on commit 2d796c1

Please sign in to comment.