Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
[v1.0.1] updating version and changelog, minor fix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-shuhov committed Jun 8, 2018
1 parent 0106eca commit 538dc9a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
* implemented initial version of SDK for Walmart Marketplace API Specification
* added Unit, Integration, E2E Tests
* implemented Sample Console application with functionality equal to Java SDK


### Version 1.0.1:
* bugfix for order list object (see #2 for more details)
4 changes: 2 additions & 2 deletions Sample/Sample.Net46.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@
<HintPath>packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Walmart.Sdk.Base, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Walmart.Sdk.Base, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Source\Walmart.Sdk.Marketplace\bin\Debug\netstandard1.3\Walmart.Sdk.Base.dll</HintPath>
</Reference>
<Reference Include="Walmart.Sdk.Marketplace, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Walmart.Sdk.Marketplace, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Source\Walmart.Sdk.Marketplace\bin\Debug\netstandard1.3\Walmart.Sdk.Marketplace.dll</HintPath>
</Reference>
Expand Down
5 changes: 5 additions & 0 deletions Source/Walmart.Sdk.Base/Walmart.Sdk.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<EmitEntryPoint>true</EmitEntryPoint>
<ApplicationIcon />
<StartupObject />
<Version>1.0.1</Version>
<Company>Walmart</Company>
<Authors />
<PackageProjectUrl>https://developer.walmart.com/#/home</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<TargetFramework>netstandard1.3</TargetFramework>
<Version>1.0.1</Version>
<Company>Walmart</Company>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageProjectUrl>https://developer.walmart.com/#/home</PackageProjectUrl>
<Authors></Authors>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>Walmart.Sdk.Marketplace</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>.NET SDK for Walmart Marketplace API</title>
<authors>Ironman team</authors>
<projectUrl>https://developer.walmart.com</projectUrl>
Expand Down

0 comments on commit 538dc9a

Please sign in to comment.