|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 |
| - <metadata minClientVersion="2.6"> |
4 |
| - <id>Databasic</id> |
5 |
| - <version>1.1.0.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 queries and load data into environment variables and instances. |
| 3 | + <metadata minClientVersion="2.6"> |
| 4 | + <id>Databasic</id> |
| 5 | + <version>1.1.0.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 | 16 | This package contains references to all database provider libraries (dll files).
|
17 | 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 | 18 | </description>
|
19 |
| - <copyright>Copyright © 2017</copyright> |
20 |
| - <tags>sql database select selecting query queries commands mssql tool utility</tags> |
21 |
| - <dependencies> |
| 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 | 22 | <dependency id="Databasic.Core" version="1.1.0.0" />
|
23 | 23 | <dependency id="Databasic.MsSql" version="1.1.0.0" />
|
24 | 24 | <dependency id="Databasic.MySql" version="1.1.0.0" />
|
25 |
| - <dependency id="Databasic.PostgreSql" version="1.1.0.0" /> |
26 |
| - <dependency id="Databasic.SQLite" version="1.1.0.0" /> |
27 |
| - </dependencies> |
28 |
| - <releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes> |
29 |
| - </metadata> |
| 25 | + <dependency id="Databasic.PostgreSql" version="1.1.0.0" /> |
| 26 | + <dependency id="Databasic.OracleSql" version="1.1.0.0" /> |
| 27 | + <dependency id="Databasic.SQLite" version="1.1.0.0" /> |
| 28 | + </dependencies> |
| 29 | + <releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes> |
| 30 | + </metadata> |
30 | 31 | <files>
|
31 | 32 | <file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
|
32 | 33 | <file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
|
|
0 commit comments