diff --git a/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec b/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec index 8d21bef..9c3c2b7 100644 --- a/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec +++ b/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec @@ -3,7 +3,7 @@ azuredatastudio-powershell Azure Data Studio PowerShell Extension - 2024.2.1 + 2024.2.2 Microsoft Pascal Berger https://docs.microsoft.com/en-us/sql/azure-data-studio/powershell-extension diff --git a/automatic/azuredatastudio-powershell/legal/VERIFICATION.txt b/automatic/azuredatastudio-powershell/legal/VERIFICATION.txt index 659e61f..4e9695a 100644 --- a/automatic/azuredatastudio-powershell/legal/VERIFICATION.txt +++ b/automatic/azuredatastudio-powershell/legal/VERIFICATION.txt @@ -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: +1. Download the following extension: 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: 557680B135C90774346154D7498EB739FE28AA19824922BEC254C9622DA8C8F1 + checksum: 123338F53F72A9A39A044EA81CE4D23331B6B5322190E4195821CE5C634C6910 File 'LICENSE.txt' is obtained from diff --git a/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 b/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 index 601d5c4..5e39bcc 100644 --- a/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 +++ b/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $extensionName = "PowerShell-" -$extensionVersion = "2024.2.1" +$extensionVersion = "2024.2.2" $extensionId = "$toolsDir\$extensionName$extensionVersion.vsix" Update-SessionEnvironment diff --git a/automatic/vscode-powershell/legal/VERIFICATION.txt b/automatic/vscode-powershell/legal/VERIFICATION.txt index 659e61f..4e9695a 100644 --- a/automatic/vscode-powershell/legal/VERIFICATION.txt +++ b/automatic/vscode-powershell/legal/VERIFICATION.txt @@ -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: +1. Download the following extension: 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: 557680B135C90774346154D7498EB739FE28AA19824922BEC254C9622DA8C8F1 + checksum: 123338F53F72A9A39A044EA81CE4D23331B6B5322190E4195821CE5C634C6910 File 'LICENSE.txt' is obtained from diff --git a/automatic/vscode-powershell/tools/chocolateyInstall.ps1 b/automatic/vscode-powershell/tools/chocolateyInstall.ps1 index 6c25ce7..28cafff 100644 --- a/automatic/vscode-powershell/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-powershell/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $extensionName = "PowerShell-" -$extensionVersion = "2024.2.1" +$extensionVersion = "2024.2.2" $extensionId = "$toolsDir\$extensionName$extensionVersion.vsix" Update-SessionEnvironment diff --git a/automatic/vscode-powershell/vscode-powershell.nuspec b/automatic/vscode-powershell/vscode-powershell.nuspec index bef170a..ee276b0 100644 --- a/automatic/vscode-powershell/vscode-powershell.nuspec +++ b/automatic/vscode-powershell/vscode-powershell.nuspec @@ -3,7 +3,7 @@ vscode-powershell Visual Studio Code PowerShell Extension - 2024.2.1 + 2024.2.2 Microsoft Pascal Berger https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell