diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index c3796b351..a1ac3f5ef 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-1.22.2023082804.vsix using the Download Extension link +and download the extension redhat.java-1.22.2023083104.vsix using the Download Extension link in the Resources section of the sidebar. Alternatively the package can be downloaded directly from - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.22.2023082804/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.22.2023083104/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.22.2023082804.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.22.2023082804.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.22.2023083104.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.22.2023083104.vsix Type: sha256 - Checksum: 00839CC2F11A3B221CE43AD1657FF2B7153B9B736EBA3740E2D01305E36A2B20 + Checksum: 114F86ED238E4580E4A4850363D68741CFC87F79A979D60A75A248654B067C77 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index f3b480851..a6af0d8b4 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.22.2023082804.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.22.2023083104.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 1d0ecc6fd..4d50d463b 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.22.2023082804 + 1.22.2023083104 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index a4dfa8986..87c7a9804 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.8.1002441100' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.8.1002451100' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 36bbe32a7..2af0e240e 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2023.8.1002441100 + 2023.8.1002451100 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension