MongoRepository 1.3.1
See the version list below for details.
dotnet add package MongoRepository --version 1.3.1
NuGet\Install-Package MongoRepository -Version 1.3.1
<PackageReference Include="MongoRepository" Version="1.3.1" />
<PackageVersion Include="MongoRepository" Version="1.3.1" />
<PackageReference Include="MongoRepository" />
paket add MongoRepository --version 1.3.1
#r "nuget: MongoRepository, 1.3.1"
#:package MongoRepository@1.3.1
#addin nuget:?package=MongoRepository&version=1.3.1
#tool nuget:?package=MongoRepository&version=1.3.1
An easy to use library to use MongoDB with .NET. (Implements Repository pattern on top of Official MongoDB C# driver with use of FluentMongo).
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- mongocsharpdriver (= 1.4.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MongoRepository:
| Package | Downloads |
|---|---|
|
AppBlocks.Models
The BASE of ALL THE THINGS |
|
|
DaoMongo
Dao para utilização do mongo db - utiliza recursos do projeto mongorepository |
|
|
BinbinMessageQueue
BinbinMessageQueue |
|
|
getAddress.Sequence.Mongo
A multiple instance and thread safe unique number sequence generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.6.11 | 77,971 | 3/31/2016 | |
| 1.6.10 | 16,606 | 11/20/2015 | |
| 1.6.9 | 6,144 | 10/9/2015 | |
| 1.6.8 | 32,940 | 2/3/2015 | |
| 1.6.7.1 | 7,656 | 11/27/2014 | |
| 1.6.6 | 7,966 | 8/18/2014 | |
| 1.6.5 | 5,896 | 5/20/2014 | |
| 1.6.4 | 4,037 | 4/8/2014 | |
| 1.6.3 | 7,601 | 2/5/2014 | |
| 1.6.2 | 5,428 | 12/11/2013 | |
| 1.6.1 | 3,515 | 10/25/2013 | |
| 1.6.0 | 2,161 | 10/25/2013 | |
| 1.5.2 | 3,579 | 8/7/2013 | |
| 1.5.1 | 3,165 | 7/9/2013 | |
| 1.5.0 | 4,484 | 6/11/2013 | |
| 1.4.3 | 3,270 | 4/10/2013 | |
| 1.4.2 | 2,467 | 4/3/2013 | |
| 1.4.1 | 4,504 | 11/28/2012 | |
| 1.3.1 | 5,672 | 6/1/2012 |
Added [DataContract] to Entity, [DataMember] to it's Id property. Also updated to 1.4.2 MongoDB driver (requiring, from now on, a specific version).