Skip to content

Commit

Permalink
- updated to shuttle-esb 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Sep 11, 2014
1 parent c0aa2da commit 5f83410
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,33 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RabbitMQ.Client.3.3.5\lib\net30\RabbitMQ.Client.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Data, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Data, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-data.3.1.3\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
<HintPath>..\packages\shuttle-core-data.3.1.4\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Domain, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Domain, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-domain.3.1.3\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
<HintPath>..\packages\shuttle-core-domain.3.1.4\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.3\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.4\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Core, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-core.3.2.6\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.3.3.1\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Msmq, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Msmq, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-msmq.3.2.6\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
<HintPath>..\packages\shuttle-esb-msmq.3.3.1\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.2.6\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.3.1\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.SqlServer, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.SqlServer, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-sqlserver.3.2.6\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
<HintPath>..\packages\shuttle-esb-sqlserver.3.3.1\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
14 changes: 7 additions & 7 deletions PublishSubscribe/PublishSubscribe.Client/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RabbitMQ.Client" version="3.3.5" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.3" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.2.6" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.4" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.3.1" targetFramework="net35" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -69,37 +69,37 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RabbitMQ.Client.3.3.5\lib\net30\RabbitMQ.Client.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Data, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Data, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-data.3.1.3\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
<HintPath>..\packages\shuttle-core-data.3.1.4\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Domain, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Domain, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-domain.3.1.3\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
<HintPath>..\packages\shuttle-core-domain.3.1.4\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Host, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Host, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-host.3.1.3\lib\net35-full\Shuttle.Core.Host.exe</HintPath>
<HintPath>..\packages\shuttle-core-host.3.1.4\lib\net35-full\Shuttle.Core.Host.exe</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.3\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.4\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Core, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-core.3.2.6\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.3.3.1\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Msmq, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Msmq, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-msmq.3.2.6\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
<HintPath>..\packages\shuttle-esb-msmq.3.3.1\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.2.6\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.3.1\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.SqlServer, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.SqlServer, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-sqlserver.3.2.6\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
<HintPath>..\packages\shuttle-esb-sqlserver.3.3.1\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
16 changes: 8 additions & 8 deletions PublishSubscribe/PublishSubscribe.Subscriber1/packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RabbitMQ.Client" version="3.3.5" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-host" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.3" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.2.6" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-host" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.4" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.3.1" targetFramework="net35" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -69,37 +69,37 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RabbitMQ.Client.3.3.5\lib\net30\RabbitMQ.Client.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Data, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Data, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-data.3.1.3\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
<HintPath>..\packages\shuttle-core-data.3.1.4\lib\net35-full\Shuttle.Core.Data.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Domain, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Domain, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-domain.3.1.3\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
<HintPath>..\packages\shuttle-core-domain.3.1.4\lib\net35-full\Shuttle.Core.Domain.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Host, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Host, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-host.3.1.3\lib\net35-full\Shuttle.Core.Host.exe</HintPath>
<HintPath>..\packages\shuttle-core-host.3.1.4\lib\net35-full\Shuttle.Core.Host.exe</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.4.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.3\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.1.4\lib\net35-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Core, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-core.3.2.6\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.3.3.1\lib\net35-full\Shuttle.ESB.Core.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Msmq, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Msmq, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-msmq.3.2.6\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
<HintPath>..\packages\shuttle-esb-msmq.3.3.1\lib\net35-full\Shuttle.ESB.Msmq.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.RabbitMQ, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.2.6\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
<HintPath>..\packages\shuttle-esb-rabbitmq.3.3.1\lib\net35-full\Shuttle.ESB.RabbitMQ.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.SqlServer, Version=3.2.6.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.SqlServer, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-sqlserver.3.2.6\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
<HintPath>..\packages\shuttle-esb-sqlserver.3.3.1\lib\net35-full\Shuttle.ESB.SqlServer.dll</HintPath>
</Reference>
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand Down
16 changes: 8 additions & 8 deletions PublishSubscribe/PublishSubscribe.Subscriber2/packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RabbitMQ.Client" version="3.3.5" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-host" version="3.1.3" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.3" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.2.6" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.2.6" targetFramework="net35" />
<package id="shuttle-core-data" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-domain" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-host" version="3.1.4" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.4" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-msmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-rabbitmq" version="3.3.1" targetFramework="net35" />
<package id="shuttle-esb-sqlserver" version="3.3.1" targetFramework="net35" />
</packages>
Loading

0 comments on commit 5f83410

Please sign in to comment.