Skip to content

Commit

Permalink
AU: 2 updated - azuredatastudio-powershell vscode-powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Aug 31, 2022
1 parent 66d7177 commit 29438a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>azuredatastudio-powershell</id>
<title>Azure Data Studio PowerShell Extension</title>
<version>2022.7.2</version>
<version>2022.8.5</version>
<authors>Microsoft</authors>
<owners>Pascal Berger</owners>
<projectUrl>https://docs.microsoft.com/en-us/sql/azure-data-studio/powershell-extension</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/azuredatastudio-powershell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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 extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2022.7.2/powershell-2022.7.2.vsix>
1. Download the following extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2022.8.5/powershell-2022.8.5.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: sha256
checksum: 60BF7475198EBDF6E2CD3FA17E436EDBAEC9B46D76D8B4CC4BD30709F68CCE49
checksum: 430B1551A91E4AC771898752D59DBEF639CF132A7431E5CD69A374DFCC091825

File 'LICENSE.txt' is obtained from <https://github.com/PowerShell/vscode-powershell/blob/adca2cdd4aad34cd31ec550b4e5910686d500082/LICENSE.txt>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$extensionName = "PowerShell-"
$extensionVersion = "2022.7.2"
$extensionVersion = "2022.8.5"
$extensionId = "$toolsDir\$extensionName$extensionVersion.vsix"

Update-SessionEnvironment
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-powershell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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 extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2022.7.2/powershell-2022.7.2.vsix>
1. Download the following extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2022.8.5/powershell-2022.8.5.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: sha256
checksum: 60BF7475198EBDF6E2CD3FA17E436EDBAEC9B46D76D8B4CC4BD30709F68CCE49
checksum: 430B1551A91E4AC771898752D59DBEF639CF132A7431E5CD69A374DFCC091825

File 'LICENSE.txt' is obtained from <https://github.com/PowerShell/vscode-powershell/blob/adca2cdd4aad34cd31ec550b4e5910686d500082/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/vscode-powershell/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 = "PowerShell-"
$extensionVersion = "2022.7.2"
$extensionVersion = "2022.8.5"
$extensionId = "$toolsDir\$extensionName$extensionVersion.vsix"

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

0 comments on commit 29438a7

Please sign in to comment.