EventStore.RavenDb 1.1.20.39

dotnet add package EventStore.RavenDb --version 1.1.20.39
                    
NuGet\Install-Package EventStore.RavenDb -Version 1.1.20.39
                    
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.20.39" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EventStore.RavenDb" Version="1.1.20.39" />
                    
Directory.Packages.props
<PackageReference Include="EventStore.RavenDb" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EventStore.RavenDb --version 1.1.20.39
                    
#r "nuget: EventStore.RavenDb, 1.1.20.39"
                    
#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.
#addin nuget:?package=EventStore.RavenDb&version=1.1.20.39
                    
Install EventStore.RavenDb as a Cake Addin
#tool nuget:?package=EventStore.RavenDb&version=1.1.20.39
                    
Install EventStore.RavenDb as a Cake Tool

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 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.20.39 138 1/12/2015
1.1.20.38 46 1/12/2015
1.1.19.37 94 4/21/2014
1.1.18.34 54 3/9/2014
1.1.17.33 55 12/4/2013
1.1.16.32 55 9/16/2013
1.1.15 55 7/31/2013
1.0.14.2 55 7/22/2013
1.0.14.1 54 7/22/2013
1.0.14 54 7/22/2013
1.0.13 52 6/3/2013
1.0.12 51 4/27/2013
1.0.11 50 4/21/2013
1.0.10 49 4/17/2013
1.0.9 50 4/16/2013
1.0.8 50 4/12/2013
1.0.7 52 4/10/2013
1.0.6 50 4/10/2013
1.0.5 51 4/10/2013
1.0.4 50 4/2/2013
1.0.3 55 4/2/2013
1.0.2 49 4/2/2013
1.0.1 49 3/31/2013
1.0.0 50 3/29/2013

updated to RavenDb 3.0.3528