Skip to content

Commit

Permalink
AU: 1 updated - vscode-powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Apr 1, 2023
1 parent 079da33 commit 5e11f00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.8.5/powershell-2022.8.5.vsix>
1. Download the following extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2023.3.3/powershell-2023.3.3.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: 430B1551A91E4AC771898752D59DBEF639CF132A7431E5CD69A374DFCC091825
checksum: 74FB18AFAAA7A868DB07CAF6B4F2EBD47887DF1D7B64D1204B46611A7D5E951F

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.8.5"
$extensionVersion = "2023.3.3"
$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.8.5</version>
<version>2023.3.3</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 5e11f00

Please sign in to comment.