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

Commit

Permalink
- v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Sep 4, 2016
1 parent ef17fd1 commit 53f78a9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions Shuttle.Esb.Castle.Tests.Duplicate/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
// [assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
8 changes: 4 additions & 4 deletions Shuttle.Esb.Castle.Tests/Shuttle.Esb.Castle.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.2\lib\net452-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.4\lib\net452-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Esb, Version=6.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.2.1\lib\net452-full\Shuttle.Esb.dll</HintPath>
<Reference Include="Shuttle.Esb, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.7.0.0\lib\net452-full\Shuttle.Esb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions Shuttle.Esb.Castle.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Castle.Windsor" version="3.3.0" targetFramework="net452" />
<package id="Moq" version="4.5.21" targetFramework="net452" />
<package id="NUnit" version="3.4.1" targetFramework="net452" />
<package id="Shuttle.Core.Infrastructure" version="4.2.2" targetFramework="net452" />
<package id="Shuttle.Esb" version="6.2.1" targetFramework="net452" />
<package id="Shuttle.Core.Infrastructure" version="4.2.4" targetFramework="net452" />
<package id="Shuttle.Esb" version="7.0.0" targetFramework="net452" />
</packages>
4 changes: 2 additions & 2 deletions Shuttle.Esb.Castle/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
[assembly: AssemblyTitle("Shuttle.Esb.Castle for .NET Framework 4.6.1")]
#endif

[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2016")]
[assembly: AssemblyProduct("Shuttle.Esb")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("6.1.2")]
[assembly: AssemblyInformationalVersion("7.0.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 @@ -86,12 +86,12 @@
<HintPath>..\packages\Castle.Windsor.3.3.0\lib\net40\Castle.Windsor.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.2.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.2\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Reference Include="Shuttle.Core.Infrastructure, Version=4.2.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.4\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Esb, Version=6.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.2.1\lib\net40-full\Shuttle.Esb.dll</HintPath>
<Reference Include="Shuttle.Esb, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.7.0.0\lib\net40-full\Shuttle.Esb.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,6 +2,6 @@
<packages>
<package id="Castle.Core" version="3.3.3" targetFramework="net40" />
<package id="Castle.Windsor" version="3.3.0" targetFramework="net40" />
<package id="Shuttle.Core.Infrastructure" version="4.2.2" targetFramework="net40" />
<package id="Shuttle.Esb" version="6.2.1" targetFramework="net40" />
<package id="Shuttle.Core.Infrastructure" version="4.2.4" targetFramework="net40" />
<package id="Shuttle.Esb" version="7.0.0" targetFramework="net40" />
</packages>

0 comments on commit 53f78a9

Please sign in to comment.