File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
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.15.0 </version >
6+ <version >0.15.1 </version >
77 <title >sqlcmd (Install)</title >
88 <authors >Microsoft</authors >
99 <projectUrl >https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</projectUrl >
1717 <tags >sqlcmd mssql sqlserver</tags >
1818 <summary >sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary >
1919 <description >sqlcmd is a multi-platform command line experience for Microsoft SQL Server and Azure SQL</description >
20- <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v0.15.0 </releaseNotes >
20+ <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v0.15.1 </releaseNotes >
2121 </metadata >
2222 <files >
2323 <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- $url = ' {{DownloadUrl}}'
5- $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v0.15.0/sqlcmd_0.15.0-1.msi'
4+ $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v0.15.1/sqlcmd_0.15.1-1.msi'
65
76$packageArgs = @ {
87 packageName = $env: ChocolateyPackageName
98 unzipLocation = $toolsDir
109 fileType = ' MSI'
11- url = $url
1210 url64bit = $url64
1311 softwareName = ' sqlcmd*'
14- checksum64 = ' 425f48d4933eeb9c5ecf89afa5d30c8829892c4d3bbd58c9eeeb3200ed925f2 '
12+ checksum64 = ' 7ba5127ec490d2dbdb07adc2b2c1f8e28317268bde181ca3df1a0e604ea8ea8e '
1513 checksumType64 = ' sha256'
1614
1715 silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
You can’t perform that action at this time.
0 commit comments