-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDatabasic.All.nuspec
More file actions
41 lines (41 loc) · 2.39 KB
/
Databasic.All.nuspec
File metadata and controls
41 lines (41 loc) · 2.39 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Databasic</id>
<version>1.2.9.3</version>
<title>Databasic - All</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/Databasic-NET</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Databasic-NET/Databasic/master/gfx/databasic-icon.ico</iconUrl>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
C#/VB.NET database utility to write pure Microsoft SQL/MySQL/MariaDB/PostgreSql/Oracle/SQLite/ODBC/OLEDB queries with beautifull API,
to load data into environment variables and instances and to execute any pure SQL nonquery.
This is universal package containing references to all Databasic modules and ADO.NET providers.
It's not a mistake to use this universal package, but your application could start a slightly slower to initialize all libraries.
If you want to use only a specific database type, install package like: Databasic<DatabaseType>
</description>
<copyright>Copyright © 2017</copyright>
<tags>microsoft sql mssql tsql mysql mariadb postgresql postgres oracle orcl sqlite odbc ole oledb database query command select insert update delete pure sql dml tool utility library</tags>
<dependencies>
<dependency id="Databasic.Core" version="1.2.9.3" />
<dependency id="Databasic.MsSql" version="1.2.9.3" />
<dependency id="Databasic.MySql" version="1.2.9.3" />
<dependency id="Databasic.PostgreSql" version="1.2.9.3" />
<dependency id="Databasic.OracleSql" version="1.2.9.3" />
<dependency id="Databasic.SQLite" version="1.2.9.3" />
<dependency id="Databasic.OdbcSql" version="1.2.9.3" />
<dependency id="Databasic.OleSql" version="1.2.9.3" />
</dependencies>
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
</metadata>
<files>
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
</files>
</package>