From 7d08fab587630a9dbf0a285868ebbb3e04e631b9 Mon Sep 17 00:00:00 2001 From: Mark Nijhof Date: Mon, 8 Apr 2013 19:34:10 +0200 Subject: [PATCH] fixed a typo --- .../Fohjin.EventStore/Fohjin.EventStore.sln | 0 .../Configuration/ApprovedEntitiesCache.cs | 0 .../Configuration/EventProcessor.cs | 0 .../Configuration/EventProcessorCache.cs | 0 .../Configuration/MethodMissingException.cs | 0 .../Fohjin.EventStore/Configuration/PreProcessor.cs | 0 .../Fohjin.EventStore/Fohjin.EventStore.csproj | 0 .../Fohjin.EventStore/IDomainEvent.cs | 0 .../Fohjin.EventStore/IDomainRepository.cs | 0 .../Fohjin.EventStore/Fohjin.EventStore/IMemento.cs | 0 .../Infrastructure/IAggregateRootFactory.cs | 0 .../Infrastructure/IEventProvider.cs | 0 .../Fohjin.EventStore/Infrastructure/IOrginator.cs | 0 .../IlligalStateAssignmentException.cs | 0 .../UnregisteredDomainEventException.cs | 0 .../Fohjin.EventStore/Properties/AssemblyInfo.cs | 0 .../Fohjin.EventStore/Reflection/EventAccessor.cs | 0 .../Reflection/EventPropertyLocator.cs | 0 .../Test.Fohjin.EventStore/BaseTestFixture.cs | 0 .../When_registering_an_domain_event.cs | 0 .../Infrastructure/When_an_event_gets_published.cs | 0 .../When_an_unregistered_event_gets_published.cs | 0 ...behavior_that_diretly_sets_the_internal_state.cs | 0 ...regate_root_it_will_wire_the_events_correctly.cs | 0 ...events_correctly_without_mixing_them_together.cs | 0 ...hen_loading_an_empty_history_event_collection.cs | 0 ...history_event_collection_containing_one_event.cs | 0 ...history_event_collection_containing_two_event.cs | 0 .../When_multiple_events_gets_published.cs | 0 ...n_requesting_a_new_object_from_the_repository.cs | 0 ...e_repository_that_has_no_virtual_apply_method.cs | 0 ...l_collection_of_published_events_gets_cleared.cs | 0 .../Infrastructure/When_updating_the_version.cs | 0 .../Properties/AssemblyInfo.cs | 0 .../Test.Fohjin.EventStore.csproj | 0 .../Test.Fohjin.EventStore/TestClient.cs | 0 .../Test.Fohjin.EventStore/TestExtensions.cs | 0 .../Lib/CastleDynamicProxy/Castle.Core.dll | Bin .../Lib/CastleDynamicProxy/Castle.Core.pdb | Bin .../Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll | Bin .../Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb | Bin .../Lib/Moq/Moq.Contrib.dll | Bin .../Lib/Moq/Moq.Contrib.pdb | Bin .../Lib/Moq/Moq.dll | Bin .../Lib/Moq/Moq.pdb | Bin .../Lib/NUnit/nunit.core.dll | Bin .../Lib/NUnit/nunit.core.extensions.dll | Bin .../Lib/NUnit/nunit.core.interfaces.dll | Bin .../Lib/NUnit/nunit.framework.dll | Bin .../Lib/NUnit/nunit.util.dll | Bin .../Lib/StructureMap/StructureMap.AutoMocking.dll | Bin .../Lib/StructureMap/StructureMap.dll | Bin .../Lib/StructureMap/StructureMap.pdb | Bin .../Lib/sqlite/sqlite3.exe | Bin .../Lib/sqlite/sqlite3_analyzer.exe | Bin 55 files changed, 0 insertions(+), 0 deletions(-) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore.sln (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/CastleDynamicProxy/Castle.Core.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/CastleDynamicProxy/Castle.Core.pdb (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/Moq/Moq.Contrib.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/Moq/Moq.Contrib.pdb (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/Moq/Moq.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/Moq/Moq.pdb (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/NUnit/nunit.core.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/NUnit/nunit.core.extensions.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/NUnit/nunit.core.interfaces.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/NUnit/nunit.framework.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/NUnit/nunit.util.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/StructureMap/StructureMap.AutoMocking.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/StructureMap/StructureMap.dll (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/StructureMap/StructureMap.pdb (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/sqlite/sqlite3.exe (100%) rename {Fohjin.DDD.MakeReUseable => Fohjin.DDD.MakeReusable}/Lib/sqlite/sqlite3_analyzer.exe (100%) diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore.sln b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore.sln similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore.sln rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore.sln diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/ApprovedEntitiesCache.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/EventProcessorCache.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/MethodMissingException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Configuration/PreProcessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Fohjin.EventStore.csproj diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainEvent.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IDomainRepository.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/IMemento.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IAggregateRootFactory.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IEventProvider.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IOrginator.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/IlligalStateAssignmentException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Infrastructure/UnregisteredDomainEventException.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Properties/AssemblyInfo.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventAccessor.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Fohjin.EventStore/Reflection/EventPropertyLocator.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/BaseTestFixture.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Configuration/When_registering_an_domain_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_event_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_an_unregistered_event_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_executing_behavior_that_diretly_sets_the_internal_state.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_an_aggregate_root_it_will_wire_the_events_correctly.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_instantiating_two_of_the_same_aggregate_roots_it_will_wire_the_events_correctly_without_mixing_them_together.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_empty_history_event_collection.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_one_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_loading_an_history_event_collection_containing_two_event.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_multiple_events_gets_published.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_requesting_a_new_object_from_the_repository_that_has_no_virtual_apply_method.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_the_internal_collection_of_published_events_gets_cleared.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Infrastructure/When_updating_the_version.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Properties/AssemblyInfo.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/Test.Fohjin.EventStore.csproj diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestClient.cs diff --git a/Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs b/Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs similarity index 100% rename from Fohjin.DDD.MakeReUseable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs rename to Fohjin.DDD.MakeReusable/Fohjin.EventStore/Test.Fohjin.EventStore/TestExtensions.cs diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.dll b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.dll rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.pdb b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.Core.pdb rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.Core.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb b/Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb rename to Fohjin.DDD.MakeReusable/Lib/CastleDynamicProxy/Castle.DynamicProxy2.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.dll b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.dll rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.pdb b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.Contrib.pdb rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.Contrib.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.dll b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.dll rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.pdb b/Fohjin.DDD.MakeReusable/Lib/Moq/Moq.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/Moq/Moq.pdb rename to Fohjin.DDD.MakeReusable/Lib/Moq/Moq.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.extensions.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.extensions.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.extensions.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.extensions.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.interfaces.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.interfaces.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.core.interfaces.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.core.interfaces.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.framework.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.framework.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.framework.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.framework.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.util.dll b/Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.util.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/NUnit/nunit.util.dll rename to Fohjin.DDD.MakeReusable/Lib/NUnit/nunit.util.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.AutoMocking.dll b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.AutoMocking.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.AutoMocking.dll rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.AutoMocking.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.dll b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.dll similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.dll rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.dll diff --git a/Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.pdb b/Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.pdb similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/StructureMap/StructureMap.pdb rename to Fohjin.DDD.MakeReusable/Lib/StructureMap/StructureMap.pdb diff --git a/Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3.exe b/Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3.exe similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3.exe rename to Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3.exe diff --git a/Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3_analyzer.exe b/Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3_analyzer.exe similarity index 100% rename from Fohjin.DDD.MakeReUseable/Lib/sqlite/sqlite3_analyzer.exe rename to Fohjin.DDD.MakeReusable/Lib/sqlite/sqlite3_analyzer.exe