diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index ce21070ea..66074c803 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.html) [![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity) [![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages) -[![Software version](https://img.shields.io/badge/Source-v2022.1.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2022.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index c80e265f5..862eb4ac3 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2022.1.2 + 2022.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index 91330c054..1306a08fd 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2022.1.2.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2022.2.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2022.1.2/JetBrains.dotCover.CommandLineTools.2022.1.2.zip + https://download.jetbrains.com/resharper/dotUltimate.2022.2/JetBrains.dotCover.CommandLineTools.2022.2.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2022.1.2.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2022.1.2.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2022.1.2/JetBrains.dotCover.CommandLineTools.2022.1.2.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2022.2.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2022.2.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2022.2/JetBrains.dotCover.CommandLineTools.2022.2.zip.sha256 File: JetBrains.dotCover.CommandLineTools.2020.3.2.zip Type: sha256 - Checksum: 097A60A9FB1F7FB8C3854F840F325CB366ED0705F730A0F659905DB6C2E95B32 + Checksum: 41A930DC66948E68E60E5351A4F9B4847FF411E2251D5E1BBE4922463CEB6646 Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index aade32cce..13855357c 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2022.1.2.zip' +$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2022.2.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/kyma-cli/README.md b/automatic/kyma-cli/README.md index 2d366d034..d729dfad7 100644 --- a/automatic/kyma-cli/README.md +++ b/automatic/kyma-cli/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/) [![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity) [![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages) -[![Software version](https://img.shields.io/badge/version-2.4.2-blue)](https://github.com/kyma-project/cli/releases/tags/2.4.2) +[![Software version](https://img.shields.io/badge/version-2.5.0-blue)](https://github.com/kyma-project/cli/releases/tags/2.5.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli) [Kyma CLI](https://github.com/kyma-project/cli) is a command line tool that supports [Kyma](https://kyma-project.io/) developers. It provides a set of commands you can use to install and manage [Kyma](https://kyma-project.io/). diff --git a/automatic/kyma-cli/kyma-cli.nuspec b/automatic/kyma-cli/kyma-cli.nuspec index a3d10453a..d74154483 100644 --- a/automatic/kyma-cli/kyma-cli.nuspec +++ b/automatic/kyma-cli/kyma-cli.nuspec @@ -3,7 +3,7 @@ kyma-cli - 2.4.2 + 2.5.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli dgalbraith Kyma CLI - Install, Manage and Test Kyma diff --git a/automatic/kyma-cli/legal/VERIFICATION.txt b/automatic/kyma-cli/legal/VERIFICATION.txt index bdfd09054..c788f6682 100644 --- a/automatic/kyma-cli/legal/VERIFICATION.txt +++ b/automatic/kyma-cli/legal/VERIFICATION.txt @@ -15,8 +15,8 @@ the links in the relevant assets section of the page. Alternatively the distributions can be downloaded directly from - https://github.com/kyma-project/cli/releases/download/2.4.2/kyma_Windows_i386.zip - https://github.com/kyma-project/cli/releases/download/2.4.2/kyma_Windows_x86_64.zip + https://github.com/kyma-project/cli/releases/download/2.5.0/kyma_Windows_i386.zip + https://github.com/kyma-project/cli/releases/download/2.5.0/kyma_Windows_x86_64.zip 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip @@ -24,10 +24,10 @@ Alternatively the distributions can be downloaded directly from File32: kyma_Windows_i386.zip ChecksumType32: sha256 - Checksum32: 53B45F4BC715AF58B9696430375769A3136FA82D9C7E339742124B53E11E1145 + Checksum32: 960CEA2BE0FDBA23ED8C85EB417462BC61D2B8420FD8D3626A948B0AEE077C73 File64: kyma_Windows_x86_64.zip ChecksumType64: sha256 - Checksum64: 60B2E26725F7FE62404DD03B5F9B91A7E6D9C2F309C90EBA6C1394453834B847 + Checksum64: 8E611061919EDAEDA2573E61DDE12E713299AC405654432A005102B8ED858466 Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE diff --git a/automatic/vscode-java-test/legal/VERIFICATION.txt b/automatic/vscode-java-test/legal/VERIFICATION.txt index 294890c26..9fa54e4f7 100644 --- a/automatic/vscode-java-test/legal/VERIFICATION.txt +++ b/automatic/vscode-java-test/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test -and download the extension vscjava.vscode-java-test-0.36.2022072502.vsix using the Download Extension link +and download the extension vscjava.vscode-java-test-0.36.2022080202.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/vcsjava/vsextensions/vscode-java-test/0.36.2022072502/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.36.2022080202/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.36.2022072502.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.36.2022072502.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.36.2022080202.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.36.2022080202.vsix Type: sha256 - Checksum: ADD2B5D3FE7EB98E6ABF25C21C38142385E9BAC7AE14E0B71480498F061F154F + Checksum: F4D33B1FCF0E489EA12A1C090B835749E53E277A82195379BD379D9638E1E2CB File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license diff --git a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 index 41a6249e7..c61beb2f7 100644 --- a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.36.2022072502.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.36.2022080202.vsix" diff --git a/automatic/vscode-java-test/vscode-java-test.nuspec b/automatic/vscode-java-test/vscode-java-test.nuspec index a9d6d883b..af5137b12 100644 --- a/automatic/vscode-java-test/vscode-java-test.nuspec +++ b/automatic/vscode-java-test/vscode-java-test.nuspec @@ -3,7 +3,7 @@ vscode-java-test - 0.36.2022072502 + 0.36.2022080202 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test dgalbraith Java Test Runner VSCode Extension diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 045fc20e6..5f92aa592 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.10.2022072711.vsix using the Download Extension link +and download the extension redhat.java-1.10.2022080204.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.10.2022072711/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.10.2022080204/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.10.2022072711.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.10.2022072711.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.10.2022080204.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.10.2022080204.vsix Type: sha256 - Checksum: B7F85EFB3E03323F584B30E6A43C60CB22BA4DDDCEA47F4E313B739F258E07D7 + Checksum: 3B5A5B5462979E78B5DE45E7B4B79492926C27EB124F8ED5D5B358EEFCA0CB24 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 9e316c877..11ba47a9a 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.10.2022072711.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.10.2022080204.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index af811a2ae..63e633a18 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.10.2022072711 + 1.10.2022080204 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 9d44d1784..fb214b9e0 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@2022.8.1002151035' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.8.1002161046' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index e9d2d1fa8..61a3b52e9 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2022.8.1002151035 + 2022.8.1002161046 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-pull-request-github/README.md b/automatic/vscode-pull-request-github/README.md index 3fcd763ea..9d16889c2 100644 --- a/automatic/vscode-pull-request-github/README.md +++ b/automatic/vscode-pull-request-github/README.md @@ -25,7 +25,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull ## Notes -* This package requires Visual Studio Code 1.69.0 or newer. +* This package requires Visual Studio Code 1.70.0 or newer. You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package. * The extension will be installed in all editions of Visual Studio Code which can be found. * While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace. diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index ec1209ba0..44a871ce4 100644 --- a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt +++ b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github -and download the extension GitHub.vscode-pull-request-github-0.47.2022072109.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.47.2022080211.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/GitHub/vsextensions/vscode-pull-request-github/0.47.2022072109/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.47.2022080211/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.47.2022072109.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.47.2022072109.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.47.2022080211.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.47.2022080211.vsix Type: sha256 - Checksum: 9F93E50E34BB8D05550E6AD5569880B8CF6095A78280E2B06757AF2912E8B0A2 + Checksum: 7B12738DCCF42CAE8FE3AD419D5C54CCF613710DC9421017655A50F08E992C92 Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE diff --git a/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 b/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 index 9eabf84cf..3e5040758 100644 --- a/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.47.2022072109.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.47.2022080211.vsix" diff --git a/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec b/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec index 28067d229..bf53a7d00 100644 --- a/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec +++ b/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec @@ -3,7 +3,7 @@ vscode-pull-request-github - 0.47.2022072109 + 0.47.2022080211 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension @@ -39,7 +39,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull ## Notes -* This package requires Visual Studio Code 1.69.0 or newer. +* This package requires Visual Studio Code 1.70.0 or newer. You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package. * The extension will be installed in all editions of Visual Studio Code which can be found. * While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace. diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 04cac4666..69b330eb7 100644 --- a/automatic/vscode-python/legal/VERIFICATION.txt +++ b/automatic/vscode-python/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-python.python -and download the package ms-python.python-2022.11.12131835.vsix using the Download Extension link +and download the package ms-python.python-2022.13.12141005.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/ms-python/vsextensions/python/2022.11.12131835/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.13.12141005/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.11.12131835.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.11.12131835.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2022.13.12141005.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2022.13.12141005.vsix Type: sha256 - Checksum: D4B6B0AF057348F5671CBBEBCBC11A9AA4815AB01784119E45E2B6589E19E687 + Checksum: 25A7C3F57E57D0F19B7992B9B46382F14D808FB29CE462625A93BA1C18E5B49E File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license diff --git a/automatic/vscode-python/tools/chocolateyinstall.ps1 b/automatic/vscode-python/tools/chocolateyinstall.ps1 index fdbae6c38..28a868462 100644 --- a/automatic/vscode-python/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.11.12131835.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.13.12141005.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index b5db27129..1932b4fae 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2022.11.12131835 + 2022.13.12141005 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt b/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt index b21a7a88f..4045c8934 100644 --- a/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard -and download the package vscjava.vscode-spring-boot-dashboard-0.5.2022072200.vsix using the Download Extension link +and download the package vscjava.vscode-spring-boot-dashboard-0.6.2022072600.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/vscjava/vsextensions/vscode-spring-boot-dashboard/0.5.2022072200/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-boot-dashboard/0.6.2022072600/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.5.2022072200.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.5.2022072200.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.6.2022072600.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.6.2022072600.vsix Type: sha256 - Checksum: 042780F66916FC97E278A99356A578DFC17929163444202F19E4F6DEBF91DAFA + Checksum: 57DEF4F195973F5F70725EF8EC51165B227667BB51FCC7EF3CA5CC82C6AE31C3 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-boot-dashboard/license diff --git a/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 index 1e562379f..194ef8a7e 100644 --- a/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.5.2022072200.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.6.2022072600.vsix" diff --git a/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec b/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec index 5d416e7cb..c3caf3dc1 100644 --- a/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec +++ b/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot-dashboard - 0.5.2022072200 + 0.6.2022072600 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot-dashboard dgalbraith Spring Boot Dashboard VSCode Extension