File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
// Revision
31
31
//
32
32
// 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" ) ]
36
36
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static class Constants {
26
26
public const int HttpConnectionDefaultTimeout = 30000 ;
27
27
public const int HttpReadWriteDefaultTimeout = 30000 ;
28
28
29
- public const string SDKVersion = "2.0.2 " ;
29
+ public const string SDKVersion = "2.0.3 " ;
30
30
31
31
}
32
32
#pragma warning restore 1591
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >AuthorizeNet</id >
5
- <version >2.0.2 </version >
5
+ <version >2.0.3 </version >
6
6
<title >AuthorizeNet</title >
7
7
<authors >Authorize.Net</authors >
8
8
<owners >AuthorizeNet</owners >
You can’t perform that action at this time.
0 commit comments