-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathsqlcmd.nuspec
More file actions
26 lines (26 loc) · 1.5 KB
/
sqlcmd.nuspec
File metadata and controls
26 lines (26 loc) · 1.5 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sqlcmd</id>
<version>1.6.0</version>
<title>sqlcmd (Install)</title>
<authors>Microsoft</authors>
<owners>stuartpa</owners>
<projectUrl>https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</projectUrl>
<copyright>Copyright (c) Microsoft Corporation</copyright>
<licenseUrl>https://github.com/microsoft/go-sqlcmd/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/microsoft/go-sqlcmd</projectSourceUrl>
<packageSourceUrl>https://github.com/microsoft/go-sqlcmd/tree/main/release/windows/choco</packageSourceUrl>
<docsUrl>https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</docsUrl>
<bugTrackerUrl>https://github.com/microsoft/go-sqlcmd/issues</bugTrackerUrl>
<tags>sqlcmd mssql sqlserver</tags>
<summary>sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary>
<description>sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL</description>
<releaseNotes>https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>