Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Commit

Permalink
- v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Nov 23, 2015
1 parent 8604577 commit 20f0af3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Shuttle.ESB.Castle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
[assembly: AssemblyTitle("Shuttle.ESB.Castle for .NET Framework 4.5.l")]
#endif

[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyVersion("3.8.0.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2010-2015")]
[assembly: AssemblyProduct("Shuttle.ESB")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("3.7.0")]
[assembly: AssemblyInformationalVersion("3.8.0")]
[assembly: ComVisible(false)]
8 changes: 4 additions & 4 deletions Shuttle.ESB.Castle/Shuttle.ESB.Castle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net35\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.0.3.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=4.0.7.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.4.0.3\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.4.0.7\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.ESB.Core, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-esb-core.4.2.0\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
<HintPath>..\packages\shuttle-esb-core.5.0.0\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.ESB.Castle/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="Castle.Core" version="3.3.3" targetFramework="net35" />
<package id="Castle.Windsor" version="3.3.0" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="4.0.3" targetFramework="net40" />
<package id="shuttle-core-infrastructure" version="4.0.7" targetFramework="net40" />
<package id="shuttle-core-msbuild" version="1.1.7" targetFramework="net40" />
<package id="shuttle-esb-core" version="4.2.0" targetFramework="net40" />
<package id="shuttle-esb-core" version="5.0.0" targetFramework="net40" />
</packages>

0 comments on commit 20f0af3

Please sign in to comment.