-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDatabasic.OleSql.nuspec
More file actions
28 lines (28 loc) · 1.36 KB
/
Databasic.OleSql.nuspec
File metadata and controls
28 lines (28 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Databasic.OleSql</id>
<version>1.2.9.3</version>
<title>Databasic - OLE DB</title>
<authors>Tom Flidr</authors>
<owners>Tom Flidr</owners>
<licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl>
<projectUrl>https://github.com/Databasic-NET</projectUrl>
<iconUrl>https://raw.githubusercontent.com/Databasic-NET/Databasic/master/gfx/databasic-icon.ico</iconUrl>
<language>en-US</language>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
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.
</description>
<copyright>Copyright © 2017</copyright>
<tags>sql ole oledb database query command select insert update delete pure sql dml tool utility library</tags>
<dependencies>
<dependency id="Databasic.Core" version="1.2.9.3" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="System.Data" />
</frameworkAssemblies>
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
</metadata>
</package>