File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 114114 <PostBuildEvent >REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
115115REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
116116ECHO 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 >
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.
Original file line number Diff line number Diff 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" )>
You can’t perform that action at this time.
0 commit comments