Skip to content

Commit 05bce02

Browse files
committed
Update for 0.15.4
1 parent e3f0cf4 commit 05bce02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

release/windows/choco/sqlcmd.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>sqlcmd</id>
6-
<version>0.15.3</version>
6+
<version>0.15.4</version>
77
<title>sqlcmd (Install)</title>
88
<authors>Microsoft</authors>
99
<projectUrl>https://docs.microsoft.com/sql/tools/go-sqlcmd-utility</projectUrl>
@@ -17,7 +17,7 @@
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.3</releaseNotes>
20+
<releaseNotes>https://github.com/microsoft/go-sqlcmd/releases/tag/v0.15.4</releaseNotes>
2121
</metadata>
2222
<files>
2323
<file src="tools\**" target="tools" />

release/windows/choco/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
$ErrorActionPreference = 'Stop';
22

33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url64 = 'https://github.com/microsoft/go-sqlcmd/releases/download/v0.15.3/sqlcmd-x64_0.15.3-1.msi'
4+
$url64 = 'https://github.com/microsoft/go-sqlcmd/releases/download/v0.15.4/sqlcmd-x64_0.15.4-1.msi'
55

66
$packageArgs = @{
77
packageName = $env:ChocolateyPackageName
88
unzipLocation = $toolsDir
99
fileType = 'MSI'
1010
url64bit = $url64
1111
softwareName = 'sqlcmd*'
12-
checksum64 = '66e8dfcc8e9848d461defb27e641a8c906a4dda0dffb53442b596122430e4209'
12+
checksum64 = '3bb66eb0101b4c2a32c847a5343f149621b7233c2a5fc8d9826ad5b52421df22'
1313
checksumType64= 'sha256'
1414

1515
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""

0 commit comments

Comments
 (0)