Skip to content

Commit

Permalink
Amazon Pay C# SDK 3.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher TruLove committed Jan 25, 2020
1 parent 104428b commit 6157817
Show file tree
Hide file tree
Showing 59 changed files with 13 additions and 130,118 deletions.
4 changes: 2 additions & 2 deletions AmazonPay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>3.7.0</version>
<version>3.7.0.1</version>
<title>$title$</title>
<authors>AmazonPay</authors>
<owners>AmazonPay</owners>
<projectUrl>https://github.com/amzn/amazon-pay-sdk-csharp</projectUrl>
<iconUrl>https://images-na.ssl-images-amazon.com/images/G/01/Iris3_US/en_US/inca/images/60x38-white-x1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AmazonPay service. This API section enables you to programmatically retrieve shipping and payment information provided by the buyer from their Amazon account. It allows you to authorize, capture, and refund payments, enabling a variety of payments scenarios.</description>
<releaseNotes>v3.7.0</releaseNotes>
<releaseNotes>v3.7.0.1</releaseNotes>
<copyright>Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.</copyright>
<tags>AmazonPay</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions AmazonPay/AmazonPay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>3.7.0</version>
<version>3.7.0.1</version>
<title>$title$</title>
<authors>AmazonPay</authors>
<owners>AmazonPay</owners>
<projectUrl>https://github.com/amzn/amazon-pay-sdk-csharp</projectUrl>
<iconUrl>https://images-na.ssl-images-amazon.com/images/G/01/Iris3_US/en_US/inca/images/60x38-white-x1.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AmazonPay service. This API section enables you to programmatically retrieve shipping and payment information provided by the buyer from their Amazon account. It allows you to authorize, capture, and refund payments, enabling a variety of payments scenarios.</description>
<releaseNotes>v3.7.0</releaseNotes>
<releaseNotes>v3.7.0.1</releaseNotes>
<copyright>Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.</copyright>
<tags>AmazonPay</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion AmazonPay/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace AmazonPay
{
public static class Constants
{
public static readonly string SDKClientVersion = "3.7.0";
public static readonly string SDKClientVersion = "3.7.0.1";
public static readonly string SDKName = "amazon-pay-sdk-csharp";
public static readonly string PaymentsServiceVersion = "2013-01-01";
public static readonly int MaxErrorRetry = 3;
Expand Down
4 changes: 2 additions & 2 deletions AmazonPay/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0")]
[assembly: AssemblyFileVersion("3.7.0")]
[assembly: AssemblyVersion("3.7.0.1")]
[assembly: AssemblyFileVersion("3.7.0.1")]
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 3.7.0.1 January 2020
- Incrementing version number to allow rebuild of Nuget package
- Removing binary packages and lib folders from github repository

Version 3.7.0 January 2020
- Added ListOrderReference API Call
- Add ListOrderReferenceByNextToken API call
Expand Down
4 changes: 2 additions & 2 deletions UnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.0")]
[assembly: AssemblyFileVersion("3.7.0")]
[assembly: AssemblyVersion("3.7.0.1")]
[assembly: AssemblyFileVersion("3.7.0.1")]
Binary file removed lib/AmazonPay.dll
Binary file not shown.
Binary file removed lib/AmazonPay.pdb
Binary file not shown.
4,734 changes: 0 additions & 4,734 deletions lib/AmazonPay.xml

This file was deleted.

Binary file removed lib/Common.Logging.dll
Binary file not shown.
Binary file removed lib/Newtonsoft.Json.dll
Binary file not shown.
10,208 changes: 0 additions & 10,208 deletions lib/Newtonsoft.Json.xml

This file was deleted.

19 changes: 0 additions & 19 deletions lib/TestResult.xml

This file was deleted.

Binary file removed lib/UnitTests.dll
Binary file not shown.
11 changes: 0 additions & 11 deletions lib/UnitTests.dll.VisualState.xml

This file was deleted.

7 changes: 0 additions & 7 deletions lib/UnitTests.dll.config

This file was deleted.

Binary file removed lib/UnitTests.pdb
Binary file not shown.
Binary file removed lib/nunit.framework.dll
Binary file not shown.
Loading

0 comments on commit 6157817

Please sign in to comment.