Cqrs.MongoDB
2.4.1639.856
dotnet add package Cqrs.MongoDB --version 2.4.1639.856
NuGet\Install-Package Cqrs.MongoDB -Version 2.4.1639.856
<PackageReference Include="Cqrs.MongoDB" Version="2.4.1639.856" />
paket add Cqrs.MongoDB --version 2.4.1639.856
#r "nuget: Cqrs.MongoDB, 2.4.1639.856"
// Install Cqrs.MongoDB as a Cake Addin #addin nuget:?package=Cqrs.MongoDB&version=2.4.1639.856 // Install Cqrs.MongoDB as a Cake Tool #tool nuget:?package=Cqrs.MongoDB&version=2.4.1639.856
Use MongoDB as the read store and data store in CQRS.NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- cdmdotnet.Logging (>= 1.2.100.77)
- cdmdotnet.StateManagement (>= 3.0.13.9)
- Cqrs (= 2.4.1639.856)
- MongoDB.Driver (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Cqrs.MongoDB:
Package | Downloads |
---|---|
Cqrs.Ninject.MongoDB
Use Ninject as your IoC container of choice with MongoDB for CQRS.NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.4.1639.856 | 1,242 | 8/17/2018 |
2.4.1622.842 | 1,147 | 6/29/2018 |
2.4.1621.841 | 1,201 | 6/24/2018 |
2.4.1619.839 | 1,252 | 6/24/2018 |
2.3.1595.820 | 1,144 | 3/29/2018 |
2.3.1584.809 | 1,138 | 3/20/2018 |
2.3.1583.808 | 1,172 | 3/20/2018 |
2.3.1581.806 | 1,235 | 3/15/2018 |
2.3.1580.805 | 1,119 | 3/8/2018 |
2.3.1579.804 | 1,203 | 3/8/2018 |
2.3.1572.797 | 1,184 | 2/19/2018 |
2.2.1466.702 | 1,182 | 9/18/2017 |
2.2.1440.678 | 1,143 | 8/1/2017 |
2.2.1428.666 | 1,175 | 7/25/2017 |
2.2.1410.652 | 1,173 | 7/23/2017 |
2.2.1405.647 | 1,147 | 7/21/2017 |
2.1.1347.590 | 1,223 | 6/23/2017 |
2.0.1317.561 | 1,181 | 6/6/2017 |
1.601.1108.447 | 1,272 | 11/5/2016 |
Version 2.3
* 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
* Fixed a bug in connection string handling
* Added support for snapshots.
Version 2.2
* Switched to the standardised application setting key naming convention while maintaining backwards compatibility.
* Added an optional configuration setting Cqrs.MongoDb.EventStore.ThrowExceptionsOnIndexPreparation that allows you to disable exceptions if the connection doesn't have enough permissions to change indexes.
Version 2.0
* New