MongoRepository 1.6.1
See the version list below for details.
dotnet add package MongoRepository --version 1.6.1
NuGet\Install-Package MongoRepository -Version 1.6.1
<PackageReference Include="MongoRepository" Version="1.6.1" />
<PackageVersion Include="MongoRepository" Version="1.6.1" />
<PackageReference Include="MongoRepository" />
paket add MongoRepository --version 1.6.1
#r "nuget: MongoRepository, 1.6.1"
#addin nuget:?package=MongoRepository&version=1.6.1
#tool nuget:?package=MongoRepository&version=1.6.1
This easy to use library implements the repository pattern on top of Official MongoDB C# driver.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- mongocsharpdriver (= 1.8.3)
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 | 75,743 | 3/31/2016 | |
1.6.10 | 15,977 | 11/20/2015 | |
1.6.9 | 5,879 | 10/9/2015 | |
1.6.8 | 32,230 | 2/3/2015 | |
1.6.7.1 | 7,290 | 11/27/2014 | |
1.6.6 | 7,669 | 8/18/2014 | |
1.6.5 | 5,623 | 5/20/2014 | |
1.6.4 | 3,772 | 4/8/2014 | |
1.6.3 | 7,208 | 2/5/2014 | |
1.6.2 | 5,145 | 12/11/2013 | |
1.6.1 | 3,246 | 10/25/2013 | |
1.6.0 | 1,899 | 10/25/2013 | |
1.5.2 | 3,315 | 8/7/2013 | |
1.5.1 | 2,890 | 7/9/2013 | |
1.5.0 | 4,205 | 6/11/2013 | |
1.4.3 | 2,999 | 4/10/2013 | |
1.4.2 | 2,196 | 4/3/2013 | |
1.4.1 | 4,238 | 11/28/2012 | |
1.4.0 | 2,100 | 11/25/2012 | |
1.3.4 | 2,385 | 11/6/2012 | |
1.3.3 | 3,406 | 9/4/2012 | |
1.3.2 | 2,398 | 7/11/2012 | |
1.3.1 | 5,360 | 6/1/2012 | |
1.3.0 | 3,117 | 4/20/2012 | |
1.2.4 | 2,317 | 2/22/2012 | |
1.2.3 | 2,175 | 1/27/2012 | |
1.2.2 | 2,208 | 12/20/2011 | |
1.2.1 | 2,073 | 12/14/2011 | |
1.2.0 | 2,024 | 12/14/2011 | |
1.1.5 | 2,035 | 12/14/2011 | |
1.1.0 | 2,147 | 12/13/2011 | |
1.0.0 | 5,521 | 12/6/2011 |
Updated to MongoCSharp driver 1.8.3.9 (discussion 461602),
Added constructor parameters to override collectionnames (discussion 456452),
IEntity<T> support (discussion 454482)
Hotfix for 1.6.0: Added back IRepository<T> and IRepositoryManager<T> interfaces to restore backward compatibility