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 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >sqlcmd</id >
6
- <version >1.2.1 </version >
6
+ <version >1.4.0 </version >
7
7
<title >sqlcmd (Install)</title >
8
8
<authors >Microsoft</authors >
9
9
<owners >stuartpa</owners >
18
18
<tags >sqlcmd mssql sqlserver</tags >
19
19
<summary >sqlcmd CLI for Microsoft SQL Server and Azure SQL</summary >
20
20
<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.2.1 </releaseNotes >
21
+ <releaseNotes >https://github.com/microsoft/go-sqlcmd/releases/tag/v1.4.0 </releaseNotes >
22
22
</metadata >
23
23
<files >
24
24
<file src =" tools\**" target =" tools" />
Original file line number Diff line number Diff line change 1
1
$ErrorActionPreference = ' Stop' ;
2
2
3
3
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
4
- $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v1.2.1 /sqlcmd-x64_1.2.1 -1.msi'
4
+ $url64 = ' https://github.com/microsoft/go-sqlcmd/releases/download/v1.4.0 /sqlcmd-x64_1.4.0 -1.msi'
5
5
6
6
$packageArgs = @ {
7
7
packageName = $env: ChocolateyPackageName
8
8
unzipLocation = $toolsDir
9
9
fileType = ' MSI'
10
10
url64bit = $url64
11
11
softwareName = ' sqlcmd*'
12
- checksum64 = ' 35bc47399562ddca1fd717a993243b83ca1b2e1ef8010703e9c0298a9b8af2ad '
12
+ checksum64 = ' 0b6cd48765439668a1de6e6ed6537227d902b34e6ea863c1f4667b43c540151b '
13
13
checksumType64 = ' sha256'
14
14
15
15
silentArgs = " /qn /norestart /l*v `" $ ( $env: TEMP ) \$ ( $packageName ) .$ ( $env: chocolateyPackageVersion ) .MsiInstall.log`" "
You can’t perform that action at this time.
0 commit comments