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

Commit

Permalink
Quicksilver release version 10.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johed committed Mar 21, 2017
1 parent bd4146c commit dc51296
Show file tree
Hide file tree
Showing 22 changed files with 289 additions and 174 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ More features will be added over time.
The following is a list of features to be added in the future:

* In-store pickup.
* Package and bundle support.
* Multi-payment support.

Installation
Expand Down
6 changes: 3 additions & 3 deletions Sources/AssemblyVersionAuto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@



[assembly: AssemblyVersion("10.4.1.0")]
[assembly: AssemblyInformationalVersion("10.4.1")]
[assembly: AssemblyFileVersion("10.4.1.2266")]
[assembly: AssemblyVersion("10.4.2.0")]
[assembly: AssemblyInformationalVersion("10.4.2")]
[assembly: AssemblyFileVersion("10.4.2.2273")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<UseVSHostingProcess>true</UseVSHostingProcess>
<LangVersion>5</LangVersion>
<LangVersion>6</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -44,6 +43,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>6</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="AuthorizeNet, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -431,109 +431,109 @@
</Target>
<ItemGroup>
<Reference Include="EPiServer.Business.Commerce, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\EPiServer.Business.Commerce.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\EPiServer.Business.Commerce.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EPiServer.Commerce.Internal.Migration, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\EPiServer.Commerce.Internal.Migration.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\EPiServer.Commerce.Internal.Migration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.BusinessFoundation, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.BusinessFoundation.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.BusinessFoundation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.BusinessFoundation.Data, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.BusinessFoundation.Data.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.BusinessFoundation.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce, Culture=neutral, PublicKeyToken=6e58b501b34abce3, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce.Marketing.Validators, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.Marketing.Validators.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.Marketing.Validators.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce.Plugins.Payment, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.Plugins.Payment.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.Plugins.Payment.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce.Plugins.Shipping, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.Plugins.Shipping.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.Plugins.Shipping.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce.Website, Culture=neutral, PublicKeyToken=6e58b501b34abce3, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.Website.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.Website.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Commerce.Workflow, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Commerce.Workflow.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Commerce.Workflow.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.DataProvider, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.DataProvider.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.DataProvider.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.FileUploader, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.FileUploader.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.FileUploader.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.MetaDataPlus, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.MetaDataPlus.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.MetaDataPlus.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Search, Culture=neutral, PublicKeyToken=6e58b501b34abce3, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Search.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Search.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Search.Extensions, Culture=neutral, PublicKeyToken=6e58b501b34abce3, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Search.Extensions.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Search.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.Search.LuceneSearchProvider, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.Search.LuceneSearchProvider.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.Search.LuceneSearchProvider.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.SqlDataProvider, Culture=neutral, PublicKeyToken=41d2e7a615ba286c, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.SqlDataProvider.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.SqlDataProvider.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.WebConsoleLib, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\Mediachase.WebConsoleLib.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\Mediachase.WebConsoleLib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mediachase.ConsoleManager, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.1\lib\net45\Mediachase.ConsoleManager.dll</HintPath>
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.2\lib\net45\Mediachase.ConsoleManager.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\AjaxControlToolkit.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\AjaxControlToolkit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="ComponentArt.Web.UI, Version=2012.1.1016.35, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.1\lib\net45\ComponentArt.Web.UI.dll</HintPath>
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.2\lib\net45\ComponentArt.Web.UI.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nsoftware.IBizPay, Version=4.1.3575.0, Culture=neutral, PublicKeyToken=cdc168f89cffe9cf, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.1\lib\net45\nsoftware.IBizPay.dll</HintPath>
<HintPath>..\..\packages\EPiServer.Commerce.Core.10.4.2\lib\net45\nsoftware.IBizPay.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="RssToolkit, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.1\lib\net45\RssToolkit.dll</HintPath>
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.2\lib\net45\RssToolkit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Validators, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.1\lib\net45\Validators.dll</HintPath>
<HintPath>..\..\packages\EPiServer.CommerceManager.10.4.2\lib\net45\Validators.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<Import Project="..\..\packages\EPiServer.CommerceManager.10.4.1\build\EPiServer.CommerceManager.targets"
Condition="Exists('..\..\packages\EPiServer.CommerceManager.10.4.1\build\EPiServer.CommerceManager.targets')"/>
<Import Project="..\..\packages\EPiServer.CommerceManager.10.4.2\build\EPiServer.CommerceManager.targets"
Condition="Exists('..\..\packages\EPiServer.CommerceManager.10.4.2\build\EPiServer.CommerceManager.targets')"/>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\packages\EPiServer.CommerceManager.10.4.1\build\EPiServer.CommerceManager.targets')"
Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EPiServer.CommerceManager.10.4.1\build\EPiServer.CommerceManager.targets'))"/>
<Error Condition="!Exists('..\..\packages\EPiServer.CommerceManager.10.4.2\build\EPiServer.CommerceManager.targets')"
Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EPiServer.CommerceManager.10.4.2\build\EPiServer.CommerceManager.targets'))"/>
</Target>
</Project>
4 changes: 2 additions & 2 deletions Sources/EPiServer.Reference.Commerce.Manager/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
<package id="SharpZipLib" version="0.86.0" targetFramework="net452" />
<package id="structuremap.web-signed" version="3.1.6.186" targetFramework="net452" />
<package id="structuremap-signed" version="3.1.9.463" targetFramework="net452" />
<package id="EPiServer.Commerce.Core" version="10.4.1" targetFramework="net452"/>
<package id="EPiServer.CommerceManager" version="10.4.1" targetFramework="net452"/>
<package id="EPiServer.Commerce.Core" version="10.4.2" targetFramework="net452"/>
<package id="EPiServer.CommerceManager" version="10.4.2" targetFramework="net452"/>
</packages>
36 changes: 18 additions & 18 deletions Sources/EPiServer.Reference.Commerce.Manager/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -550,75 +550,75 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="EPiServer.Business.Commerce" publicKeyToken="8fe83dea738b45b7" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.BusinessFoundation.Data" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.BusinessFoundation" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce" publicKeyToken="6e58b501b34abce3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce.Marketing.Validators" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce.Plugins.Payment" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce.Plugins.Shipping" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce.Website" publicKeyToken="6e58b501b34abce3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Commerce.Workflow" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.DataProvider" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.FileUploader" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.MetaDataPlus" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Search" publicKeyToken="6e58b501b34abce3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Search.Extensions" publicKeyToken="6e58b501b34abce3" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.Search.LuceneSearchProvider" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.SqlDataProvider" publicKeyToken="41d2e7a615ba286c" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="EPiServer.Commerce.Internal.Migration" publicKeyToken="8fe83dea738b45b7" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Mediachase.ConsoleManager" publicKeyToken="null" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.1.0" newVersion="10.4.1.0"/>
<bindingRedirect oldVersion="0.0.0.0-10.4.2.0" newVersion="10.4.2.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Loading

0 comments on commit dc51296

Please sign in to comment.