Updated NuGet packages for 1.1.0.0 · SharpRepository/SharpRepository@7e98e8d · GitHub
Skip to content

Commit 7e98e8d

Browse files
author
Jeff Treuting
committed
Updated NuGet packages for 1.1.0.0
This includes the ability to configure via configuration file.
1 parent f9c35db commit 7e98e8d

14 files changed

Lines changed: 50 additions & 50 deletions
Binary file not shown.

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

Lines changed: 2 additions & 2 deletions
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0"?>
2-
<package >
3-
<metadata>
4-
<id>SharpRepository.Caching.Memcached</id>
5-
<version></version>
6-
<title>SharpRepository Caching Provider for Memcached</title>
7-
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
8-
<owners>jtreuting, bgriswold</owners>
9-
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl>
10-
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
11-
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, Memcache and standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.</description>
13-
<releaseNotes>Initial release</releaseNotes>
14-
<copyright>Copyright 2012</copyright>
15-
<tags>SharpRepository Repository Caching Memcached</tags>
16-
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.0.0.0" />
18-
</dependencies>
19-
</metadata>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.Caching.Memcached</id>
5+
<version></version>
6+
<title>SharpRepository Caching Provider for Memcached</title>
7+
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
8+
<owners>jtreuting, bgriswold</owners>
9+
<licenseUrl>https://github.com/SharpRepository/SharpRepository/blob/develop/license.txt</licenseUrl>
10+
<projectUrl>https://github.com/SharpRepository/SharpRepository</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, Memcache and standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.</description>
13+
<releaseNotes>Initial release</releaseNotes>
14+
<copyright>Copyright 2012</copyright>
15+
<tags>SharpRepository Repository Caching Memcached</tags>
16+
<dependencies>
17+
<dependency id="SharpRepository.Repository" version="1.1.0.0" />
18+
</dependencies>
19+
</metadata>
2020
</package>
Binary file not shown.

nuget/SharpRepository.Caching.Redis/SharpRepository.Caching.Redis.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.Caching.Redis</id>
5-
<version>1.0.2.1</version>
5+
<version>1.1.0.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 and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, Memcache and standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.</description>
13-
<releaseNotes>Redis caching release</releaseNotes>
13+
<releaseNotes>Added ability to configure repository and caching via configuration file</releaseNotes>
1414
<copyright>Copyright 2012</copyright>
1515
<tags>SharpRepository Repository Caching Redis</tags>
1616
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.0.2.0" />
17+
<dependency id="SharpRepository.Repository" version="1.1.0.0" />
1818
</dependencies>
1919
</metadata>
2020
</package>

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

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

nuget/SharpRepository.Ef5Repository/SharpRepository.Ef5Repository.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>SharpRepository.Ef5Repository</id>
5-
<version>1.0.2.1</version>
5+
<version>1.1.0.0</version>
66
<title>SharpRepository for EF5</title>
77
<authors>Ben Griswold, Jeff Treuting, Fairway Technologies</authors>
88
<owners>jtreuting, bgriswold</owners>
@@ -14,7 +14,7 @@
1414
<copyright>Copyright 2012</copyright>
1515
<tags>SharpRepository Repository EF5 EntityFramework</tags>
1616
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.0.0.1" />
17+
<dependency id="SharpRepository.Repository" version="1.1.0.0" />
1818
</dependencies>
1919
</metadata>
2020
</package>
Lines changed: 19 additions & 19 deletions
Binary file not shown.

0 commit comments

Comments
 (0)