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

Commit

Permalink
- v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Jun 6, 2016
1 parent 6c807af commit 6a64855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 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 @@ -25,10 +25,10 @@
[assembly: AssemblyTitle("Shuttle.Esb.Castle for .NET Framework 4.6.1")]
#endif

[assembly: AssemblyVersion("6.1.1.0")]
[assembly: AssemblyVersion("6.1.2.0")]
[assembly: AssemblyCopyright("Copyright © Eben Roux 2016")]
[assembly: AssemblyProduct("Shuttle.Esb")]
[assembly: AssemblyCompany("Shuttle")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyInformationalVersion("6.1.1")]
[assembly: AssemblyInformationalVersion("6.1.2")]
[assembly: ComVisible(false)]
15 changes: 2 additions & 13 deletions Shuttle.Esb.Castle/Shuttle.ESB.Castle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<HintPath>..\packages\Shuttle.Core.Infrastructure.4.2.0\lib\net40-full\Shuttle.Core.Infrastructure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Shuttle.Esb, Version=6.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.1.2\lib\net40-full\Shuttle.Esb.dll</HintPath>
<Reference Include="Shuttle.Esb, Version=6.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Shuttle.Esb.6.1.3\lib\net40-full\Shuttle.Esb.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -108,24 +108,13 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CastleResources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CastleResources.resx</DependentUpon>
</Compile>
<Compile Include="MessageHandlerFactory.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="CastleResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>CastleResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 6a64855

Please sign in to comment.