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 Oct 20, 2021
1 parent 8f66f12 commit 3a6f5ac
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>2021.10.0</version>
<version>2021.10.1</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/v2021.10.0/powershell-2021.10.0.vsix>
1. Download the following extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2021.10.1/powershell-2021.10.1.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: 559DF53173C4C9238909750724CEEFF6FB45E8AD0F063FD31CCAC293908A6729
checksum: 029DA106D46F22DCBF5A3A27E2CD307DB488C62AE422A1CC13A61DDA6BA498AF

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 = "2021.10.0"
$extensionVersion = "2021.10.1"
$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/v2021.10.0/powershell-2021.10.0.vsix>
1. Download the following extension: <https://github.com/PowerShell/vscode-powershell/releases/download/v2021.10.1/powershell-2021.10.1.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: 559DF53173C4C9238909750724CEEFF6FB45E8AD0F063FD31CCAC293908A6729
checksum: 029DA106D46F22DCBF5A3A27E2CD307DB488C62AE422A1CC13A61DDA6BA498AF

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 = "2021.10.0"
$extensionVersion = "2021.10.1"
$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>2021.10.0</version>
<version>2021.10.1</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 3a6f5ac

Please sign in to comment.