EventStore.Tools.Infrastructure by Riccardo Di Nuzzo

<PackageReference Include="EventStore.Tools.Infrastructure" Version="2.1.0" />

 EventStore.Tools.Infrastructure 2.1.0

This library is used to build Event Sourced components interacting with EventStore (GetEventStore)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>EventStore.Tools.Infrastructure</id>
    <version>2.1.0</version>
    <title>EventStore.Tools.Infrastructure</title>
    <authors>Riccardo Di Nuzzo</authors>
    <owners>Riccardo Di Nuzzo</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/riccardone/EventStore.Tools.Infrastructure/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/riccardone/EventStore.Tools.Infrastructure</projectUrl>
    <description>This library is used to build Event Sourced components interacting with EventStore (GetEventStore)</description>
    <releaseNotes>Changed the signature of the Save method in the IDomainRepository interface: no need to pass the correlationId separately, use the AggregateId</releaseNotes>
    <copyright>Copyright 2017</copyright>
    <tags>GetEventStore DomainRepository Aggregate Command Handlers EventStore</tags>
    <dependencies />
  </metadata>
</package>