Skip to content

Commit

Permalink
AU: 2 updated - vscode-java-test vscode-pull-request-github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Sep 4, 2022
1 parent 0dce5b0 commit 3095393
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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.2022082602.vsix using the Download Extension link
and download the extension vscjava.vscode-java-test-0.37.2022090202.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.2022082602/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.37.2022090202/vspackage

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

Type: sha256
Checksum: F0FE21F90A828CECEA5866E82C1F635395E8C1AE9A2FC81253C1959C7B0B125E
Checksum: EBC5054A6F7D1719D1D5481F6B4A2AC3215BF58D7B955FC6ADA83341AD81F4FB

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.2022082602.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.37.2022090202.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.2022082602</version>
<version>0.37.2022090202</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-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.70.0 or newer.
* This package requires Visual Studio Code 1.71.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.49.2022082509.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.51.2022090109.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.49.2022082509/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.51.2022090109/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.49.2022082509.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.49.2022082509.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.51.2022090109.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.51.2022090109.vsix

Type: sha256
Checksum: 0C144068A93DECF10EF3C35B3D40D5482B398F29C392F19E0DDA58056CB5F6B6
Checksum: 9D1672D3F52AB72C1F371D2C311C412F59B44029D235F5AA2CF80F63898FDDD8

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.49.2022082509.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.51.2022090109.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.49.2022082509</version>
<version>0.51.2022090109</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.70.0 or newer.
* This package requires Visual Studio Code 1.71.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

0 comments on commit 3095393

Please sign in to comment.