File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ class Program
29
29
static async Task Main ( string [ ] args )
30
30
{
31
31
32
+
32
33
AmazonConnection amazonConnection = new AmazonConnection ( new AmazonCredential ( )
33
34
{
34
35
AccessKey = Environment . GetEnvironmentVariable ( "AccessKey" ) ,
@@ -51,6 +52,7 @@ static async Task Main(string[] args)
51
52
} ) ;
52
53
53
54
55
+
54
56
var data3 = amazonConnection . ProductPricing . GetCompetitivePricing ( new Parameter . ProductPricing . ParameterGetCompetitivePricing ( )
55
57
{
56
58
MarketplaceId = MarketPlace . UnitedArabEmirates . ID ,
Original file line number Diff line number Diff line change 8
8
<Product >CSharp Amazon Sp API</Product >
9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
10
<LangVersion >8.0</LangVersion >
11
- <Version >1.0.9 </Version >
12
- <AssemblyVersion >1.0.1.9 </AssemblyVersion >
13
- <FileVersion >1.0.1.9 </FileVersion >
11
+ <Version >1.0.10 </Version >
12
+ <AssemblyVersion >1.0.1.10 </AssemblyVersion >
13
+ <FileVersion >1.0.1.10 </FileVersion >
14
14
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
15
15
<PackageProjectUrl >https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl >
16
16
<PackageLicenseExpression >MIT</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments