Skip to content

Commit c9d2ef6

Browse files
committed
release 1.2.4
1 parent dcf8bc6 commit c9d2ef6

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

Databasic.All.nuspec

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.6">
44
<id>Databasic</id>
5-
<version>1.2.0.0</version>
5+
<version>1.2.4.0</version>
66
<title>Databasic</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>
@@ -19,13 +19,14 @@
1919
<copyright>Copyright © 2017</copyright>
2020
<tags>microsoft sql mssql postgres oracle sqlite tsql mssql database query command select insert update delete dml tool utility</tags>
2121
<dependencies>
22-
<dependency id="Databasic.Core" version="1.2.0.0" />
23-
<dependency id="Databasic.MsSql" version="1.2.0.0" />
24-
<dependency id="Databasic.MySql" version="1.2.0.0" />
25-
<dependency id="Databasic.PostgreSql" version="1.2.0.0" />
26-
<dependency id="Databasic.OracleSql" version="1.2.0.0" />
27-
<dependency id="Databasic.SQLite" version="1.2.0.0" />
28-
<dependency id="Databasic.ODBC" version="1.2.0.0" />
22+
<dependency id="Databasic.Core" version="1.2.1.0" />
23+
<dependency id="Databasic.MsSql" version="1.2.1.0" />
24+
<dependency id="Databasic.MySql" version="1.2.1.0" />
25+
<dependency id="Databasic.PostgreSql" version="1.2.1.0" />
26+
<dependency id="Databasic.OracleSql" version="1.2.1.0" />
27+
<dependency id="Databasic.SQLite" version="1.2.1.0" />
28+
<dependency id="Databasic.OdbcSql" version="1.2.1.0" />
29+
<dependency id="Databasic.OleSql" version="1.2.1.0" />
2930
</dependencies>
3031
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
3132
</metadata>

Databasic.All.vbproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@
114114
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
115115
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
116116
ECHO Creating NuGet package in Post-Build event...
117-
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent>
117+
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
118+
119+
@set wd=%25cd%25
120+
@cd ../../../Databasic.BuildCommands
121+
@cscript.exe PostBuild.wsf "%25wd%25"
122+
@cd %25wd%25</PostBuildEvent>
118123
</PropertyGroup>
119124
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120125
Other similar extension points exist, see Microsoft.Common.targets.

My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ only a specific database type, install package like:
3838
' by using the '*' as shown below:
3939
' <Assembly: AssemblyVersion("1.0.*")>
4040

41-
<Assembly: AssemblyVersion("1.2.0.0")>
42-
<Assembly: AssemblyFileVersion("1.2.0.0")>
41+
<Assembly: AssemblyVersion("1.2.4.0")>
42+
<Assembly: AssemblyFileVersion("1.2.4.0")>

0 commit comments

Comments
 (0)