Skip to content

Commit

Permalink
AU: 1 updated - vscode-mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 9, 2023
1 parent 2e3fb06 commit 8f70e11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions automatic/vscode-mssql/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.21.0/mssql-1.21.0-win-x86.vsix>
64-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.21.0/mssql-1.21.0-win-x64.vsix>
32-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.22.0/mssql-1.22.0-win-x86.vsix>
64-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.22.0/mssql-1.22.0-win-x64.vsix>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type 32-bit: sha256
checksum 32-bit: 9E0B84DDC248BA8FFBFDC3601A0E68CF6A6C13C22949F985F6B2DA17E37E5BEB
checksum 32-bit: BEE9E705147A2E21BFA7A8D3BCAE857FABFFE2F12109D1CC1CB0C8190266CD20
checksum type 64-bit: sha256
checksum 64-bit: 237D1B09A6D11BB4902AFDC11C952F35026664918B8CD618B8DFC4823054BCBD
checksum 64-bit: C9055AD212C42E998395FE159B09E411D6E8E763398E823414218E83D3C01259

File 'LICENSE.txt' is obtained from <https://github.com/microsoft/vscode-mssql/blob/610c7f88b384481b372e90fcfb731bbe7c78aca1/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/vscode-mssql/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$extensionName = "mssql-"
$extensionVersion = "1.21.0"
$extensionVersion = "1.22.0"
$osBitness = Get-OSArchitectureWidth
$extensionId = "$toolsDir\$extensionName$extensionVersion-win7-x$osBitness.vsix"

Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-mssql/vscode-mssql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vscode-mssql</id>
<title>Visual Studio Code Microsoft SQL Server Extension</title>
<version>1.21.0</version>
<version>1.22.0</version>
<authors>Microsoft</authors>
<owners>Pascal Berger</owners>
<projectUrl>https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql</projectUrl>
Expand Down

0 comments on commit 8f70e11

Please sign in to comment.