|
1 | 1 | { |
2 | | - "version": "1.5.0-prerelease", |
| 2 | + "version": "1.5.0.2", |
3 | 3 | "title": "SharpRepository for MongoDb", |
4 | 4 | "authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ], |
5 | 5 | "description": "SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.!", |
|
9 | 9 | "win": {} |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "SharpRepository.Repository": "1.5.0-prerelease", |
| 12 | + "SharpRepository.Repository": "1.5.0.2", |
13 | 13 | "MongoDB.Bson": "2.4.3", |
14 | 14 | "MongoDB.Driver": "2.4.3", |
15 | 15 | "MongoDB.Driver.Core": "2.4.3", |
|
18 | 18 | "packOptions": { |
19 | 19 | "summary": "SharpRepository: EntityFramework repository pattern implementation for C#", |
20 | 20 | "tags": [ "SharpRepository", "Repository", "MongoDb" ], |
21 | | - "releaseNotes": "Version 1.5.0-prerelease: upgraded to .net 452, upgraded Mongo.Driver to 2.4.3", |
22 | | - "iconUrl": "https://cloud.githubusercontent.com/assets/2690653/26342225/79903c5e-3f97-11e7-810b-8bd77ddb4ac3.png", |
| 21 | + "releaseNotes": "Version 1.5.0.2: release", |
| 22 | + "iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png", |
23 | 23 | "projectUrl": "https://github.com/SharpRepository/SharpRepository", |
24 | 24 | "licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt", |
25 | 25 | "requireLicenseAcceptance": false, |
|
0 commit comments