Skip to content

Commit a0600eb

Browse files
committed
nuget cfg updates
1 parent 5a7d88f commit a0600eb

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

Databasic.nuspec

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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.Core</id>
5-
<version>1.2.4.0</version>
6-
<title>Databasic - Core 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 Microsoft SQL/MySQL/PgSql/Oracle/SQLite queries and load data into environment variables and instances.
16-
This is core package only. Install this package only by installing specific database package like: Databasic.&#60;DatabaseType&#62;. Then this package will be installed automaticly with the specific database package.
17-
</description>
18-
<copyright>Copyright © 2017</copyright>
19-
<tags>microsoft sql mssql postgres oracle sqlite tsql mssql database query command select insert update delete dml tool utility</tags>
20-
<dependencies>
21-
<!--dependency id="System" version="4.0.0.0" />
22-
<dependency id="System.Core" version="4.0.0.0" />
23-
<dependency id="System.Data" version="4.0.0.0" />
24-
<dependency id="System.Configuration" version="4.0.0.0" /-->
25-
</dependencies>
26-
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
27-
</metadata>
3+
<metadata minClientVersion="2.6">
4+
<id>Databasic.Core</id>
5+
<version>1.2.4.0</version>
6+
<title>Databasic - Core</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 Microsoft SQL/MySQL/PostgreSql/Oracle/SQLite/ODBC/OleDb queries and load data into environment variables and instances.
16+
This is core package only. Install this package only by installing specific database package like: Databasic.&#60;DatabaseType&#62;. Then this package will be installed automaticly with the specific database package.
17+
</description>
18+
<copyright>Copyright © 2017</copyright>
19+
<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>
20+
<dependencies>
21+
<!--dependency id="System" version="4.0.0.0" />
22+
<dependency id="System.Core" version="4.0.0.0" />
23+
<dependency id="System.Data" version="4.0.0.0" />
24+
<dependency id="System.Configuration" version="4.0.0.0" /-->
25+
</dependencies>
26+
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
27+
</metadata>
2828
</package>

0 commit comments

Comments
 (0)