Skip to content

Commit 4816c40

Browse files
committed
nuget cfg updates
1 parent 5f3d344 commit 4816c40

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

Databasic.SQLite.nuspec

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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.SQLite</id>
5-
<version>1.2.4.0</version>
6-
<title>Databasic - SQLite 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 SQLite queries and load data into environment variables and instances.
16-
</description>
17-
<copyright>Copyright © 2017</copyright>
18-
<tags>sql lite sqlite sqllite 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="System.Data.SQLite.Core" version="1.0.105.2" />
24-
<dependency id="Databasic.Core" version="1.2.0.0" />
25-
</dependencies>
26-
<releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes>
27-
</metadata>
28-
<files>
29-
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
30-
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
31-
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
32-
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
33-
</files>
3+
<metadata minClientVersion="2.6">
4+
<id>Databasic.SQLite</id>
5+
<version>1.2.4.0</version>
6+
<title>Databasic - SQLite</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 SQLite queries 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 sqlite 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="System.Data.SQLite.Core" version="1.0.105.2" />
24+
<dependency id="Databasic.Core" version="1.2.4.0" />
25+
</dependencies>
26+
<releaseNotes>https://github.com/Databasic-NET/Databasic/releases</releaseNotes>
27+
</metadata>
28+
<files>
29+
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
30+
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
31+
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
32+
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
33+
</files>
3434
</package>

0 commit comments

Comments
 (0)