Skip to content

Commit

Permalink
- v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Nov 11, 2015
1 parent 75e02a4 commit fb67b56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Shuttle.ESB.Core.Tests/Shuttle.ESB.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.3.0\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.3.1\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion Shuttle.ESB.Core.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<packages>
<package id="Moq" version="4.2.1510.2205" targetFramework="net40" />
<package id="NUnit" version="2.6.4" targetFramework="net35" />
<package id="shuttle-core-infrastructure" version="3.3.0" targetFramework="net40" />
<package id="shuttle-core-infrastructure" version="3.3.1" targetFramework="net40" />
</packages>
4 changes: 2 additions & 2 deletions Shuttle.ESB.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
[assembly: AssemblyTitle("Shuttle.ESB.Core for .NET Framework 4.5.1")]
#endif

[assembly: AssemblyVersion("4.0.1.0")]
[assembly: AssemblyVersion("4.0.2.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2010-2015")]
[assembly: AssemblyProduct("Shuttle.ESB")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("4.0.1")]
[assembly: AssemblyInformationalVersion("4.0.2")]
[assembly: ComVisible(false)]

4 changes: 2 additions & 2 deletions Shuttle.ESB.Core/Shuttle.ESB.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
<DefineConstants>$(DefineConstants);NET451FULL</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Shuttle.Core.Infrastructure, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="Shuttle.Core.Infrastructure, Version=3.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\shuttle-core-infrastructure.3.3.0\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<HintPath>..\packages\shuttle-core-infrastructure.3.3.1\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand Down
2 changes: 1 addition & 1 deletion Shuttle.ESB.Core/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="shuttle-core-infrastructure" version="3.3.0" targetFramework="net40" />
<package id="shuttle-core-infrastructure" version="3.3.1" targetFramework="net40" />
<package id="shuttle-core-msbuild" version="1.1.7" targetFramework="net40" />
</packages>

0 comments on commit fb67b56

Please sign in to comment.