Skip to content

Commit 9c556d6

Browse files
committed
release 1.2.6 - provider detection fix
1 parent f0225fd commit 9c556d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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.5.0</version>
5+
<version>1.2.6.0</version>
66
<title>Databasic - SQLite</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>

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.5.0")>
38-
<Assembly: AssemblyFileVersion("1.2.5.0")>
37+
<Assembly: AssemblyVersion("1.2.6.0")>
38+
<Assembly: AssemblyFileVersion("1.2.6.0")>

README.md

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

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