Skip to content

Commit 2f6ff45

Browse files
committed
Update to new version
1 parent b61b8a1 commit 2f6ff45

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Authorize.NET/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// Revision
3131
//
3232
// See AssemblyFileVersion.cs for Product and Assembly Version
33-
//[assembly: AssemblyVersion("2.0.1.0")]
34-
[assembly: AssemblyFileVersion("2.0.2.0")]
35-
[assembly: AssemblyVersion("2.0.2.0")]
33+
//[assembly: AssemblyVersion("2.0.2.0")]
34+
[assembly: AssemblyFileVersion("2.0.3.0")]
35+
[assembly: AssemblyVersion("2.0.3.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 = "2.0.2";
29+
public const string SDKVersion = "2.0.3";
3030

3131
}
3232
#pragma warning restore 1591

AuthorizeNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>AuthorizeNet</id>
5-
<version>2.0.2</version>
5+
<version>2.0.3</version>
66
<title>AuthorizeNet</title>
77
<authors>Authorize.Net</authors>
88
<owners>AuthorizeNet</owners>

0 commit comments

Comments
 (0)