Skip to content

Commit 4c16d97

Browse files
committed
change to v1.9.18
1 parent 49fac03 commit 4c16d97

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Source/FikaAmazonAPI.SampleCode/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ static async Task Main(string[] args)
2828
}, loggerFactory: factory);
2929

3030

31+
FeedsSample feedsSample = new FeedsSample(amazonConnection);
32+
await feedsSample.SubmitFeedDELETE_JSONAsync("B07HMBFZCZ .2");
33+
34+
3135
var aa=amazonConnection.Seller.GetMarketplaceParticipations();
3236

3337
var plan = amazonConnection.FulFillmentInboundv20240320.ListInboundPlans(new Parameter.FulFillmentInbound.v20240320.ParameterListInboundPlans

Source/FikaAmazonAPI/FikaAmazonAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Product>CSharp Amazon Sp API</Product>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<LangVersion>8.0</LangVersion>
10-
<Version>1.9.17</Version>
11-
<AssemblyVersion>1.9.17</AssemblyVersion>
12-
<FileVersion>1.9.17</FileVersion>
10+
<Version>1.9.18</Version>
11+
<AssemblyVersion>1.9.18</AssemblyVersion>
12+
<FileVersion>1.9.18</FileVersion>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<PackageProjectUrl>https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)