-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
72 changed files
with
5,607 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,4 @@ Thumbs.db | |
# dotCover | ||
*.dotCover | ||
.vs/ | ||
.idea/ |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.FbaInbound/Claytondus.AmazonMWS.FbaInbound.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;netstandard2.0;net46</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.FbaInbound</PackageId> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<PackageVersion>0.4.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS FBA Inbound client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.FbaInventory/Claytondus.AmazonMWS.FbaInventory.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;net46;netstandard2.0</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.FbaInventory</PackageId> | ||
<PackageVersion>0.2.0</PackageVersion> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS FBA Inventory client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2018 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.FbaOutbound/Claytondus.AmazonMWS.FbaOutbound.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;net46;netstandard2.0</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.FbaOutbound</PackageId> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<PackageVersion>0.4.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS FBA Outbound client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 5 additions & 13 deletions
18
Claytondus.AmazonMWS.Feeds/Claytondus.AmazonMWS.Feeds.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,15 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netstandard1.5;net46</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.Feeds</PackageId> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS Feeds client</Description> | ||
<PackageVersion>0.4.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS Feeds and Reports client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.5'"> | ||
<PackageReference Include="System.Xml.XmlSerializer" Version="4.3.0" /> | ||
<PackageReference Include="System.Threading.Thread" Version="4.3.0" /> | ||
<PackageReference Include="System.ComponentModel.Primitives" Version="4.3.0" /> | ||
<PackageReference Include="System.Net.Requests" Version="4.3.0" /> | ||
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" /> | ||
<PackageReference Include="System.Reflection.Primitives" Version="4.3.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.Finances/Claytondus.AmazonMWS.Finances.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;netstandard2.0;net46</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.Finances</PackageId> | ||
<PackageVersion>0.2.0</PackageVersion> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS Finances client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2018 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
...s.AmazonMWS.MerchantFulfillment.Test/Claytondus.AmazonMWS.MerchantFulfillment.Test.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
Claytondus.AmazonMWS.MerchantFulfillment/Claytondus.AmazonMWS.MerchantFulfillment.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;netstandard2.0;net46</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.MerchantFulfillment</PackageId> | ||
<PackageVersion>0.2.0</PackageVersion> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS MerchantFulfillment client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
Claytondus.AmazonMWS.Orders.Test/Claytondus.AmazonMWS.Orders.Test.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.Orders/Claytondus.AmazonMWS.Orders.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;net46;netstandard2.0</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.Orders</PackageId> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<PackageVersion>0.4.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS Orders client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
Claytondus.AmazonMWS.Products.Test/Claytondus.AmazonMWS.Products.Test.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 5 additions & 4 deletions
9
Claytondus.AmazonMWS.Products/Claytondus.AmazonMWS.Products.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp1.1;netstandard2.0;net46</TargetFrameworks> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<PackageId>Claytondus.AmazonMWS.Products</PackageId> | ||
<PackageVersion>0.3.0</PackageVersion> | ||
<PackageVersion>0.4.0</PackageVersion> | ||
<Description>.NET Standard fork of Amazon MWS Products client</Description> | ||
<Authors>Amazon and Clayton Davis</Authors> | ||
<Copyright>Copyright 2017 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<Copyright>Copyright 2019 (c) Amazon Technologies, Inc. and Clayton Davis. All rights reserved.</Copyright> | ||
<PackageProjectUrl>https://github.com/claytondus/Claytondus.AmazonMWS</PackageProjectUrl> | ||
<GeneratePackageOnBuild>True</GeneratePackageOnBuild> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.4.0" /> | ||
<PackageReference Include="Claytondus.AmazonMWS.Runtime" Version="0.5.0" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.