File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 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.2.0 .0</version >
5
+ <version >1.2.4 .0</version >
6
6
<title >Databasic</title >
7
7
<authors >Tom Flidr</authors >
8
8
<owners >Tom Flidr</owners >
19
19
<copyright >Copyright © 2017</copyright >
20
20
<tags >microsoft sql mssql postgres oracle sqlite tsql mssql database query command select insert update delete dml tool utility</tags >
21
21
<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" />
29
30
</dependencies >
30
31
<releaseNotes >https://github.com/databasic-net/databasic/releases</releaseNotes >
31
32
</metadata >
Original file line number Diff line number Diff line change 114
114
<PostBuildEvent >REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
115
115
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
116
116
ECHO Creating NuGet package in Post-Build event...
117
- PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent >
117
+ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(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 >
118
123
</PropertyGroup >
119
124
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
120
125
Other similar extension points exist, see Microsoft.Common.targets.
Original file line number Diff line number Diff line change @@ -38,5 +38,5 @@ only a specific database type, install package like:
38
38
' by using the '*' as shown below:
39
39
' <Assembly: AssemblyVersion("1.0.*")>
40
40
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" )>
You can’t perform that action at this time.
0 commit comments