11<?xml  version =" 1.0"  encoding =" utf-8"  ?>
22<package  xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"  >
3-   <metadata  minClientVersion =" 2.6"  >
4-     <id >Databasic</id >
5-     <version >1.2.4.0</version >
6-     <title >Databasic</title >
7-     <authors >Tom Flidr</authors >
8-     <owners >Tom Flidr</owners >
9-     <licenseUrl >https://opensource.org/licenses/BSD-3-Clause</licenseUrl >
10-     <projectUrl >https://github.com/databasic-net</projectUrl >
11-     <iconUrl >https://raw.githubusercontent.com/databasic-net/databasic/master/gfx/databasic-icon.ico</iconUrl >
12-     <language >en-US</language >
13-     <requireLicenseAcceptance >false</requireLicenseAcceptance >
14-     <description >
15-       C#/VB.NET database utility to write pure Microsoft SQL/MySQL/PgSql/Oracle/SQLite queries and load data into environment variables and instances.
16-       This package contains references to all database provider libraries (dll files).
17-       You can use this package as you wish, but if you want to use only a specific database type, install package like: Databasic< DatabaseType> 
18-     </description >
19-     <copyright >Copyright ©	2017</copyright >
20-     <tags >microsoft sql mssql postgres oracle sqlite tsql mssql database query command select insert update delete dml tool utility</tags >
21-     <dependencies >
22-       <dependency  id =" Databasic.Core"   version =" 1.2.1.0"   />
23-       <dependency  id =" Databasic.MsSql"   version =" 1.2.1.0"   />
24-       <dependency  id =" Databasic.MySql"   version =" 1.2.1.0"   />
25-       <dependency  id =" Databasic.PostgreSql"   version =" 1.2.1.0"   />
26-       <dependency  id =" Databasic.OracleSql"   version =" 1.2.1.0"   />
27-       <dependency  id =" Databasic.SQLite"   version =" 1.2.1.0"   />
28- 	  <dependency  id =" Databasic.OdbcSql"   version =" 1.2.1.0"   />
29- 	  <dependency  id =" Databasic.OleSql"   version =" 1.2.1.0"   />
30-     </dependencies >
31-     <releaseNotes >https://github.com/databasic-net/databasic/releases</releaseNotes >
32-   </metadata >
33-   <files >
34-     <file  src =" content/App.config.install.xdt"   target =" content/App.config.install.xdt"   />
35-     <file  src =" content/Web.config.install.xdt"   target =" content/Web.config.install.xdt"   />
36-     <file  src =" content/App.config.uninstall.xdt"   target =" content/App.config.uninstall.xdt"   />
37-     <file  src =" content/Web.config.uninstall.xdt"   target =" content/Web.config.uninstall.xdt"   />
38-   </files >
3+ 	<metadata  minClientVersion =" 2.6"  >
4+ 		<id >Databasic</id >
5+ 		<version >1.2.4.0</version >
6+ 		<title >Databasic - All</title >
7+ 		<authors >Tom Flidr</authors >
8+ 		<owners >Tom Flidr</owners >
9+ 		<licenseUrl >https://opensource.org/licenses/BSD-3-Clause</licenseUrl >
10+ 		<projectUrl >https://github.com/Databasic-NET</projectUrl >
11+ 		<iconUrl >https://raw.githubusercontent.com/Databasic-NET/Databasic/master/gfx/databasic-icon.ico</iconUrl >
12+ 		<language >en-US</language >
13+ 		<requireLicenseAcceptance >false</requireLicenseAcceptance >
14+ 		<description >
15+ 			C#/VB.NET database utility to write pure Microsoft SQL/MySQL/MariaDB/PostgreSql/Oracle/SQLite/ODBC/OLEDB queries with beautifull API,
16+ 			to load data into environment variables and instances and to execute any pure SQL nonquery.
17+ 			This is universal package containing references to all Databasic modules and ADO.NET providers.
18+ 			It's not a mistake to use this universal package, but your application could start a slightly slower to initialize all libraries.
19+ 			If you want to use only a specific database type, install package like: Databasic< DatabaseType> 
20+ 		</description >
21+ 		<copyright >Copyright © 2017</copyright >
22+ 		<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 >
23+ 		<dependencies >
24+ 			<dependency  id =" Databasic.Core"   version =" 1.2.4.0"   />
25+ 			<dependency  id =" Databasic.MsSql"   version =" 1.2.4.0"   />
26+ 			<dependency  id =" Databasic.MySql"   version =" 1.2.4.0"   />
27+ 			<dependency  id =" Databasic.PostgreSql"   version =" 1.2.4.0"   />
28+ 			<dependency  id =" Databasic.OracleSql"   version =" 1.2.4.0"   />
29+ 			<dependency  id =" Databasic.SQLite"   version =" 1.2.4.0"   />
30+ 			<dependency  id =" Databasic.OdbcSql"   version =" 1.2.4.0"   />
31+ 			<dependency  id =" Databasic.OleSql"   version =" 1.2.4.0"   />
32+ 		</dependencies >
33+ 		<releaseNotes >https://github.com/Databasic-NET/Databasic/releases</releaseNotes >
34+ 	</metadata >
35+ 	<files >
36+ 		<file  src =" content/App.config.install.xdt"   target =" content/App.config.install.xdt"   />
37+ 		<file  src =" content/Web.config.install.xdt"   target =" content/Web.config.install.xdt"   />
38+ 		<file  src =" content/App.config.uninstall.xdt"   target =" content/App.config.uninstall.xdt"   />
39+ 		<file  src =" content/Web.config.uninstall.xdt"   target =" content/Web.config.uninstall.xdt"   />
40+ 	</files >
3941</package >
0 commit comments