Skip to content

Commit 0e037f0

Browse files
committed
release 1.2.5 - nuspec framework references
1 parent f74d28e commit 0e037f0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Databasic.OdbcSql.nuspec

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.6">
44
<id>Databasic.OdbcSql</id>
5-
<version>1.2.4.0</version>
5+
<version>1.2.5.0</version>
66
<title>Databasic - ODBC</title>
77
<authors>Tom Flidr</authors>
88
<owners>Tom Flidr</owners>
@@ -12,16 +12,17 @@
1212
<language>en-US</language>
1313
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1414
<description>
15-
C#/VB.NET database utility to write pure SQL queries for ODBC database with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery.
15+
C#/VB.NET database utility to write pure SQL queries for ODBC (Open Database Connectivity) database with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery.
1616
</description>
1717
<copyright>Copyright © 2017</copyright>
1818
<tags>sql odbc database query command select insert update delete pure sql dml tool utility library</tags>
1919
<dependencies>
20-
<!--dependency id="System" version="4.0.0.0" />
21-
<dependency id="System.Core" version="4.0.0.0" />
22-
<dependency id="System.Data" version="4.0.0.0" /-->
2320
<dependency id="Databasic.Core" version="1.2.4.0" />
2421
</dependencies>
22+
<frameworkAssemblies>
23+
<frameworkAssembly assemblyName="System.Core" />
24+
<frameworkAssembly assemblyName="System.Data" />
25+
</frameworkAssemblies>
2526
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
2627
</metadata>
2728
</package>

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

0 commit comments

Comments
 (0)