|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
3 |
| - <metadata minClientVersion="2.6"> |
4 |
| - <id>Databasic.MsSql</id> |
5 |
| - <version>1.1.0.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> |
| 3 | + <metadata minClientVersion="2.6"> |
| 4 | + <id>Databasic.MsSql</id> |
| 5 | + <version>1.1.0.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 | 15 | C#/VB.NET database utility to write pure Microsoft SQL queries and load data into environment variables and instances.
|
16 | 16 | </description>
|
17 |
| - <copyright>Copyright © 2017</copyright> |
18 |
| - <tags>sql database select selecting query queries commands mssql 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" /--> |
| 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 | 23 | <dependency id="Databasic.Core" version="1.1.0.0" />
|
24 |
| - </dependencies> |
25 |
| - <releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes> |
26 |
| - </metadata> |
| 24 | + </dependencies> |
| 25 | + <releaseNotes>https://github.com/databasic-net/databasic/releases</releaseNotes> |
| 26 | + </metadata> |
27 | 27 | <files>
|
28 | 28 | <file src="content/App.config.install.xdt" target="content/App.config.install.xdt" />
|
29 | 29 | <file src="content/Web.config.install.xdt" target="content/Web.config.install.xdt" />
|
|
0 commit comments