Skip to content

Commit 71b1fb9

Browse files
committed
EfRepository release 1.5.0.4 Fix for nullable foreign key as cache partition #121
1 parent 62d47d2 commit 71b1fb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SharpRepository.EfRepository/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.0.3",
2+
"version": "1.5.0.4",
33
"title": "SharpRepository for EF",
44
"authors": [ "Ben Griswold", "Jeff Treuting", "Fairway Technologies" ],
55
"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.!",
@@ -15,7 +15,7 @@
1515
"packOptions": {
1616
"summary": "SharpRepository: EntityFramework repository pattern implementation for C#",
1717
"tags": [ "SharpRepository", "Repository", "EF", "EntityFramework", "EF6" ],
18-
"releaseNotes": "Version 1.5.0.3: Added possibility to disable Key generation with GenerateKeyOnAdd option #174, generation can't be disabled on SQL Server identity keys",
18+
"releaseNotes": "Version 1.5.0.4: Fix for nullable foreign key as cache partition #121",
1919
"iconUrl": "https://user-images.githubusercontent.com/6349515/28491142-7b6350c4-6eeb-11e7-9c5b-e3b8ef1e73b8.png",
2020
"projectUrl": "https://github.com/SharpRepository/SharpRepository",
2121
"licenseUrl": "https://raw.githubusercontent.com/SharpRepository/SharpRepository/develop/license.txt",

0 commit comments

Comments
 (0)