Skip to content

Commit eb5d701

Browse files
committed
ignored _CreateNewNuGetPackage directory
1 parent 0f4ef54 commit eb5d701

File tree

11 files changed

+15
-1912
lines changed

11 files changed

+15
-1912
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,5 @@ __pycache__/
286286
*.btm.cs
287287
*.odx.cs
288288
*.xsd.cs
289+
290+
_CreateNewNuGetPackage/*

Databasic.PostgreSql.nuspec

Lines changed: 2 additions & 2 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.PostgreSql</id>
5-
<version>1.2.8.0</version>
5+
<version>1.2.9.3</version>
66
<title>Databasic - PostgreSql</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>
@@ -18,7 +18,7 @@
1818
<tags>sql postgresql postgres database query command select insert update delete pure sql dml tool utility library</tags>
1919
<dependencies>
2020
<dependency id="Npgsql" version="3.2.4.0" />
21-
<dependency id="Databasic.Core" version="1.2.8.0" />
21+
<dependency id="Databasic.Core" version="1.2.9.3" />
2222
</dependencies>
2323
<frameworkAssemblies>
2424
<frameworkAssembly assemblyName="System.Core" />

Databasic.PostgreSql.vbproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@
134134
</ItemGroup>
135135
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
136136
<PropertyGroup>
137-
<PostBuildEvent>REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
138-
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
139-
ECHO Creating NuGet package in Post-Build event...
140-
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
137+
<PostBuildEvent>@if $(ConfigurationName) EQU Release (
138+
REM Create a NuGet package for this project and place the .nupkg file in the project's output directory.
139+
REM If you see this in Visual Studio's Error List window, check the Output window's Build tab for the actual error.
140+
ECHO Creating NuGet package in Post-Build event...
141+
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "&amp; '$(ProjectDir)_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1' -ProjectFilePath '$(ProjectPath)' -OutputDirectory '$(TargetDir)' -BuildConfiguration '$(ConfigurationName)' -BuildPlatform '$(PlatformName)'"
141142

142-
@set wd=%25cd%25
143-
@cd ../../../Databasic.BuildCommands
144-
@cscript.exe PostBuild.wsf "%25wd%25"
145-
@cd %25wd%25</PostBuildEvent>
143+
@cd ../../../Databasic.BuildCommands
144+
@cscript.exe PostBuild.wsf "$(ProjectDir)bin\Release" "$(ProjectName)"
145+
)</PostBuildEvent>
146146
</PropertyGroup>
147147
</Project>

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.8.0")>
38-
<Assembly: AssemblyFileVersion("1.2.8.0")>
37+
<Assembly: AssemblyVersion("1.2.9.3")>
38+
<Assembly: AssemblyFileVersion("1.2.9.3")>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Databasic - PostgreSQL
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.8-brightgreen.svg?style=plastic)](https://github.com/databasic-net/databasic-core/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.9-brightgreen.svg?style=plastic)](https://github.com/databasic-net/databasic-core/releases)
44
[![License](https://img.shields.io/badge/Licence-BSD3-brightgreen.svg?style=plastic)](https://raw.githubusercontent.com/databasic-net/databasic-core/master/LICENCE.md)
55
![.NET Version](https://img.shields.io/badge/.NET->=4.0-brightgreen.svg?style=plastic)
66

_CreateNewNuGetPackage/Config.ps1

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)