Skip to content

Commit 0ba4a99

Browse files
committed
NuGet spec file for preview release.
1 parent 9a9a24f commit 0ba4a99

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>SharpRepository.AzureDocumentDb</id>
5+
<version>0.1.0-preview</version>
6+
<title>SharpRepository for EF</title>
7+
<authors>Jeff Treuting,Ben Griswold,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+
<summary>Generic repository for various providers, like EntityFramework, InMemory, etc. This one is for DocumentDB.</summary>
13+
<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>
14+
<copyright>Copyright 2016</copyright>
15+
<tags>SharpRepository Repository EntityFramework EF5 EF6</tags>
16+
<dependencies>
17+
<dependency id="SharpRepository.Repository" version="1.4.7.2" />
18+
<dependency id="Microsoft.Azure.Documents.Client" version="0.9.2-preview" />
19+
<dependency id="Newtonsoft.Json" version="4.5.11" />
20+
<dependency id="Nito.AsyncEx" version="3.0.0" />
21+
</dependencies>
22+
</metadata>
23+
<files>
24+
<file src="bin\Debug\SharpRepository.AzureDocumentDb.dll" target="lib/net45/SharpRepository.AzureDocumentDb.dll" />
25+
<file src="bin\Debug\SharpRepository.AzureDocumentDb.pdb" target="lib/net45/SharpRepository.AzureDocumentDb.pdb" />
26+
</files>
27+
</package>

0 commit comments

Comments
 (0)