forked from nuodb/nuodb-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuoDb.Data.Client.nuspec
25 lines (24 loc) · 1.14 KB
/
NuoDb.Data.Client.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuoDb.Data.Client</id>
<version>2.3.0.9</version>
<title>NuoDB ADO.NET Driver</title>
<authors>NuoDB</authors>
<owners>NuoDB</owners>
<projectUrl>http://doc.nuodb.com/display/doc/NuoDB+ADO.NET+Driver</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The ADO.NET Driver for NuoDB® enables you to develop .NET applications that connect to the NuoDB database. It is a fully managed ADO.NET driver, written in C# for .NET 3.5, implements all the required ADO.NET interfaces and integrates with ADO.NET aware tools.</description>
<summary>NuoDB ADO.NET Driver</summary>
<tags>nuodb newsql nosql cloud</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Data"/>
</frameworkAssemblies>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="NuoDb.Data.Client.3.5\bin\Release\NuoDb.Data.Client.dll" target="lib\net35" />
<file src="NuoDb.Data.Client\bin\Release\NuoDb.Data.Client.dll" target="lib\net40" />
</files>
</package>