Skip to content

Commit 3ef6b53

Browse files
committed
release 1.2.4
1 parent 2f95f7d commit 3ef6b53

14 files changed

+198
-189
lines changed

Connection.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ Public Class Connection
2424
End Sub
2525

2626
Protected Shared Sub errorHandler(sender As Object, args As OdbcInfoMessageEventArgs)
27-
Dim sqlErrors As Databasic.SqlErrorsCollection = New SqlErrorsCollection()
27+
Dim sqlErrors As SqlErrorsCollection = New SqlErrorsCollection()
2828
For index = 0 To args.Errors.Count - 1
29-
sqlErrors.Add(New Databasic.MySql.SqlError(args.Errors(index)))
29+
sqlErrors.Add(New Databasic.OdbcSql.SqlError(args.Errors(index)))
3030
Next
3131
Databasic.Events.RaiseError(sqlErrors)
3232
End Sub

Databasic.ODBC.nuspec renamed to Databasic.OdbcSql.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.6">
4-
<id>Databasic.ODBC</id>
5-
<version>1.2.0.0</version>
4+
<id>Databasic.OdbcSql</id>
5+
<version>1.2.4.0</version>
66
<title>Databasic - ODBC Package</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>

Databasic.ODBC.vbproj renamed to Databasic.OdbcSql.vbproj

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{76FC9F33-F930-4AD5-9C75-035A67CCEABE}</ProjectGuid>
88
<OutputType>Library</OutputType>
9-
<RootNamespace>Databasic.MySql</RootNamespace>
10-
<AssemblyName>Databasic.MySql</AssemblyName>
9+
<RootNamespace>Databasic.OdbcSql</RootNamespace>
10+
<AssemblyName>Databasic.OdbcSql</AssemblyName>
1111
<FileAlignment>512</FileAlignment>
1212
<MyType>Windows</MyType>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
@@ -18,7 +18,7 @@
1818
<DefineDebug>true</DefineDebug>
1919
<DefineTrace>true</DefineTrace>
2020
<OutputPath>bin\Debug\</OutputPath>
21-
<DocumentationFile>Databasic.MySql.xml</DocumentationFile>
21+
<DocumentationFile>Databasic.OdbcSql.xml</DocumentationFile>
2222
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -27,7 +27,7 @@
2727
<DefineTrace>true</DefineTrace>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release\</OutputPath>
30-
<DocumentationFile>Databasic.MySql.xml</DocumentationFile>
30+
<DocumentationFile>Databasic.OdbcSql.xml</DocumentationFile>
3131
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
3232
</PropertyGroup>
3333
<PropertyGroup>
@@ -92,7 +92,7 @@
9292
<None Include="content\App.config.uninstall.xdt" />
9393
<None Include="content\Web.config.install.xdt" />
9494
<None Include="content\Web.config.uninstall.xdt" />
95-
<None Include="Databasic.ODBC.nuspec" />
95+
<None Include="Databasic.OdbcSql.nuspec" />
9696
<None Include="My Project\Application.myapp">
9797
<Generator>MyApplicationCodeGenerator</Generator>
9898
<LastGenOutput>Application.Designer.vb</LastGenOutput>
@@ -123,7 +123,12 @@
123123
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
124124
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
125125
ECHO Creating NuGet package in Post-Build event...
126-
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent>
126+
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
127+
128+
@set wd=%25cd%25
129+
@cd ../../../Databasic.BuildCommands
130+
@cscript.exe PostBuild.wsf "%25wd%25"
131+
@cd %25wd%25</PostBuildEvent>
127132
</PropertyGroup>
128133
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
129134
Other similar extension points exist, see Microsoft.Common.targets.

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
@@ -8,13 +8,13 @@ Imports System.Runtime.InteropServices
88

99
' Review the values of the assembly attributes
1010

11-
<Assembly: AssemblyTitle("Databasic.ODBC")>
11+
<Assembly: AssemblyTitle("Databasic.OdbcSql")>
1212
<Assembly: AssemblyDescription("Databasic - C#/VB.NET database utility
1313
- focusing on queries primarily based on pure SQL commands, no linq transations
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.ODBC")>
17+
<Assembly: AssemblyProduct("Databasic.OdbcSql")>
1818
<Assembly: AssemblyCopyright("Copyright © 2017")>
1919
<Assembly: AssemblyTrademark("Tom Flidr")>
2020

@@ -34,5 +34,5 @@ Imports System.Runtime.InteropServices
3434
' by using the '*' as shown below:
3535
' <Assembly: AssemblyVersion("1.0.*")>
3636

37-
<Assembly: AssemblyVersion("1.2.0.0")>
38-
<Assembly: AssemblyFileVersion("1.2.0.0")>
37+
<Assembly: AssemblyVersion("1.2.4.0")>
38+
<Assembly: AssemblyFileVersion("1.2.4.0")>

My Project/Resources.Designer.vb

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

My Project/Settings.Designer.vb

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

0 commit comments

Comments
 (0)