Skip to content

Commit

Permalink
AU: 8 updated - dotcover-cli kyma-cli vscode-java vscode-java-test vs…
Browse files Browse the repository at this point in the history
…code-jupyter vscode-pull-request-github vscode-python vscode-spring-boot-dashboard

[skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/ab08ec3b2d3473ff6f1f487a8e37ff9e5b37edd9
  • Loading branch information
dgalbraith committed Aug 3, 2022
1 parent d6af1ce commit b1fd0a9
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/dotcover-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>dotcover-cli</id>
<version>2022.1.2</version>
<version>2022.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>dotCover Command Line Tools</title>
Expand Down
12 changes: 6 additions & 6 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion automatic/kyma-cli/kyma-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kyma-cli</id>
<version>2.4.2</version>
<version>2.5.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Kyma CLI - Install, Manage and Test Kyma</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/kyma-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ 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
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f kyma_Windows_x86_64.zip

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
10 changes: 5 additions & 5 deletions automatic/vscode-java-test/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion automatic/vscode-java-test/vscode-java-test.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-java-test</id>
<version>0.36.2022072502</version>
<version>0.36.2022080202</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Test Runner VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-java/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-java</id>
<version>1.10.2022072711</version>
<version>1.10.2022080204</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.8.1002151035'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.8.1002161046'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2022.8.1002151035</version>
<version>2022.8.1002161046</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pull-request-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-pull-request-github/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-pull-request-github</id>
<version>0.47.2022072109</version>
<version>0.47.2022080211</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github</packageSourceUrl>
<owners>dgalbraith</owners>
<title>GitHub Pull Requests and Issues VSCode Extension</title>
Expand Down Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-python/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python</id>
<version>2022.11.12131835</version>
<version>2022.13.12141005</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-spring-boot-dashboard</id>
<version>0.5.2022072200</version>
<version>0.6.2022072600</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot-dashboard</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Spring Boot Dashboard VSCode Extension</title>
Expand Down

0 comments on commit b1fd0a9

Please sign in to comment.