Skip to content

Commit f51fc01

Browse files
committed
change to v1.8.9
1 parent 2180f31 commit f51fc01

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ static async Task Main(string[] args)
2525
IsDebugMode = true
2626
}, loggerFactory: factory);
2727

28+
29+
30+
//var list = amazonConnection.Seller.GetMarketplaceParticipations();
31+
32+
2833
FeedsSample feedsSample = new FeedsSample(amazonConnection);
29-
_ = feedsSample.SubmitFeedPRICING_JSONAsync("B087YHP3HQ.151", 131.77M, 67.70M, 131.77M);
34+
feedsSample.SubmitFeedPRICING_JSONAsync("B09H73T814.259", 112.0M, 53.51M, 112.20M).GetAwaiter().GetResult();
3035

3136

3237
Console.ReadLine();

Source/FikaAmazonAPI/FikaAmazonAPI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Product>CSharp Amazon Sp API</Product>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<LangVersion>8.0</LangVersion>
10-
<Version>1.8.8</Version>
10+
<Version>1.8.9</Version>
1111
<AssemblyVersion>1.8.7</AssemblyVersion>
1212
<FileVersion>1.8.7</FileVersion>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)