-
Notifications
You must be signed in to change notification settings - Fork 13
/
EntityFramework.NuoDb.nuspec
27 lines (27 loc) · 1.15 KB
/
EntityFramework.NuoDb.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>EntityFramework.NuoDb</id>
<version>2.4.0.0</version>
<title>NuoDB Entity Framework Provider</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
<projectUrl>http://doc.nuodb.com/display/doc/NuoDB+ADO.NET+Driver</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<description>The Entity Framework Provider NuoDB® enables you to develop .NET applications that connect to the NuoDB database using Entity Framework.</description>
<summary>NuoDB Entity Framework Provider</summary>
<tags>nuodb newsql nosql cloud entityframework</tags>
<dependencies>
<group>
<dependency id="NuoDb.Data.Client" version="2.4.0.0" />
<dependency id="EntityFramework" version="6.1.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="LICENSE.txt" target="" />
<file src="EntityFramework.NuoDb\bin\Release\EntityFramework.NuoDb.dll" target="lib\net40" />
<file src="install.ps1" target="tools" />
</files>
</package>