Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
make it so!
Browse files Browse the repository at this point in the history
  • Loading branch information
mookid8000 committed Aug 13, 2014
1 parent 4f24880 commit e969817
Show file tree
Hide file tree
Showing 158 changed files with 640 additions and 642 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# d60 Circus
# d60 Cirqus

## 0.0.5

Expand Down Expand Up @@ -84,4 +84,8 @@

## 0.1.3

* Fixed bug in view managers that could "forget" to update `LastGlobalSequenceNumber` on a view - not that will be automatically done by the `ViewDispatcherHelper`
* Fixed bug in view managers that could "forget" to update `LastGlobalSequenceNumber` on a view - not that will be automatically done by the `ViewDispatcherHelper`

## 0.2.0

* Renamed to "Cirqus" - the name that just gets better and better!
58 changes: 29 additions & 29 deletions Circus.sln → Cirqus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{87D0C01A
release.bat = release.bat
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus", "d60.Circus\d60.Circus.csproj", "{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql server", "sql server", "{9A508454-A284-4E81-BC28-2262A5FE200E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.TestHelpers", "d60.Circus.TestHelpers\d60.Circus.TestHelpers.csproj", "{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mongodb", "mongodb", "{12953F47-B301-4A45-BC7A-445D84BDC37A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.EntityFramework", "d60.Circus.EntityFramework\d60.Circus.EntityFramework.csproj", "{925D8D5E-B695-4DC0-B1B6-66955C964576}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "azure", "azure", "{8F2EED60-249C-46BD-B5D4-C610567D1FFB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.MongoDb", "d60.Circus.MongoDb\d60.Circus.MongoDb.csproj", "{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus", "d60.Cirqus\d60.Cirqus.csproj", "{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.MsSql", "d60.Circus.MsSql\d60.Circus.MsSql.csproj", "{6EEBCA35-9B61-4A95-8E72-3AF583C14F32}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.TestHelpers", "d60.Cirqus.TestHelpers\d60.Cirqus.TestHelpers.csproj", "{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.Tests", "d60.Circus.Tests\d60.Circus.Tests.csproj", "{7624F47B-B53F-40C6-B211-19288E814F86}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.AzureServiceBus", "d60.Cirqus.AzureServiceBus\d60.Cirqus.AzureServiceBus.csproj", "{F67900E3-3454-44F1-A943-11219CB0622B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.AzureServiceBus", "d60.Circus.AzureServiceBus\d60.Circus.AzureServiceBus.csproj", "{F67900E3-3454-44F1-A943-11219CB0622B}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.AzureServiceBus.Tests", "d60.Cirqus.AzureServiceBus.Tests\d60.Cirqus.AzureServiceBus.Tests.csproj", "{B1205A2E-8F4B-4E0F-B70F-050F8557B355}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sql server", "sql server", "{9A508454-A284-4E81-BC28-2262A5FE200E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.MongoDb", "d60.Cirqus.MongoDb\d60.Cirqus.MongoDb.csproj", "{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mongodb", "mongodb", "{12953F47-B301-4A45-BC7A-445D84BDC37A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.EntityFramework", "d60.Cirqus.EntityFramework\d60.Cirqus.EntityFramework.csproj", "{925D8D5E-B695-4DC0-B1B6-66955C964576}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "azure", "azure", "{8F2EED60-249C-46BD-B5D4-C610567D1FFB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.MsSql", "d60.Cirqus.MsSql\d60.Cirqus.MsSql.csproj", "{6EEBCA35-9B61-4A95-8E72-3AF583C14F32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Circus.AzureServiceBus.Tests", "d60.Circus.AzureServiceBus.Tests\d60.Circus.AzureServiceBus.Tests.csproj", "{B1205A2E-8F4B-4E0F-B70F-050F8557B355}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "d60.Cirqus.Tests", "d60.Cirqus.Tests\d60.Cirqus.Tests.csproj", "{7624F47B-B53F-40C6-B211-19288E814F86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -74,14 +74,22 @@ Global
{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}.Release|Any CPU.Build.0 = Release|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Release|Any CPU.Build.0 = Release|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Release|Any CPU.Build.0 = Release|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Release|Any CPU.Build.0 = Release|Any CPU
{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99}.Release|Any CPU.Build.0 = Release|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Debug|Any CPU.Build.0 = Debug|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Release|Any CPU.ActiveCfg = Release|Any CPU
{925D8D5E-B695-4DC0-B1B6-66955C964576}.Release|Any CPU.Build.0 = Release|Any CPU
{6EEBCA35-9B61-4A95-8E72-3AF583C14F32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EEBCA35-9B61-4A95-8E72-3AF583C14F32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EEBCA35-9B61-4A95-8E72-3AF583C14F32}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -90,31 +98,23 @@ Global
{7624F47B-B53F-40C6-B211-19288E814F86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7624F47B-B53F-40C6-B211-19288E814F86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7624F47B-B53F-40C6-B211-19288E814F86}.Release|Any CPU.Build.0 = Release|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F67900E3-3454-44F1-A943-11219CB0622B}.Release|Any CPU.Build.0 = Release|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1205A2E-8F4B-4E0F-B70F-050F8557B355}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{407E215D-36B1-46F9-A39F-39465ADC4F2D} = {53C890A9-D587-4BD6-B69C-5B01F64B39F1}
{87D0C01A-A3ED-42DC-B173-B797F7717348} = {53C890A9-D587-4BD6-B69C-5B01F64B39F1}
{9A508454-A284-4E81-BC28-2262A5FE200E} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{12953F47-B301-4A45-BC7A-445D84BDC37A} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{8F2EED60-249C-46BD-B5D4-C610567D1FFB} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4} = {89F6887C-D659-4483-9BFC-DBC7C2BC29F8}
{44D72FC8-F786-47A7-8D83-3D926D4E7DB0} = {89F6887C-D659-4483-9BFC-DBC7C2BC29F8}
{925D8D5E-B695-4DC0-B1B6-66955C964576} = {9A508454-A284-4E81-BC28-2262A5FE200E}
{F67900E3-3454-44F1-A943-11219CB0622B} = {8F2EED60-249C-46BD-B5D4-C610567D1FFB}
{B1205A2E-8F4B-4E0F-B70F-050F8557B355} = {8F2EED60-249C-46BD-B5D4-C610567D1FFB}
{1ECCDCD5-DD78-4F9C-B0C3-BC083742CE99} = {12953F47-B301-4A45-BC7A-445D84BDC37A}
{925D8D5E-B695-4DC0-B1B6-66955C964576} = {9A508454-A284-4E81-BC28-2262A5FE200E}
{6EEBCA35-9B61-4A95-8E72-3AF583C14F32} = {9A508454-A284-4E81-BC28-2262A5FE200E}
{7624F47B-B53F-40C6-B211-19288E814F86} = {B7EFFA50-A51B-4D7D-A264-07151A10F9D8}
{F67900E3-3454-44F1-A943-11219CB0622B} = {8F2EED60-249C-46BD-B5D4-C610567D1FFB}
{9A508454-A284-4E81-BC28-2262A5FE200E} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{12953F47-B301-4A45-BC7A-445D84BDC37A} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{8F2EED60-249C-46BD-B5D4-C610567D1FFB} = {AAD28E32-1CB5-46C8-B3B2-40BDC275EA63}
{B1205A2E-8F4B-4E0F-B70F-050F8557B355} = {8F2EED60-249C-46BD-B5D4-C610567D1FFB}
EndGlobalSection
EndGlobal
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# d60 Circus
# d60 Cirqus

Simple but powerful event sourcing + CQRS kit.

Expand All @@ -19,7 +19,7 @@ and then everything will flow from there.

### More docs

Check out [the official documentation wiki](https://github.com/d60/Circus/wiki).
Check out [the official documentation wiki](https://github.com/d60/Cirqus/wiki).

### Full example

Expand All @@ -37,7 +37,7 @@ This is how you can set up a fully functioning command processor, including a vi
var viewManager = new MsSqlViewManager<CounterView>("sqltestdb", "counters",
automaticallyCreateSchema: true);

// Circus will deliver emitted events to the event dispatcher when they have
// Cirqus will deliver emitted events to the event dispatcher when they have
// been persisted
var eventDispatcher = new BasicEventDispatcher(repository, viewManager);

Expand Down
8 changes: 4 additions & 4 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<NuSpecFiles Include="$(NuSpecFolder)\*.nuspec" />
<DependantNuSpecFiles Include="$(NuSpecFolder)\*.nuspec" Exclude="$(NuSpecFolder)\d60.Circus.nuspec" />
<DependantNuSpecFiles Include="$(NuSpecFolder)\*.nuspec" Exclude="$(NuSpecFolder)\d60.Cirqus.nuspec" />
</ItemGroup>

<Target Name="PrintNuSpec">
Expand All @@ -29,12 +29,12 @@
<Error Condition="'$(Version)' == ''" Text="No version specified! The version parameter must be specified in order to build &amp; release NuGet packages"/>
<Message Text="Updating NuSpec version..."/>
<XmlPoke XmlInputPath="%(NuSpecFiles.FullPath)" Query="//version" Value="$(Version)" />
<XmlPoke XmlInputPath="%(DependantNuSpecFiles.FullPath)" Query="//dependency[@id='d60.Circus']/@version" Value="$(Version)" />
<XmlPoke XmlInputPath="%(DependantNuSpecFiles.FullPath)" Query="//dependency[@id='d60.Cirqus']/@version" Value="$(Version)" />

<CallTarget Targets="publish_packages"/>

<XmlPoke XmlInputPath="%(NuSpecFiles.FullPath)" Query="//version" Value="$(DefaultNuSpecVersion)" />
<XmlPoke XmlInputPath="%(DependantNuSpecFiles.FullPath)" Query="//dependency[@id='d60.Circus']/@version" Value="$(DefaultNuSpecVersion)" />
<XmlPoke XmlInputPath="%(DependantNuSpecFiles.FullPath)" Query="//dependency[@id='d60.Cirqus']/@version" Value="$(DefaultNuSpecVersion)" />
</Target>

<Target Name="build" DependsOnTargets="clean_output_folder; build_solution" />
Expand All @@ -47,7 +47,7 @@
<Target Name="build_solution">
<Message Text="Building everything"/>

<MSBuild Projects="Circus.sln" Targets="rebuild" StopOnFirstFailure="true" Properties="Configuration=Release">
<MSBuild Projects="Cirqus.sln" Targets="rebuild" StopOnFirstFailure="true" Properties="Configuration=Release">
<Output TaskParameter="TargetOutputs" ItemName="AssembliesBuilt" />
</MSBuild>
</Target>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using System.Diagnostics;
using System.Timers;
using d60.Circus.Numbers;
using d60.Cirqus.Numbers;
using NUnit.Framework;

namespace d60.Circus.AzureServiceBus.Tests
namespace d60.Cirqus.AzureServiceBus.Tests
{
public class FixtureBase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("d60.Circus.AzureServiceBus.Tests")]
[assembly: AssemblyTitle("d60.Cirqus.AzureServiceBus.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("d60.Circus.AzureServiceBus.Tests")]
[assembly: AssemblyProduct("d60.Cirqus.AzureServiceBus.Tests")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
using System.IO;
using System.Linq;
using System.Threading;
using d60.Circus.Events;
using d60.Circus.Extensions;
using d60.Circus.TestHelpers.Internals;
using d60.Cirqus.Events;
using d60.Cirqus.Extensions;
using d60.Cirqus.TestHelpers.Internals;
using Microsoft.ServiceBus;
using NUnit.Framework;

namespace d60.Circus.AzureServiceBus.Tests
namespace d60.Cirqus.AzureServiceBus.Tests
{
[TestFixture, Category(TestCategories.Azure)]
public class TestAzureServiceBusEventDispatcher : FixtureBase, IEventDispatcher
{
const string TopicName = "circus";
const string TopicName = "cirqus";
const string SubscriptionName = "test";
AzureServiceBusEventDispatcherSender _sender;
AzureServiceBusEventDispatcherReceiver _receiver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace d60.Circus.AzureServiceBus.Tests
namespace d60.Cirqus.AzureServiceBus.Tests
{
public class TestCategories
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{B1205A2E-8F4B-4E0F-B70F-050F8557B355}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>d60.Circus.AzureServiceBus.Tests</RootNamespace>
<AssemblyName>d60.Circus.AzureServiceBus.Tests</AssemblyName>
<RootNamespace>d60.Cirqus.AzureServiceBus.Tests</RootNamespace>
<AssemblyName>d60.Cirqus.AzureServiceBus.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down Expand Up @@ -60,23 +60,23 @@
<Compile Include="TestCategories.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\d60.Circus.AzureServiceBus\d60.Circus.AzureServiceBus.csproj">
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\d60.Cirqus.AzureServiceBus\d60.Cirqus.AzureServiceBus.csproj">
<Project>{F67900E3-3454-44F1-A943-11219CB0622B}</Project>
<Name>d60.Circus.AzureServiceBus</Name>
<Name>d60.Cirqus.AzureServiceBus</Name>
</ProjectReference>
<ProjectReference Include="..\d60.Circus.TestHelpers\d60.Circus.TestHelpers.csproj">
<ProjectReference Include="..\d60.Cirqus.TestHelpers\d60.Cirqus.TestHelpers.csproj">
<Project>{44D72FC8-F786-47A7-8D83-3D926D4E7DB0}</Project>
<Name>d60.Circus.TestHelpers</Name>
<Name>d60.Cirqus.TestHelpers</Name>
</ProjectReference>
<ProjectReference Include="..\d60.Circus\d60.Circus.csproj">
<ProjectReference Include="..\d60.Cirqus\d60.Cirqus.csproj">
<Project>{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4}</Project>
<Name>d60.Circus</Name>
<Name>d60.Cirqus</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.ServiceBus;

namespace d60.Circus.AzureServiceBus
namespace d60.Cirqus.AzureServiceBus
{
class AzureHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System.Threading;
using d60.Circus.Events;
using d60.Cirqus.Events;
using Microsoft.ServiceBus.Messaging;

namespace d60.Circus.AzureServiceBus
namespace d60.Cirqus.AzureServiceBus
{
public class AzureServiceBusEventDispatcherReceiver : IDisposable
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System.Collections.Generic;
using System.Linq;
using d60.Circus.Events;
using d60.Circus.Extensions;
using d60.Cirqus.Events;
using Microsoft.ServiceBus.Messaging;

namespace d60.Circus.AzureServiceBus
namespace d60.Cirqus.AzureServiceBus
{
public class AzureServiceBusEventDispatcherSender : IEventDispatcher
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace d60.Circus.AzureServiceBus
namespace d60.Cirqus.AzureServiceBus
{
[Serializable]
class DispatchNotification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("d60.Circus.AzureServiceBus")]
[assembly: AssemblyTitle("d60.Cirqus.AzureServiceBus")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("d60.Circus.AzureServiceBus")]
[assembly: AssemblyProduct("d60.Cirqus.AzureServiceBus")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Collections.Generic;
using d60.Circus.Events;
using d60.Cirqus.Events;
using Newtonsoft.Json;

namespace d60.Circus.AzureServiceBus
namespace d60.Cirqus.AzureServiceBus
{
public class Serializer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{F67900E3-3454-44F1-A943-11219CB0622B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>d60.Circus.AzureServiceBus</RootNamespace>
<AssemblyName>d60.Circus.AzureServiceBus</AssemblyName>
<RootNamespace>d60.Cirqus.AzureServiceBus</RootNamespace>
<AssemblyName>d60.Cirqus.AzureServiceBus</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
Expand Down Expand Up @@ -61,16 +61,16 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Serializer.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\d60.Circus\d60.Circus.csproj">
<Project>{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4}</Project>
<Name>d60.Circus</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\d60.Cirqus\d60.Cirqus.csproj">
<Project>{8E2DF6B4-A4DF-495E-8D74-5DCE6B333FB4}</Project>
<Name>d60.Cirqus</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down
Loading

0 comments on commit e969817

Please sign in to comment.