@@ -12,32 +12,32 @@ If you like or are using this project to learn or start your solution, please gi
1212
1313 | Package | NuGet |
1414 | ------- | ------- |
15- | MongoDB.Data.Infrastructure.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Infrastructure.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.Infrastructure.Abstractions/1.7.0 ) |
16- | MongoDB.Data.QueryBuilder.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.QueryBuilder.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.QueryBuilder.Abstractions/1.7.0 ) |
17- | MongoDB.Data.Repository.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Repository.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.Repository.Abstractions/1.7.0 ) |
18- | MongoDB.Data.UnitOfWork.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.UnitOfWork.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.UnitOfWork.Abstractions/1.7.0 ) |
15+ | MongoDB.Data.Infrastructure.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Infrastructure.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.Infrastructure.Abstractions/1.7.1 ) |
16+ | MongoDB.Data.QueryBuilder.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.QueryBuilder.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.QueryBuilder.Abstractions/1.7.1 ) |
17+ | MongoDB.Data.Repository.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Repository.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.Repository.Abstractions/1.7.1 ) |
18+ | MongoDB.Data.UnitOfWork.Abstractions | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.UnitOfWork.Abstractions )] ( https://www.nuget.org/packages/MongoDB.Data.UnitOfWork.Abstractions/1.7.1 ) |
1919 | ------- | ------- |
20- | MongoDB.Data.Generators | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Generators )] ( https://www.nuget.org/packages/MongoDB.Data.Generators/1.7.0 ) |
21- | MongoDB.Data.Infrastructure | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Infrastructure )] ( https://www.nuget.org/packages/MongoDB.Data.Infrastructure/1.7.0 ) |
22- | MongoDB.Data.QueryBuilder | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.QueryBuilder )] ( https://www.nuget.org/packages/MongoDB.Data.QueryBuilder/1.7.0 ) |
23- | MongoDB.Data.Repository | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Repository )] ( https://www.nuget.org/packages/MongoDB.Data.Repository/1.7.0 ) |
24- | MongoDB.Data.UnitOfWork | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.0 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.UnitOfWork )] ( https://www.nuget.org/packages/MongoDB.Data.UnitOfWork/1.7.0 ) |
20+ | MongoDB.Data.Generators | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Generators )] ( https://www.nuget.org/packages/MongoDB.Data.Generators/1.7.1 ) |
21+ | MongoDB.Data.Infrastructure | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Infrastructure )] ( https://www.nuget.org/packages/MongoDB.Data.Infrastructure/1.7.1 ) |
22+ | MongoDB.Data.QueryBuilder | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.QueryBuilder )] ( https://www.nuget.org/packages/MongoDB.Data.QueryBuilder/1.7.1 ) |
23+ | MongoDB.Data.Repository | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.Repository )] ( https://www.nuget.org/packages/MongoDB.Data.Repository/1.7.1 ) |
24+ | MongoDB.Data.UnitOfWork | [ ![ Nuget] ( https://img.shields.io/badge/nuget-v1.7.1 -blue ) ![ Nuget] ( https://img.shields.io/nuget/dt/MongoDB.Data.UnitOfWork )] ( https://www.nuget.org/packages/MongoDB.Data.UnitOfWork/1.7.1 ) |
2525
2626## Installation
2727
2828MongoDB.DataAccess is available on Nuget.
2929
3030```
31- Install-Package MongoDB.Data.Infrastructure.Abstractions -Version 1.7.0
32- Install-Package MongoDB.Data.QueryBuilder.Abstractions -Version 1.7.0
33- Install-Package MongoDB.Data.Repository.Abstractions -Version 1.7.0
34- Install-Package MongoDB.Data.UnitOfWork.Abstractions -Version 1.7.0
35-
36- Install-Package MongoDB.Data.Generators -Version 1.7.0
37- Install-Package MongoDB.Data.Infrastructure -Version 1.7.0
38- Install-Package MongoDB.Data.QueryBuilder -Version 1.7.0
39- Install-Package MongoDB.Data.Repository -Version 1.7.0
40- Install-Package MongoDB.Data.UnitOfWork -Version 1.7.0
31+ Install-Package MongoDB.Data.Infrastructure.Abstractions -Version 1.7.1
32+ Install-Package MongoDB.Data.QueryBuilder.Abstractions -Version 1.7.1
33+ Install-Package MongoDB.Data.Repository.Abstractions -Version 1.7.1
34+ Install-Package MongoDB.Data.UnitOfWork.Abstractions -Version 1.7.1
35+
36+ Install-Package MongoDB.Data.Generators -Version 1.7.1
37+ Install-Package MongoDB.Data.Infrastructure -Version 1.7.1
38+ Install-Package MongoDB.Data.QueryBuilder -Version 1.7.1
39+ Install-Package MongoDB.Data.Repository -Version 1.7.1
40+ Install-Package MongoDB.Data.UnitOfWork -Version 1.7.1
4141```
4242
4343** P.S.: MongoDB.Data.UnitOfWork depends on the other packages, so installing this package is enough.**
0 commit comments