-
Notifications
You must be signed in to change notification settings - Fork 13
/
NuoDb.Data.Client.nuspec
28 lines (27 loc) · 1.35 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
26
27
28
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NuoDb.Data.Client</id>
<version>2.4.0.0</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>
<license type="file">LICENSE.txt</license>
<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 5.0 using .NET Framework 4.8 , 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="LICENSE.txt" target="" />
<file src="NuoDb.Data.Client.4.8\bin\Release\NuoDb.Data.Client.dll" target="lib\net48" />
<file src="NuoDb.Data.Client\bin\Release\NuoDb.Data.Client.dll" target="lib\net40" />
<file src="NuoDb.Data.Client\bin\Release\net5.0\NuoDb.Data.ClientCore.dll" target="lib\net5.0" />
</files>
</package>