EventStore.RavenDb
1.1.17.33
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EventStore.RavenDb --version 1.1.17.33
NuGet\Install-Package EventStore.RavenDb -Version 1.1.17.33
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.RavenDb" Version="1.1.17.33" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventStore.RavenDb --version 1.1.17.33
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EventStore.RavenDb, 1.1.17.33"
#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.RavenDb as a Cake Addin #addin nuget:?package=EventStore.RavenDb&version=1.1.17.33 // Install EventStore.RavenDb as a Cake Tool #tool nuget:?package=EventStore.RavenDb&version=1.1.17.33
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EventStore.RavenDb is a very light weight event sourcing inspired by JOliver EventStore. It uses RavenDb document as an aggregate root and it stores all events as a collection within a single document. It supports simple Sync dispatcher, implements IPipelineHook, IUpconvertEvents and IRepository from CommonDomain.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- RavenDB.Client (>= 2.5.2750)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.4 | 2,581 | 11/7/2016 |
1.1.22.42 | 2,188 | 6/16/2015 |
1.1.21.41 | 2,009 | 5/21/2015 |
1.1.20.39 | 2,176 | 1/12/2015 |
1.1.20.38 | 2,171 | 1/12/2015 |
1.1.19.37 | 2,339 | 4/21/2014 |
1.1.18.34 | 2,126 | 3/9/2014 |
1.1.17.33 | 2,273 | 12/4/2013 |
1.1.16.32 | 2,173 | 9/16/2013 |
1.1.15 | 2,358 | 7/31/2013 |
1.0.14.2 | 2,203 | 7/22/2013 |
1.0.14.1 | 2,162 | 7/22/2013 |
1.0.14 | 2,260 | 7/22/2013 |
1.0.13 | 2,308 | 6/3/2013 |
1.0.12 | 2,224 | 4/27/2013 |
1.0.11 | 2,110 | 4/21/2013 |
1.0.10 | 2,137 | 4/17/2013 |
1.0.9 | 2,216 | 4/16/2013 |
1.0.8 | 2,248 | 4/12/2013 |
1.0.7 | 2,218 | 4/10/2013 |
1.0.6 | 2,131 | 4/10/2013 |
1.0.5 | 2,136 | 4/10/2013 |
1.0.4 | 2,216 | 4/2/2013 |
1.0.3 | 2,129 | 4/2/2013 |
1.0.2 | 2,163 | 4/2/2013 |
1.0.1 | 2,136 | 3/31/2013 |
1.0.0 | 2,176 | 3/29/2013 |
updated to RavenDb 2.5.2750
removed log4net