Cqrs.EventStore
2.4.1639.856
Install-Package Cqrs.EventStore -Version 2.4.1639.856
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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 | 834 | 8/17/2018 |
2.4.1622.842 | 710 | 6/29/2018 |
2.4.1621.841 | 800 | 6/24/2018 |
2.4.1619.839 | 837 | 6/24/2018 |
2.3.1595.820 | 786 | 3/29/2018 |
2.3.1584.809 | 774 | 3/20/2018 |
2.3.1583.808 | 755 | 3/20/2018 |
2.3.1581.806 | 785 | 3/15/2018 |
2.3.1580.805 | 714 | 3/8/2018 |
2.3.1579.804 | 782 | 3/8/2018 |
2.3.1572.797 | 794 | 2/19/2018 |
2.2.1466.702 | 761 | 9/18/2017 |
2.2.1440.678 | 747 | 8/1/2017 |
2.2.1428.666 | 765 | 7/25/2017 |
2.2.1410.652 | 748 | 7/23/2017 |
2.2.1405.647 | 769 | 7/21/2017 |
2.1.1347.590 | 764 | 6/23/2017 |
2.0.1317.561 | 740 | 6/6/2017 |
1.601.1007 | 914 | 5/24/2016 |
1.601.954 | 816 | 5/2/2016 |
1.601.790 | 866 | 2/23/2016 |
1.601.787 | 960 | 11/2/2015 |
1.500.403.298 | 2,390 | 11/15/2014 |
1.500.395.288 | 1,202 | 11/7/2014 |
1.500.393.286 | 1,483 | 11/5/2014 |
1.500.368.263 | 1,451 | 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