Skip to content

Commit f4dd374

Browse files
committed
release 1.1
1 parent 2fe4639 commit f4dd374

15 files changed

+711
-699
lines changed

Databasic.All.nuspec

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
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.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.
1616
This package contains references to all database provider libraries (dll files).
1717
You can use this package as you wish, but if you want to use only a specific database type, install package like: Databasic&#60;DatabaseType&#62;
1818
</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>
2222
<dependency id="Databasic.Core" version="1.1.0.0" />
2323
<dependency id="Databasic.MsSql" version="1.1.0.0" />
2424
<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>
3031
<files>
3132
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
3233
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />

My Project/Application.Designer.vb

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

My Project/AssemblyInfo.vb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ only a specific database type, install package like:
2929

3030
' Version information for an assembly consists of the following four values:
3131
'
32-
' Major Version
33-
' Minor Version
34-
' Build Number
35-
' Revision
32+
' Major Version
33+
' Minor Version
34+
' Build Number
35+
' Revision
3636
'
3737
' You can specify all the values or you can default the Build and Revision Numbers
3838
' by using the '*' as shown below:

My Project/Resources.Designer.vb

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)