|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> |
3 | 3 | <metadata minClientVersion="2.6"> |
4 | 4 | <id>Databasic</id> |
5 | | - <version>1.0.0.0</version> |
| 5 | + <version>1.1.0.0</version> |
6 | 6 | <title>Databasic</title> |
7 | 7 | <authors>Tom Flidr</authors> |
8 | 8 | <owners>Tom Flidr</owners> |
|
12 | 12 | <language>en-US</language> |
13 | 13 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
14 | 14 | <description> |
15 | | - Databasic - C#/VB.NET database utility |
16 | | - - focusing on queries primarily based on pure SQL commands, no linq transations |
17 | | - - arranging data into primitive types, typed active record classes, collections and more |
18 | | - - allowing to run any nonselect queries |
19 | | - This package contains references to all database provider libraries (dll). |
20 | | - You can use this package as you wish, but if you want to use |
21 | | - only a specific database type, install package like: |
22 | | - - Databasic<DatabaseType> |
| 15 | + C#/VB.NET database utility to write pure Microsoft SQL/MySQL 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> |
23 | 18 | </description> |
24 | 19 | <copyright>Copyright © 2017</copyright> |
25 | 20 | <tags>sql database select selecting query queries commands mssql tool utility</tags> |
26 | 21 | <dependencies> |
27 | | - <dependency id="Databasic" version="1.0.0.0" /> |
28 | | - <dependency id="Databasic.MsSql" version="1.0.0.0" /> |
29 | | - <dependency id="Databasic.MySql" version="1.0.0.0" /> |
| 22 | + <dependency id="Databasic.Core" version="1.1.0.0" /> |
| 23 | + <dependency id="Databasic.MsSql" version="1.1.0.0" /> |
| 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" /> |
30 | 27 | </dependencies> |
31 | 28 | <releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes> |
32 | 29 | </metadata> |
|
0 commit comments