File tree Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Expand file tree Collapse file tree 4 files changed +4
-44
lines changed Original file line number Diff line number Diff line change 33<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
44 <metadata >
55 <id >sqlcmd</id >
6- <version >0.8.1 </version >
6+ <version >0.15.0 </version >
77 <title >sqlcmd (Install)</title >
88 <authors >Microsoft</authors >
99 <projectUrl >https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</projectUrl >
10- <iconUrl >https://github.com/microsoft/go-sqlcmd/blob/main/release/windows/msi/resources/go-sqlcmd_256.png</iconUrl >
1110 <copyright >Copyright (c) Microsoft Corporation</copyright >
1211 <licenseUrl >https://github.com/microsoft/go-sqlcmd/blob/main/LICENSE</licenseUrl >
1312 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1817 <tags >sqlcmd mssql sqlserver</tags >
1918 <summary >sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary >
2019 <description >sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL</description >
21- <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v0.8.1 </releaseNotes >
20+ <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v0.15.0 </releaseNotes >
2221 </metadata >
2322 <files >
2423 <file src =" tools\**" target =" tools" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
44$url = ' {{DownloadUrl}}'
5- $url64 = ' https://download.microsoft. com/download/d/4/4/d4403a51-2ab7-4ea8-b850-d2710c5e1323 /sqlcmd_0.8.1 -1.msi'
5+ $url64 = ' https://github. com/microsoft/go-sqlcmd/releases/download/v0.15.0 /sqlcmd_0.15.0 -1.msi'
66
77$packageArgs = @ {
88 packageName = $env: ChocolateyPackageName
99 unzipLocation = $toolsDir
1010 fileType = ' MSI'
1111 url = $url
1212 url64bit = $url64
13-
1413 softwareName = ' sqlcmd*'
15-
16- checksum = ' {{Checksum}}'
17- checksumType = ' {{ChecksumType}}'
18- checksum64 = ' 03587762932D5A66ACFE15D306FE14645D53BC61162B4DA0D9AF29B4A8A1550D'
14+ checksum64 = ' 3425f48d4933eeb9c5ecf89afa5d30c8829892c4d3bbd58c9eeeb3200ed925f2'
1915 checksumType64 = ' sha256'
2016
2117 silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
You can’t perform that action at this time.
0 commit comments