Skip to content

Commit 4837ace

Browse files
author
Jeff Treuting
committed
InMemory nuget package didn't have dependcy set
1 parent 6ba7d36 commit 4837ace

3 files changed

Lines changed: 22 additions & 16 deletions

File tree

Binary file not shown.

nuget/SharpRepository.InMemoryRepository/SharpRepository.InMemoryRepository.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
<releaseNotes>Initial release</releaseNotes>
1414
<copyright>Copyright 2012</copyright>
1515
<tags>SharpRepository Repository InMemory</tags>
16+
<dependencies>
17+
<dependency id="SharpRepository.Repository" version="1.0.0.1" />
18+
</dependencies>
1619
</metadata>
1720
</package>
Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
<?xml version="1.0"?>
2-
<package >
3-
<metadata>
4-
<id>SharpRepository.InMemoryRepository</id>
5-
<version></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>
1+
<?xml version="1.0"?>
2+
<package >
3+
<metadata>
4+
<id>SharpRepository.InMemoryRepository</id>
5+
<version></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+
<dependencies>
17+
<dependency id="SharpRepository.Repository" version="1.0.0.1" />
18+
</dependencies>
19+
</metadata>
1720
</package>

0 commit comments

Comments
 (0)