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 Jan 30, 2025
1 parent de95fdc commit ad09b95
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.22.1/mssql-1.22.1-win-x86.vsix>
64-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.22.1/mssql-1.22.1-win-x64.vsix>
32-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.28.0/mssql-1.28.0-win-x86.vsix>
64-Bit: <https://github.com/microsoft/vscode-mssql/releases/download/v1.28.0/mssql-1.28.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: 1B1D658F8257212F756ACD9F7452A77CC46AD4A35486BFBA5A73BBC99C768B6B
checksum 32-bit: B42120F68F28CA330A783B936307DE3F46760EC4D3DFC7462336E1300627BB6F
checksum type 64-bit: sha256
checksum 64-bit: 52720F09885239149010EE53456205F00D6B7557616BD3C56F69B83E9F9EEC8E
checksum 64-bit: AE8C0F42B2027F52E3F075E37D63ED7BD6DD2B92E8D11115D22A03927D5CA5BF

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.22.1"
$extensionVersion = "1.28.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.22.1</version>
<version>1.28.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 ad09b95

Please sign in to comment.