Skip to content

Commit

Permalink
AU: 2 updated - vscode-pull-request-github vscode-spring-initializr
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jul 9, 2022
1 parent 87177ca commit 4f5c6b4
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
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.2022070612.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.47.2022070709.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.2022070612/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.47.2022070709/vspackage

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

Type: sha256
Checksum: 6BCDC7DAB363CC1ACDB33A4AB84D49B3F1D46CC559372386F62F2800114C655B
Checksum: D480D591760769D193267B3A90746D91A0785BFCADA60F5BB0A3B5E61BBE22BC

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.2022070612.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.47.2022070709.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.2022070612</version>
<version>0.47.2022070709</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
10 changes: 5 additions & 5 deletions automatic/vscode-spring-initializr/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-initializr

and download the package vscjava.vscode-spring-initializr-0.10.2022063003.vsix using the Download Extension link
and download the package vscjava.vscode-spring-initializr-0.10.2022070803.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-initializr/0.10.2022063003/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-initializr/0.10.2022070803/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-initializr-0.10.2022063003.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-initializr-0.10.2022063003.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-initializr-0.10.2022070803.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-initializr-0.10.2022070803.vsix

Type: sha256
Checksum: AE7118D7F76FB291659AFBA8B8620A9AE7B4C691600DC1FAB105334C1954AF80
Checksum: 7436469CE0B2A76458A51DE8C49EB7DE8C7251671629789289B9E5095E8190B8

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-initializr/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-initializr-0.10.2022063003.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-initializr-0.10.2022070803.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-initializr</id>
<version>0.10.2022063003</version>
<version>0.10.2022070803</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-initializr</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Spring Initializr VSCode Extension</title>
Expand Down

0 comments on commit 4f5c6b4

Please sign in to comment.