-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDatabasic.nuspec
29 lines (29 loc) · 1.68 KB
/
Databasic.nuspec
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
29
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata minClientVersion="2.6">
<id>Databasic.Core</id>
<version>1.2.9.0</version>
<title>Databasic - Core</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 Microsoft SQL/MySQL/PostgreSql/Oracle/SQLite/ODBC/OleDb queries and load data into environment variables and instances.
This is core package only. Install this package only by installing specific database package like: Databasic.<DatabaseType>. Then this package will be installed automaticly with the specific database package.
</description>
<copyright>Copyright © 2017</copyright>
<tags>microsoft sql mssql tsql mysql mariadb postgresql postgres oracle orcl sqlite odbc ole oledb database query command select insert update delete pure sql dml tool utility library</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" />
<frameworkAssembly assemblyName="System.Data" />
<frameworkAssembly assemblyName="System.Configuration" />
<frameworkAssembly assemblyName="System.Runtime.Serialization" />
<frameworkAssembly assemblyName="System.Web" />
</frameworkAssemblies>
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
</metadata>
</package>