diff --git a/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec b/automatic/azuredatastudio-powershell/azuredatastudio-powershell.nuspec index 686c014..6c1157c 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 - 2023.8.0 + 2024.0.0 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 4ca0397..8a1947b 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: D476A3638813B9FBA6AB66B802FB58AB0192BCF8D0315AE8DCBE37985BBEB6BC + checksum: 67B3688473DFEFBDECDB33FF97BCCDFB5E2471A55EAA92A2B70055FBB2087F6B File 'LICENSE.txt' is obtained from diff --git a/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 b/automatic/azuredatastudio-powershell/tools/chocolateyInstall.ps1 index 17bbd97..2795503 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 = "2023.8.0" +$extensionVersion = "2024.0.0" $extensionId = "$toolsDir\$extensionName$extensionVersion.vsix" Update-SessionEnvironment diff --git a/automatic/vscode-powershell/legal/VERIFICATION.txt b/automatic/vscode-powershell/legal/VERIFICATION.txt index 4ca0397..8a1947b 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: D476A3638813B9FBA6AB66B802FB58AB0192BCF8D0315AE8DCBE37985BBEB6BC + checksum: 67B3688473DFEFBDECDB33FF97BCCDFB5E2471A55EAA92A2B70055FBB2087F6B File 'LICENSE.txt' is obtained from diff --git a/automatic/vscode-powershell/tools/chocolateyInstall.ps1 b/automatic/vscode-powershell/tools/chocolateyInstall.ps1 index 547b3bb..fe6f10e 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 = "2023.8.0" +$extensionVersion = "2024.0.0" $extensionId = "$toolsDir\$extensionName$extensionVersion.vsix" Update-SessionEnvironment diff --git a/automatic/vscode-powershell/vscode-powershell.nuspec b/automatic/vscode-powershell/vscode-powershell.nuspec index e0fa779..b4ba7db 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 - 2023.8.0 + 2024.0.0 Microsoft Pascal Berger https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell