EventStore.Tools.Infrastructure
2.0.0
See the version list below for details.
dotnet add package EventStore.Tools.Infrastructure --version 2.0.0
NuGet\Install-Package EventStore.Tools.Infrastructure -Version 2.0.0
<PackageReference Include="EventStore.Tools.Infrastructure" Version="2.0.0" />
paket add EventStore.Tools.Infrastructure --version 2.0.0
#r "nuget: EventStore.Tools.Infrastructure, 2.0.0"
// Install EventStore.Tools.Infrastructure as a Cake Addin #addin nuget:?package=EventStore.Tools.Infrastructure&version=2.0.0 // Install EventStore.Tools.Infrastructure as a Cake Tool #tool nuget:?package=EventStore.Tools.Infrastructure&version=2.0.0
This library is used to build Event Sourced components interacting with EventStore (GetEventStore)
Product | Versions 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. |
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,565 | 4/17/2017 |
2.0.1 | 1,071 | 4/17/2017 |
2.0.0 | 1,283 | 4/17/2017 |
1.3.8 | 1,193 | 10/30/2016 |
1.3.7 | 1,146 | 10/21/2016 |
1.3.6 | 1,131 | 10/21/2016 |
1.3.5 | 1,129 | 10/21/2016 |
1.3.4 | 1,294 | 9/14/2016 |
1.3.3 | 1,386 | 9/13/2016 |
1.3.2 | 1,139 | 9/1/2016 |
1.3.1 | 1,257 | 8/31/2016 |
1.3.0 | 1,290 | 8/25/2016 |
1.2.9 | 1,243 | 8/23/2016 |
1.2.8 | 1,246 | 8/22/2016 |
1.2.7 | 1,253 | 8/22/2016 |
1.2.5 | 1,108 | 8/19/2016 |
1.2.4 | 1,264 | 8/18/2016 |
1.2.3 | 1,105 | 8/16/2016 |
1.2.2 | 1,028 | 8/13/2016 |
1.2.1 | 1,125 | 8/8/2016 |
1.2.0 | 1,271 | 8/2/2016 |
1.1.0 | 2,099 | 8/2/2016 |
1.0.0 | 1,116 | 7/29/2016 |
Removed the external dependencies; added the correlationId to the metadata of events; removed the Id from the base Event; renamed Event, Command, Message types; changed the signature of Save method in the DomainRepository