EventFlow.EventStores.EventStore by rasmus

<PackageReference Include="EventFlow.EventStores.EventStore" Version="0.11.751" />

 EventFlow.EventStores.EventStore 0.11.751

Event Store event store for EventFlow. Download it from https://geteventstore.com/.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>EventFlow.EventStores.EventStore</id>
    <version>0.11.751</version>
    <title>EventFlow - Event Store event store</title>
    <authors>rasmus</authors>
    <owners>rasmus</owners>
    <licenseUrl>https://raw.githubusercontent.com/rasmus/EventFlow/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/rasmus/EventFlow</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/rasmus/EventFlow/master/icon-256.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>Event Store event store for EventFlow. Download it from https://geteventstore.com/.</description>
    <releaseNotes>Breaking: `EventFlowOptions.AddDefaults(...)` now also adds event
definitions
New: [RabbitMQ](http://www.rabbitmq.com/) is now supported through the new
NuGet package called `EventFlow.RabbitMQ` which enables domain events to be
published to the bus
New: If you want to subscribe to all domain events, you can implement
and register a service that implements `ISubscribeSynchronousToAll`. Services
that implement this will automatically be added using the
`AddSubscribers(...)` or `AddDefaults(...)` extension to `EventFlowOptions`
New: Use `EventFlowOptions.UseAutofacAggregateRootFactory(...)` to use an
Autofac aggregate root factory, enabling you to use services in your
aggregate root constructor
New: Use `EventFlowOptions.UseResolverAggregateRootFactory()` to use the
resolver to create aggregate roots. Same as
`UseAutofacAggregateRootFactory(...)` but for when using the internal IoC
container
New: Use `EventFlowOptions.AddAggregateRoots(...)` to register aggregate root
types
New: Use `IServiceRegistration.RegisterType(...)` to register services by
type</releaseNotes>
    <copyright>Copyright (c) 2015 Rasmus Mikkelsen</copyright>
    <language>en-US</language>
    <tags>CQRS ES event sourceing store eventstore</tags>
    <dependencies>
      <dependency id="EventFlow" version="[0.11.751]" />
      <dependency id="EventStore.Client" version="3.0.2" />
    </dependencies>
  </metadata>
</package>