Cqrs.EventStore
2.4.1639.856
dotnet add package Cqrs.EventStore --version 2.4.1639.856
NuGet\Install-Package Cqrs.EventStore -Version 2.4.1639.856
<PackageReference Include="Cqrs.EventStore" Version="2.4.1639.856" />
paket add Cqrs.EventStore --version 2.4.1639.856
#r "nuget: Cqrs.EventStore, 2.4.1639.856"
// Install Cqrs.EventStore as a Cake Addin #addin nuget:?package=Cqrs.EventStore&version=2.4.1639.856 // Install Cqrs.EventStore as a Cake Tool #tool nuget:?package=Cqrs.EventStore&version=2.4.1639.856
Use Greg Young's event store as the Event Store in CQRS.NET
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. |
-
- Cqrs (= 2.4.1639.856)
- EventStore.Client (>= 3.0.2)
- Newtonsoft.Json (>= 6.0.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cqrs.EventStore:
Package | Downloads |
---|---|
Cqrs.Ninject.EventStore
Use Ninject as your IoC container of choice with Greg Young's Event Store for CQRS.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.1639.856 | 1,454 | 8/17/2018 |
2.4.1622.842 | 1,168 | 6/29/2018 |
2.4.1621.841 | 1,296 | 6/24/2018 |
2.4.1619.839 | 1,373 | 6/24/2018 |
2.3.1595.820 | 1,296 | 3/29/2018 |
2.3.1584.809 | 1,320 | 3/20/2018 |
2.3.1583.808 | 1,317 | 3/20/2018 |
2.3.1581.806 | 1,296 | 3/15/2018 |
2.3.1580.805 | 1,189 | 3/8/2018 |
2.3.1579.804 | 1,306 | 3/8/2018 |
2.3.1572.797 | 1,322 | 2/19/2018 |
2.2.1466.702 | 1,266 | 9/18/2017 |
2.2.1440.678 | 1,266 | 8/1/2017 |
2.2.1428.666 | 1,236 | 7/25/2017 |
2.2.1410.652 | 1,224 | 7/23/2017 |
2.2.1405.647 | 1,279 | 7/21/2017 |
2.1.1347.590 | 1,276 | 6/23/2017 |
2.0.1317.561 | 1,265 | 6/6/2017 |
1.601.1007 | 1,460 | 5/24/2016 |
1.601.954 | 1,375 | 5/2/2016 |
1.601.790 | 1,364 | 2/23/2016 |
1.601.787 | 1,455 | 11/2/2015 |
1.500.403.298 | 3,317 | 11/15/2014 |
1.500.395.288 | 1,922 | 11/7/2014 |
1.500.393.286 | 2,239 | 11/5/2014 |
1.500.368.263 | 2,014 | 11/3/2014 |
Version 2.3
* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
* Added GetToVersion To the EventStore so you can get events up to a set version
* Added GetToDate To the EventStore so you can get events up to a specific date
* Added GetBetweenDates To the EventStore so you can get events between specific dates
Version 1.0
* New