Skip to content

Commit

Permalink
AU: 4 updated - vscode-java-debug vscode-java-dependency vscode-java-…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 16, 2023
1 parent 2ccf6d7 commit 1a95e72
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/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-debug

and download the extension vscjava.vscode-java-debug-0.48.0.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.48.2023021407.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-debug/0.48.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.48.2023021407/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.48.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.48.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.48.2023021407.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.48.2023021407.vsix

Type: sha256
Checksum: 6C1EBB64C8C714435A016461EC02EEFDEE6266AE500946FF07423B434EE84456
Checksum: E2FE16FA06D22A6A576EDFED463C6E62B486262DE55988FE57D537CC94BA11C6

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/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-debug-0.48.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.48.2023021407.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-debug</id>
<version>0.48.0</version>
<version>0.48.2023021407</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-dependency/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency

and download the extension vscjava.vscode-java-dependency-0.21.2023013100.vsix using the Download Extension link
and download the extension vscjava.vscode-java-dependency-0.21.2023021500.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-java-dependency/0.21.2023013100/
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.21.2023021500/
vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.21.2023013100.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.21.2023013100.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.21.2023021500.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.21.2023021500.vsix

Type: sha256
Checksum: C417345E8198430F38DEB6528B590DD5A5F964C72906E3D61CD08F7A5E9C8FF0
Checksum: 4AA0F8BA2F6D9F8A5B6737CC01600D6FC62BB15E9D88FB2AD08B5247F5A3C246

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/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-java-dependency-0.21.2023013100.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.21.2023021500.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-java-dependency</id>
<version>0.21.2023013100</version>
<version>0.21.2023021500</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Dependency Viewer VSCode Extension</title>
Expand Down
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.37.2023013002.vsix using the Download Extension link
and download the extension vscjava.vscode-java-test-0.37.2023021404.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.37.2023013002/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.37.2023021404/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.37.2023013002.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.37.2023013002.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.37.2023021404.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.37.2023021404.vsix

Type: sha256
Checksum: 0002C35070FCB3173ECF3BA68AB7220C9997B2C9DFF9B086B9FE995E48356942
Checksum: 57C8BC8C3C31660848745D52048BD0D654EC31A3508735445A4F92BD762604AE

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.37.2023013002.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.37.2023021404.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.37.2023013002</version>
<version>0.37.2023021404</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
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@2023.2.1000461014'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.2.1000471055'
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>2023.2.1000461014</version>
<version>2023.2.1000471055</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

0 comments on commit 1a95e72

Please sign in to comment.