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

Commit

Permalink
- v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Oct 20, 2015
1 parent 9154224 commit 4b2542e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.2.0")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2010-2015")]
[assembly: AssemblyProduct("Shuttle.ESB")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("3.4.2")]
[assembly: AssemblyInformationalVersion("3.5.0")]
[assembly: ComVisible(false)]
9 changes: 5 additions & 4 deletions Shuttle.ESB.Castle/Shuttle.ESB.Castle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,12 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net35\Castle.Windsor.dll</HintPath>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure">
<HintPath>..\packages\shuttle-core-infrastructure.3.1.5\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.1.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\shuttle-core-infrastructure.3.1.7\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.ESB.Core, Version=3.4.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\shuttle-esb-core.3.4.2\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
<Reference Include="Shuttle.ESB.Core, Version=3.7.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\shuttle-esb-core.3.7.0\lib\net40-full\Shuttle.ESB.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
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="3.1.5" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.1.7" targetFramework="net40" />
<package id="shuttle-core-msbuild" version="1.1.6" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.4.2" targetFramework="net35" />
<package id="shuttle-esb-core" version="3.7.0" targetFramework="net40" />
</packages>

0 comments on commit 4b2542e

Please sign in to comment.