File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 >1.5 .0</version >
6+ <version >1.6 .0</version >
77 <title >sqlcmd (Install)</title >
88 <authors >Microsoft</authors >
99 <owners >stuartpa</owners >
1818 <tags >sqlcmd mssql sqlserver</tags >
1919 <summary >sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary >
2020 <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/v1.5 .0</releaseNotes >
21+ <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v1.6 .0</releaseNotes >
2222 </metadata >
2323 <files >
2424 <file src =" tools\**" target =" tools" />
Original file line number Diff line number Diff line change 11$ErrorActionPreference = ' Stop' ;
22
33$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
4- $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v1.5 .0/sqlcmd-x64_1.5 .0-1.msi'
4+ $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v1.6 .0/sqlcmd-x64_1.6 .0-1.msi'
55
66$packageArgs = @ {
77 packageName = $env: ChocolateyPackageName
88 unzipLocation = $toolsDir
99 fileType = ' MSI'
1010 url64bit = $url64
1111 softwareName = ' sqlcmd*'
12- checksum64 = ' fe1a7045fd6c78d33666b17b12b86b4b1ee414cb49fc093130aa8b1294aadf10 '
12+ checksum64 = ' 89599bcfa6dce0a81975353b67a250f0072ec5aed45e73039d8c85874d7e2d85 '
1313 checksumType64 = ' sha256'
1414
1515 silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
You can’t perform that action at this time.
0 commit comments