EventStore.Tools.Infrastructure 2.1.0

dotnet add package EventStore.Tools.Infrastructure --version 2.1.0
NuGet\Install-Package EventStore.Tools.Infrastructure -Version 2.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EventStore.Tools.Infrastructure" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventStore.Tools.Infrastructure --version 2.1.0
#r "nuget: EventStore.Tools.Infrastructure, 2.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EventStore.Tools.Infrastructure as a Cake Addin
#addin nuget:?package=EventStore.Tools.Infrastructure&version=2.1.0

// Install EventStore.Tools.Infrastructure as a Cake Tool
#tool nuget:?package=EventStore.Tools.Infrastructure&version=2.1.0

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

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EventStore.Tools.Infrastructure:

Package Downloads
EventStore.Tools.Infrastructure.Repository

This library contains an EventStoreDomainRepository based on a DomainRepository base class contained in EventStore.Tools.Infrastructure.Repository library. The two libraries combined are used to build Event Sourced components interacting with EventStore (GetEventStore)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 1,501 4/17/2017
2.0.1 1,048 4/17/2017
2.0.0 1,246 4/17/2017
1.3.8 1,171 10/30/2016
1.3.7 1,123 10/21/2016
1.3.6 1,111 10/21/2016
1.3.5 1,108 10/21/2016
1.3.4 1,270 9/14/2016
1.3.3 1,363 9/13/2016
1.3.2 1,117 9/1/2016
1.3.1 1,234 8/31/2016
1.3.0 1,267 8/25/2016
1.2.9 1,220 8/23/2016
1.2.8 1,224 8/22/2016
1.2.7 1,232 8/22/2016
1.2.5 1,095 8/19/2016
1.2.4 1,239 8/18/2016
1.2.3 1,083 8/16/2016
1.2.2 1,008 8/13/2016
1.2.1 1,103 8/8/2016
1.2.0 1,248 8/2/2016
1.1.0 2,073 8/2/2016
1.0.0 1,104 7/29/2016

Changed the signature of the Save method in the IDomainRepository interface: no need to pass the correlationId separately, use the AggregateId