MongoSessionStateStore 2.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoSessionStateStore --version 2.1.0
NuGet\Install-Package MongoSessionStateStore -Version 2.1.0
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="MongoSessionStateStore" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MongoSessionStateStore --version 2.1.0
#r "nuget: MongoSessionStateStore, 2.1.0"
#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 MongoSessionStateStore as a Cake Addin
#addin nuget:?package=MongoSessionStateStore&version=2.1.0

// Install MongoSessionStateStore as a Cake Tool
#tool nuget:?package=MongoSessionStateStore&version=2.1.0

This package allows to store session data in MongoDB Replica Set. This data server distribution provides high availability for your web app and the possibility to distribute session data in a different servers and locations. If primary server fails, the application will still alive during the usual time needed to elect another server as a primary. For further information visit the documentation available in project URL. The source code contains several passed test cases.

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
4.3.0 9,290 2/25/2018
4.2.1 4,172 12/17/2016
4.2.0 1,896 10/2/2016
4.1.0 1,308 6/4/2016
4.0.0 1,189 2/10/2016
3.2.0 1,064 1/23/2016
3.1.0 1,462 12/23/2015
3.0.0 1,314 12/23/2015
2.1.0 1,305 12/19/2015
2.0.2 1,133 12/12/2015
2.0.1 1,478 8/8/2015
2.0.0 1,204 4/16/2015
1.0.0 2,016 2/23/2015

Updated MongoDB.Driver package dependency. This release has passed all test cases using MongoDB.Driver with versions between 2.0.1 and 2.2.0 (both included). Git issue #1.