Skip to content

Commit 6b6c6a0

Browse files
committed
nuget cfg updates
1 parent ee6fd4a commit 6b6c6a0

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Databasic.MsSql.nuspec

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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.MsSql</id>
5-
<version>1.2.4.0</version>
6-
<title>Databasic - Microsoft SQL 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 queries and load data into environment variables and instances.
16-
</description>
17-
<copyright>Copyright © 2017</copyright>
18-
<tags>microsoft sql tsql mssql database select selecting query queries commands 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>
27-
<files>
28-
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
29-
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
30-
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
31-
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
32-
</files>
3+
<metadata minClientVersion="2.6">
4+
<id>Databasic.MsSql</id>
5+
<version>1.2.4.0</version>
6+
<title>Databasic - Microsoft SQL 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 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>microsoft sql mssql tsql 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>
27+
<files>
28+
<file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
29+
<file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
30+
<file src="content/App.config.uninstall.xdt" target="content/App.config.uninstall.xdt" />
31+
<file src="content/Web.config.uninstall.xdt" target="content/Web.config.uninstall.xdt" />
32+
</files>
3333
</package>

0 commit comments

Comments
 (0)