Skip to content

Commit 5f3d344

Browse files
committed
release 1.2.4
1 parent f6a5595 commit 5f3d344

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Databasic.SQLite.nuspec

Lines changed: 1 addition & 1 deletion
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.SQLite</id>
5-
<version>1.2.0.0</version>
5+
<version>1.2.4.0</version>
66
<title>Databasic - SQLite Package</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>

Databasic.SQLite.vbproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@
129129
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
130130
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
131131
ECHO Creating NuGet package in Post-Build event...
132-
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"</PostBuildEvent>
132+
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
133+
134+
@set wd=%25cd%25
135+
@cd ../../../Databasic.BuildCommands
136+
@cscript.exe PostBuild.wsf "%25wd%25"
137+
@cd %25wd%25</PostBuildEvent>
133138
</PropertyGroup>
134139
<Import Project="..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
135140
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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")>

0 commit comments

Comments
 (0)