Skip to content

Commit

Permalink
change to v1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
abuzuhri committed Jan 3, 2022
1 parent 2e893b7 commit 580cfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public OrderItem() { }
[DataMember(Name = "BuyerInfo", EmitDefaultValue = false)]
public OrderItemBuyerInfo BuyerInfo { get; set; }


/// <summary>
/// Returns the string presentation of the object
/// </summary>
Expand Down
6 changes: 3 additions & 3 deletions Source/FikaAmazonAPI/FikaAmazonAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Product>CSharp Amazon Sp API</Product>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<LangVersion>8.0</LangVersion>
<Version>1.0.25</Version>
<AssemblyVersion>1.0.1.25</AssemblyVersion>
<FileVersion>1.0.1.25</FileVersion>
<Version>1.0.26</Version>
<AssemblyVersion>1.0.1.26</AssemblyVersion>
<FileVersion>1.0.1.26</FileVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/abuzuhri/Amazon-SP-API-CSharp</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 580cfb3

Please sign in to comment.