Skip to content

Commit 106a90c

Browse files
author
Jeff Treuting
committed
New nuget 1.3.2 package
Includes convention override ability, FetchStrategy improvement so you can use an Expression for multiple levels deep, and a FetchStrategy bug fix for the Find method
1 parent e701690 commit 106a90c

28 files changed

Lines changed: 30 additions & 54 deletions

File tree

SharpRepository.Ioc.Unity/Class1.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.

SharpRepository.Ioc.Windsor/Class1.cs

Lines changed: 0 additions & 12 deletions
This file was deleted.
Binary file not shown.

nuget/SharpRepository.CacheRepository/SharpRepository.CacheRepository.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<package >
33
<metadata>
44
<id>SharpRepository.CacheRepository</id>
5-
<version>1.3.1.0</version>
5+
<version>1.3.2.0</version>
66
<title>SharpRepository for Cache</title>
77
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
88
<owners>jtreuting, bgriswold</owners>
99
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl>
1010
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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.</description>
13-
<releaseNotes>Added Exists, TryFind and TryGet methods</releaseNotes>
13+
<releaseNotes>Convention overrides, FetchStrategy improvement and bug fix</releaseNotes>
1414
<copyright>Copyright 2013</copyright>
1515
<tags>SharpRepository Repository Cache</tags>
1616
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.2.0.0" />
17+
<dependency id="SharpRepository.Repository" version="1.3.2.0" />
1818
</dependencies>
1919
</metadata>
2020
<files>

nuget/SharpRepository.CacheRepository/SharpRepository.CacheRepository.nuspec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2013</copyright>
1515
<tags>SharpRepository Repository Cache</tags>
1616
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.2.0.0" />
17+
<dependency id="SharpRepository.Repository" version="1.3.2.0" />
1818
</dependencies>
1919
</metadata>
2020
<files>
Binary file not shown.

nuget/SharpRepository.Caching.Memcached/SharpRepository.Caching.Memcached.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>SharpRepository.Caching.Memcached</id>
5-
<version>1.3.1.0</version>
5+
<version>1.3.2.0</version>
66
<title>SharpRepository Caching Provider for Memcached</title>
77
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
88
<owners>jtreuting, bgriswold</owners>
99
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl>
1010
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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.</description>
13-
<releaseNotes>Added Exists, TryFind and TryGet methods</releaseNotes>
13+
<releaseNotes>Convention overrides, FetchStrategy improvement and bug fix</releaseNotes>
1414
<copyright>Copyright 2013</copyright>
1515
<tags>SharpRepository Repository Caching Memcached</tags>
1616
<dependencies>
Binary file not shown.

nuget/SharpRepository.Caching.Redis/SharpRepository.Caching.Redis.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<package >
33
<metadata>
44
<id>SharpRepository.Caching.Redis</id>
5-
<version>1.3.1.0</version>
5+
<version>1.3.2.0</version>
66
<title>SharpRepository Caching Provider for Redis</title>
77
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
88
<owners>jtreuting, bgriswold</owners>
99
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl>
1010
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<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.</description>
13-
<releaseNotes>Added Exists, TryFind and TryGet methods</releaseNotes>
13+
<releaseNotes>Convention overrides, FetchStrategy improvement and bug fix</releaseNotes>
1414
<copyright>Copyright 2013</copyright>
1515
<tags>SharpRepository Repository Caching Redis</tags>
1616
<dependencies>
Binary file not shown.

0 commit comments

Comments
 (0)