Skip to content

Commit 0eafde6

Browse files
committed
Updating for 0.15.1
1 parent ab09d30 commit 0eafde6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
-3.44 KB
Binary file not shown.

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.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>
@@ -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.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" />

release/windows/choco/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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`""

0 commit comments

Comments
 (0)