Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Commit

Permalink
Update to Zebus 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Apr 17, 2018
1 parent 423d421 commit d337827
Show file tree
Hide file tree
Showing 14 changed files with 142 additions and 190 deletions.
38 changes: 19 additions & 19 deletions build/nuget/nuspecs/Abc.Zebus.Directory.Cassandra.nuspec
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Zebus.Directory.Cassandra</id>
<title>Zebus.Directory.Cassandra</title>
<authors>ABC arbitrage</authors>
<licenseUrl>https://github.com/Abc-Arbitrage/Zebus.Directory/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Abc-Arbitrage/Zebus.Directory</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Directory backed out by Cassandra</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2017</copyright>
<tags></tags>
<metadata>
<id>Zebus.Directory.Cassandra</id>
<title>Zebus.Directory.Cassandra</title>
<authors>ABC arbitrage</authors>
<licenseUrl>https://github.com/Abc-Arbitrage/Zebus.Directory/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Abc-Arbitrage/Zebus.Directory</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An implementation of the Directory backed out by Cassandra</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2018</copyright>
<tags></tags>
<dependencies>
<dependency id="Zebus" version="[2.0.5,3.0)" />
<dependency id="Zebus" version="[2.2.0,3.0)" />
<dependency id="Zebus.Directory" version="$version$" />
<dependency id="CassandraCSharpDriver" version="[3.0.8,3.1)" />
</dependencies>
</metadata>
<files>
<file src="Abc.Zebus.Directory.Cassandra.dll" target="lib\net45\" />
<file src="Abc.Zebus.Directory.Cassandra.pdb" target="lib\net45\" />
</metadata>
<files>
<file src="Abc.Zebus.Directory.Cassandra.dll" target="lib\net45\" />
<file src="Abc.Zebus.Directory.Cassandra.pdb" target="lib\net45\" />

<file src=".\..\..\..\src\Abc.Zebus.Directory.Cassandra\**\*.cs" target="src" />
</files>
</package>
<file src=".\..\..\..\src\Abc.Zebus.Directory.Cassandra\**\*.cs" target="src" />
</files>
</package>
44 changes: 22 additions & 22 deletions build/nuget/nuspecs/Abc.Zebus.Directory.Standalone.nuspec
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Zebus.Directory.Standalone</id>
<title>Zebus.Directory.Standalone</title>
<authors>ABC arbitrage</authors>
<metadata>
<id>Zebus.Directory.Standalone</id>
<title>Zebus.Directory.Standalone</title>
<authors>ABC arbitrage</authors>
<licenseUrl>https://github.com/Abc-Arbitrage/Zebus.Directory/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Abc-Arbitrage/Zebus.Directory</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Standalone version of the Directory service used by Zebus</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2017</copyright>
<tags></tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Standalone version of the Directory service used by Zebus</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2018</copyright>
<tags></tags>
<dependencies>
<dependency id="Zebus" version="[2.0.5,3.0)" />
<dependency id="log4net" version="2.0.3" />
<dependency id="Zebus" version="[2.2.0,3.0)" />
<dependency id="log4net" version="2.0.8" />
</dependencies>
</metadata>
<files>
<file src="Abc.Zebus.Directory.exe" target="tools" />
<file src="Abc.Zebus.Directory.exe.config" target="tools" />
<file src="*.dll" target="tools" />
<file src="log4net.config" target="tools" />

<file src=".\..\..\..\src\dummy.txt" target="lib\net45\" />
</metadata>
<files>
<file src="Abc.Zebus.Directory.exe" target="tools" />
<file src="Abc.Zebus.Directory.exe.config" target="tools" />
<file src="*.dll" target="tools" />
<file src="log4net.config" target="tools" />

<file src=".\..\..\..\build\nuget\tools\Zebus.Directory\readme.txt" target="" />
</files>
</package>
<file src=".\..\..\..\src\dummy.txt" target="lib\net45\" />

<file src=".\..\..\..\build\nuget\tools\Zebus.Directory\readme.txt" target="" />
</files>
</package>
34 changes: 17 additions & 17 deletions build/nuget/nuspecs/Abc.Zebus.Directory.nuspec
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Zebus.Directory</id>
<title>Zebus.Directory</title>
<authors>ABC arbitrage</authors>
<metadata>
<id>Zebus.Directory</id>
<title>Zebus.Directory</title>
<authors>ABC arbitrage</authors>
<licenseUrl>https://github.com/Abc-Arbitrage/Zebus.Directory/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/Abc-Arbitrage/Zebus.Directory</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Directory service used by Zebus</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2017</copyright>
<tags></tags>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Directory service used by Zebus</description>
<releaseNotes></releaseNotes>
<copyright>Copyright © ABC arbitrage 2018</copyright>
<tags></tags>
<dependencies>
<dependency id="Zebus" version="[2.0.5,3.0)" />
<dependency id="log4net" version="2.0.3" />
<dependency id="Zebus" version="[2.2.0,3.0)" />
<dependency id="log4net" version="2.0.8" />
</dependencies>
</metadata>
<files>
<file src="Abc.Zebus.Directory.dll" target="lib\net45\" />
<file src="Abc.Zebus.Directory.pdb" target="lib\net45\" />
</metadata>
<files>
<file src="Abc.Zebus.Directory.dll" target="lib\net45\" />
<file src="Abc.Zebus.Directory.pdb" target="lib\net45\" />

<file src=".\..\..\..\src\Abc.Zebus.Directory\**\*.cs" target="src" />
</files>
</package>
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abc.Zebus, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.0.5\lib\net45\Abc.Zebus.dll</HintPath>
<Reference Include="Abc.Zebus, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.2.0\lib\net45\Abc.Zebus.dll</HintPath>
</Reference>
<Reference Include="Abc.Zebus.Testing, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.Testing.2.0.5\lib\net45\Abc.Zebus.Testing.dll</HintPath>
<Reference Include="Abc.Zebus.Testing, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.Testing.2.2.0\lib\net45\Abc.Zebus.Testing.dll</HintPath>
</Reference>
<Reference Include="Cassandra, Version=3.0.0.0, Culture=neutral, PublicKeyToken=10b231fbfc8c4b4d, processorArchitecture=MSIL">
<HintPath>..\packages\CassandraCSharpDriver.3.0.8\lib\net40\Cassandra.dll</HintPath>
Expand All @@ -46,9 +46,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CompareNETObjects.3.03.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
<Private>True</Private>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="LZ4">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -58,9 +57,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -70,9 +68,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\AutoFixture.3.36.8\lib\net40\Ploeh.AutoFixture.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
<Reference Include="protobuf-net, Version=2.3.7.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.3.7\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="StructureMap">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -83,7 +80,10 @@
<HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.Net4.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -123,6 +123,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</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
10 changes: 5 additions & 5 deletions src/Abc.Zebus.Directory.Cassandra.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package id="AutoFixture" version="3.36.8" targetFramework="net45" />
<package id="CassandraCSharpDriver" version="3.0.8" targetFramework="net45" />
<package id="CompareNETObjects" version="3.03.0.0" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="log4net" version="2.0.8" targetFramework="net45" />
<package id="lz4net" version="1.0.5.93" targetFramework="net45" />
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="protobuf-net" version="2.3.7" targetFramework="net45" />
<package id="structuremap" version="3.1.6.186" targetFramework="net45" />
<package id="Zebus" version="2.0.5" targetFramework="net45" />
<package id="Zebus.Testing" version="2.0.5" targetFramework="net45" />
<package id="Zebus" version="2.2.0" targetFramework="net45" />
<package id="Zebus.Testing" version="2.2.0" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,25 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abc.Zebus, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.0.5\lib\net45\Abc.Zebus.dll</HintPath>
<Reference Include="Abc.Zebus, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.2.0\lib\net45\Abc.Zebus.dll</HintPath>
</Reference>
<Reference Include="Cassandra, Version=3.0.0.0, Culture=neutral, PublicKeyToken=10b231fbfc8c4b4d, processorArchitecture=MSIL">
<HintPath>..\packages\CassandraCSharpDriver.3.0.8\lib\net40\Cassandra.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="LZ4">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\lz4net.1.0.5.93\lib\net40-client\LZ4.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Reference Include="protobuf-net, Version=2.3.7.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.3.7\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="StructureMap">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -64,7 +61,10 @@
<HintPath>..\packages\structuremap.3.1.6.186\lib\net40\StructureMap.Net4.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down
8 changes: 4 additions & 4 deletions src/Abc.Zebus.Directory.Cassandra/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CassandraCSharpDriver" version="3.0.8" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="log4net" version="2.0.8" targetFramework="net45" />
<package id="lz4net" version="1.0.5.93" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="protobuf-net" version="2.3.7" targetFramework="net45" />
<package id="structuremap" version="3.1.6.186" targetFramework="net45" />
<package id="Zebus" version="2.0.5" targetFramework="net45" />
<package id="Zebus" version="2.2.0" targetFramework="net45" />
</packages>
28 changes: 15 additions & 13 deletions src/Abc.Zebus.Directory.Tests/Abc.Zebus.Directory.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,25 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="Abc.Zebus, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.0.5\lib\net45\Abc.Zebus.dll</HintPath>
<Reference Include="Abc.Zebus, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.2.2.0\lib\net45\Abc.Zebus.dll</HintPath>
</Reference>
<Reference Include="Abc.Zebus.Testing, Version=2.0.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.Testing.2.0.5\lib\net45\Abc.Zebus.Testing.dll</HintPath>
<Reference Include="Abc.Zebus.Testing, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Zebus.Testing.2.2.0\lib\net45\Abc.Zebus.Testing.dll</HintPath>
</Reference>
<Reference Include="KellermanSoftware.Compare-NET-Objects">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\CompareNETObjects.3.03.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
<Private>True</Private>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Moq">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Moq.4.2.1507.0118\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -62,9 +60,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\AutoFixture.3.36.8\lib\net40\Ploeh.AutoFixture.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
<Private>True</Private>
<Reference Include="protobuf-net, Version=2.3.7.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.3.7\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="StructureMap">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -77,6 +74,8 @@
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand Down Expand Up @@ -112,6 +111,9 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</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
10 changes: 5 additions & 5 deletions src/Abc.Zebus.Directory.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<packages>
<package id="AutoFixture" version="3.36.8" targetFramework="net45" />
<package id="CompareNETObjects" version="3.03.0.0" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="log4net" version="2.0.8" targetFramework="net45" />
<package id="Moq" version="4.2.1507.0118" targetFramework="net45" />
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
<package id="protobuf-net" version="2.3.7" targetFramework="net45" />
<package id="structuremap" version="3.1.6.186" targetFramework="net45" />
<package id="Zebus" version="2.0.5" targetFramework="net45" />
<package id="Zebus.Testing" version="2.0.5" targetFramework="net45" />
<package id="Zebus" version="2.2.0" targetFramework="net45" />
<package id="Zebus.Testing" version="2.2.0" targetFramework="net45" />
</packages>
Loading

0 comments on commit d337827

Please sign in to comment.