Skip to content

Commit 765a40e

Browse files
committed
release 1.2.7
1 parent dd133b3 commit 765a40e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Databasic.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.Core</id>
5-
<version>1.2.6.0</version>
5+
<version>1.2.7.0</version>
66
<title>Databasic - Core</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>

Databasic.vbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@
4444
<OptionInfer>On</OptionInfer>
4545
</PropertyGroup>
4646
<PropertyGroup>
47-
<SignAssembly>false</SignAssembly>
47+
<SignAssembly>true</SignAssembly>
4848
</PropertyGroup>
4949
<PropertyGroup>
50-
<AssemblyOriginatorKeyFile>
51-
</AssemblyOriginatorKeyFile>
50+
<AssemblyOriginatorKeyFile>Tom Flidr - .NET.pfx</AssemblyOriginatorKeyFile>
5251
</PropertyGroup>
5352
<ItemGroup>
5453
<Reference Include="System" />
@@ -157,6 +156,7 @@
157156
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
158157
</None>
159158
<None Include="packages.config" />
159+
<None Include="Tom Flidr - .NET.pfx" />
160160
<None Include="_CreateNewNuGetPackage\Config.ps1" />
161161
<None Include="_CreateNewNuGetPackage\DoNotModify\CreateNuGetPackage.ps1" />
162162
<None Include="_CreateNewNuGetPackage\DoNotModify\New-NuGetPackage.ps1" />

My Project/AssemblyInfo.vb

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

40-
<Assembly: AssemblyVersion("1.2.6.0")>
41-
<Assembly: AssemblyFileVersion("1.2.6.0")>
40+
<Assembly: AssemblyVersion("1.2.7.0")>
41+
<Assembly: AssemblyFileVersion("1.2.7.0")>

README.md

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

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.6-brightgreen.svg?style=plastic)](https://github.com/databasic-net/databasic-core/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.7-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

0 commit comments

Comments
 (0)