Skip to content

Commit 829b4e4

Browse files
committed
add RefreshToken to constructor
1 parent 2b4c682 commit 829b4e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/FikaAmazonAPI/AmazonCredential.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public AmazonCredential()
2828
{
2929
CacheTokenData = new CacheTokenData();
3030
}
31-
public AmazonCredential(string AccessKey, string SecretKey, string RoleArn, string ClientId, string ClientSecret)
31+
public AmazonCredential(string AccessKey, string SecretKey, string RoleArn, string ClientId, string ClientSecret,string RefreshToken)
3232
{
3333
this.AccessKey = AccessKey;
3434
this.SecretKey = SecretKey;

Source/FikaAmazonAPI/FikaAmazonAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Product>CSharp Amazon Sp API</Product>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<LangVersion>8.0</LangVersion>
11-
<Version>1.0.16</Version>
12-
<AssemblyVersion>1.0.1.16</AssemblyVersion>
13-
<FileVersion>1.0.1.16</FileVersion>
11+
<Version>1.0.17</Version>
12+
<AssemblyVersion>1.0.1.17</AssemblyVersion>
13+
<FileVersion>1.0.1.17</FileVersion>
1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1515
<PackageProjectUrl>https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)