MongoDB.Kennedy.Concurrency 1.0.12

dotnet add package MongoDB.Kennedy.Concurrency --version 1.0.12
NuGet\Install-Package MongoDB.Kennedy.Concurrency -Version 1.0.12
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="MongoDB.Kennedy.Concurrency" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MongoDB.Kennedy.Concurrency --version 1.0.12
#r "nuget: MongoDB.Kennedy.Concurrency, 1.0.12"
#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 MongoDB.Kennedy.Concurrency as a Cake Addin
#addin nuget:?package=MongoDB.Kennedy.Concurrency&version=1.0.12

// Install MongoDB.Kennedy.Concurrency as a Cake Tool
#tool nuget:?package=MongoDB.Kennedy.Concurrency&version=1.0.12

This library is for adding optimistic concurrency control to MongoDB using techniques similar to Entity Framework as well as adding basic DbContext type of functionality to your applications.

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.

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.0.12 16,661 10/30/2014
1.0.10 1,437 3/4/2014
1.0.8 1,357 2/28/2014
1.0.7 1,356 5/28/2013
1.0.6 1,308 4/16/2013
1.0.5 1,175 4/10/2013
1.0.4 1,201 4/10/2013
1.0.3 1,197 4/10/2013
1.0.2 1,194 4/10/2013
1.0.1 1,144 4/10/2013
1.0.0 1,164 4/10/2013

Updated library to use the latest MongoDB driver (1.9.2).