11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3- <metadata minClientVersion =" 2.6" >
4- <id >Databasic.OleSql</id >
5- <version >1.2.4.0</version >
6- <title >Databasic - OLE Package </title >
7- <authors >Tom Flidr</authors >
8- <owners >Tom Flidr</owners >
9- <licenseUrl >https://opensource.org/licenses/BSD-3-Clause</licenseUrl >
10- <projectUrl >https://github.com/databasic-net </projectUrl >
11- <iconUrl >https://raw.githubusercontent.com/databasic-net/databasic /master/gfx/databasic-icon.ico</iconUrl >
12- <language >en-US</language >
13- <requireLicenseAcceptance >false</requireLicenseAcceptance >
14- <description >
15- C#/VB.NET database utility to write pure OLE queries and load data into environment variables and instances.
16- </description >
17- <copyright >Copyright © 2017</copyright >
18- <tags >sql mysql odbc database query command select insert update delete dml tool utility</tags >
19- <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" /-->
23- <dependency id =" Databasic.Core" version =" 1.2.0 .0" />
24- </dependencies >
25- <releaseNotes >https://github.com/databasic-net/databasic /releases</releaseNotes >
26- </metadata >
3+ <metadata minClientVersion =" 2.6" >
4+ <id >Databasic.OleSql</id >
5+ <version >1.2.4.0</version >
6+ <title >Databasic - OLE DB </title >
7+ <authors >Tom Flidr</authors >
8+ <owners >Tom Flidr</owners >
9+ <licenseUrl >https://opensource.org/licenses/BSD-3-Clause</licenseUrl >
10+ <projectUrl >https://github.com/Databasic-NET </projectUrl >
11+ <iconUrl >https://raw.githubusercontent.com/Databasic-NET/Databasic /master/gfx/databasic-icon.ico</iconUrl >
12+ <language >en-US</language >
13+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
14+ <description >
15+ C#/VB.NET database utility to write pure SQL queries for OLE DB (Object Linking and Embedding Database) with beautifull API, to load data into environment variables and instances and to execute any pure SQL nonquery .
16+ </description >
17+ <copyright >Copyright © 2017</copyright >
18+ <tags >sql ole oledb database query command select insert update delete pure sql dml tool utility library </tags >
19+ <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" /-->
23+ <dependency id =" Databasic.Core" version =" 1.2.4 .0" />
24+ </dependencies >
25+ <releaseNotes >https://github.com/Databasic-NET/Databasic /releases</releaseNotes >
26+ </metadata >
2727</package >
0 commit comments