Skip to content

Commit 6ba7d36

Browse files
author
Jeff Treuting
committed
New 1.0.1.0 nuget packages becasue of the Select logic fix
1 parent eef458b commit 6ba7d36

8 files changed

Lines changed: 74 additions & 74 deletions
Binary file not shown.
Lines changed: 20 additions & 20 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>1.0.0.211</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>
20-
</package>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.Caching.Memcached</id>
5+
<version>1.0.1.0</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>
20+
</package>
Binary file not shown.
Lines changed: 20 additions & 20 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.Ef5Repository</id>
5-
<version>1.0.0.211</version>
6-
<title>SharpRepository for EF5</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 EF5 EntityFramework</tags>
16-
<dependencies>
17-
<dependency id="SharpRepository.Repository" version="1.0.0.1" />
18-
</dependencies>
19-
</metadata>
20-
</package>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.Ef5Repository</id>
5+
<version>1.0.1.0</version>
6+
<title>SharpRepository for EF5</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 EF5 EntityFramework</tags>
16+
<dependencies>
17+
<dependency id="SharpRepository.Repository" version="1.0.0.1" />
18+
</dependencies>
19+
</metadata>
20+
</package>
Binary file not shown.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0"?>
2-
<package >
3-
<metadata>
4-
<id>SharpRepository.InMemoryRepository</id>
5-
<version>1.0.0.211</version>
6-
<title>SharpRepository for InMemory</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 InMemory</tags>
16-
</metadata>
17-
</package>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.InMemoryRepository</id>
5+
<version>1.0.1.0</version>
6+
<title>SharpRepository for InMemory</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 InMemory</tags>
16+
</metadata>
17+
</package>
Binary file not shown.
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0"?>
2-
<package >
3-
<metadata>
4-
<id>SharpRepository.Repository</id>
5-
<version>1.0.0.211</version>
6-
<title>SharpRepository</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</tags>
16-
</metadata>
17-
</package>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.Repository</id>
5+
<version>1.0.1.0</version>
6+
<title>SharpRepository</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</tags>
16+
</metadata>
17+
</package>

0 commit comments

Comments
 (0)