Skip to content

Commit 0682ae5

Browse files
committed
change to v1.2.10
1 parent 698bcd1 commit 0682ae5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2.9</Version>
11-
<AssemblyVersion>1.2.9</AssemblyVersion>
12-
<FileVersion>1.2.9</FileVersion>
10+
<Version>1.2.10</Version>
11+
<AssemblyVersion>1.2.10</AssemblyVersion>
12+
<FileVersion>1.2.10</FileVersion>
1313
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1414
<PackageProjectUrl>https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Source/FikaAmazonAPI/Utils/MarketPlace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static MarketPlace GetMarketplaceByCountryCode(string countryCode)
5050
return list.FirstOrDefault(a => a.Country.Code == countryCode);
5151
}
5252

53-
//https://docs.developer.amazonservices.com/en_UK/dev_guide/DG_Endpoints.html
53+
//https://developer-docs.amazon.com/sp-api/docs/marketplace-ids
5454

5555
//NorthAmerica
5656
public static MarketPlace US { get { return new MarketPlace("ATVPDKIKX0DER", Region.NorthAmerica, Country.US); } }

0 commit comments

Comments
 (0)