Skip to content

Commit 6eee107

Browse files
committed
release 1.1
1 parent 1d45469 commit 6eee107

17 files changed

+698
-698
lines changed

Databasic.MsSql.nuspec

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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.MsSql</id>
5-
<version>1.1.0.0</version>
6-
<title>Databasic - Microsoft SQL Package</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>
3+
<metadata minClientVersion="2.6">
4+
<id>Databasic.MsSql</id>
5+
<version>1.1.0.0</version>
6+
<title>Databasic - Microsoft SQL Package</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>
1515
C#/VB.NET database utility to write pure Microsoft SQL queries and load data into environment variables and instances.
1616
</description>
17-
<copyright>Copyright © 2017</copyright>
18-
<tags>sql database select selecting query queries commands mssql tool utility</tags>
19-
<dependencies>
20-
<!--dependency id="System" version="4.0.0.0" />
21-
<dependency id="System.Core" version="4.0.0.0" />
22-
<dependency id="System.Data" version="4.0.0.0" /-->
17+
<copyright>Copyright © 2017</copyright>
18+
<tags>microsoft sql tsql mssql database select selecting query queries commands tool utility</tags>
19+
<dependencies>
20+
<!--dependency id="System" version="4.0.0.0" />
21+
<dependency id="System.Core" version="4.0.0.0" />
22+
<dependency id="System.Data" version="4.0.0.0" /-->
2323
<dependency id="Databasic.Core" version="1.1.0.0" />
24-
</dependencies>
25-
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
26-
</metadata>
24+
</dependencies>
25+
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
26+
</metadata>
2727
<files>
2828
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
2929
<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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Imports System.Runtime.InteropServices
1414
- arranging data into primitive types, typed active record classes, collections and more
1515
- allowing to run any nonselect queries")>
1616
<Assembly: AssemblyCompany("Tom Flidr")>
17-
<Assembly: AssemblyProduct("Databasic.MsSql")>
17+
<Assembly: AssemblyProduct("Databasic.MsSql")>
1818
<Assembly: AssemblyCopyright("Copyright © 2017")>
1919
<Assembly: AssemblyTrademark("Tom Flidr")>
2020

@@ -25,10 +25,10 @@ Imports System.Runtime.InteropServices
2525

2626
' Version information for an assembly consists of the following four values:
2727
'
28-
' Major Version
29-
' Minor Version
30-
' Build Number
31-
' Revision
28+
' Major Version
29+
' Minor Version
30+
' Build Number
31+
' Revision
3232
'
3333
' You can specify all the values or you can default the Build and Revision Numbers
3434
' 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)