Mongodb 1.7.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Mongodb --version 1.7.1
NuGet\Install-Package Mongodb -Version 1.7.1
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" Version="1.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mongodb --version 1.7.1
#r "nuget: Mongodb, 1.7.1"
#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 as a Cake Addin
#addin nuget:?package=Mongodb&version=1.7.1

// Install Mongodb as a Cake Tool
#tool nuget:?package=Mongodb&version=1.7.1

MongoDB  is a scalable, high-performance, open source NoSQL database. Written in C++, MongoDB features:

Document-Oriented Storage »
 JSON-style documents with dynamic schemas offer simplicity and power.
Full Index Support »
 Index on any attribute, just like you're used to.
Replication & High Availability »
 Mirror across LANs and WANs for scale and peace of mind.
Auto-Sharding »
 Scale horizontally without compromising functionality.
Querying »
 Rich, document-based queries.
Fast In-Place Updates »
 Atomic modifiers for contention-free performance.
Map/Reduce »
 Flexible aggregation and data processing.
GridFS »
 Store files of any size without complicating your stack.
Commercial Support »
 Enterprise class support, training, and consulting available.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

C# Driver Version 1.7.1 Release Notes
=====================================

This is a minor release. The only change is to strictly enforce the
MaxConnectionIdleTime and MaxConnectionLifeTime settings. These used to be
loosely enforced, and connections were sometimes allowed to be used for a
bit longer. However, in certain environments (some firewalls, and in particular
in Windows Azure) connections that exceed the limits by even a little bit are
guaranteed to fail, so it is much safer to enforce these values strictly.

An online version of these release notes is available at:
https://github.com/mongodb/mongo-csharp-driver/blob/v1.7.1/Release%20Notes/Release%20Notes%20v1.7.1.md