Skip to content

Commit

Permalink
- v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Apr 24, 2016
1 parent 4f17b5c commit 7dfff8c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Shuttle.ESB.Process.Tests/Shuttle.ESB.Process.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.1.12\lib\net45-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Esb, Version=5.1.12.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.5.1.12\lib\net45-full\Shuttle.Esb.dll</HintPath>
<Reference Include="Shuttle.Esb, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.0.0\lib\net45-full\Shuttle.Esb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Shuttle.ESB.Process.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="NUnit" version="3.2.1" targetFramework="net45" />
<package id="Shuttle.Core.Infrastructure" version="4.1.12" targetFramework="net45" />
<package id="Shuttle.Esb" version="5.1.12" targetFramework="net45" />
<package id="Shuttle.Esb" version="6.0.0" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions Shuttle.ESB.Process/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
[assembly: AssemblyTitle("Shuttle.Esb.Process for .NET Framework 4.6.1")]
#endif

[assembly: AssemblyVersion("3.1.4.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2016")]
[assembly: AssemblyProduct("Shuttle.Esb")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("3.1.4")]
[assembly: AssemblyInformationalVersion("6.0.0")]
[assembly: ComVisible(false)]
12 changes: 6 additions & 6 deletions Shuttle.ESB.Process/Shuttle.ESB.Process.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.1.12\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Esb, Version=5.1.12.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.5.1.12\lib\net40-full\Shuttle.Esb.dll</HintPath>
<Reference Include="Shuttle.Esb, Version=6.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.0.0\lib\net40-full\Shuttle.Esb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Recall, Version=3.5.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.3.5.1\lib\net40-full\Shuttle.Recall.dll</HintPath>
<Reference Include="Shuttle.Recall, Version=3.5.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.3.5.2\lib\net40-full\Shuttle.Recall.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Recall.SqlServer, Version=1.7.8.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.SqlServer.1.7.8\lib\net40-full\Shuttle.Recall.SqlServer.dll</HintPath>
<Reference Include="Shuttle.Recall.SqlServer, Version=1.7.9.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Recall.SqlServer.1.7.9\lib\net40-full\Shuttle.Recall.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
6 changes: 3 additions & 3 deletions Shuttle.ESB.Process/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Shuttle.Core.Data" version="3.2.19" targetFramework="net40" />
<package id="Shuttle.Core.Infrastructure" version="4.1.12" targetFramework="net40" />
<package id="Shuttle.Esb" version="5.1.12" targetFramework="net40" />
<package id="Shuttle.Recall" version="3.5.1" targetFramework="net40" />
<package id="Shuttle.Recall.SqlServer" version="1.7.8" targetFramework="net40" />
<package id="Shuttle.Esb" version="6.0.0" targetFramework="net40" />
<package id="Shuttle.Recall" version="3.5.2" targetFramework="net40" />
<package id="Shuttle.Recall.SqlServer" version="1.7.9" targetFramework="net40" />
</packages>

0 comments on commit 7dfff8c

Please sign in to comment.