Skip to content

Commit 6346ea5

Browse files
committed
release 1.2.5 - nuspec framework references
1 parent ee81346 commit 6346ea5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Databasic.All.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</id>
5-
<version>1.2.4.0</version>
5+
<version>1.2.5.0</version>
66
<title>Databasic - All</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
@@ -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.4.0")>
42-
<Assembly: AssemblyFileVersion("1.2.4.0")>
41+
<Assembly: AssemblyVersion("1.2.5.0")>
42+
<Assembly: AssemblyFileVersion("1.2.5.0")>

0 commit comments

Comments
 (0)