Skip to content

Commit

Permalink
AU: 2 updated - vscode-maven vscode-pull-request-github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 20, 2022
1 parent f709f4a commit f3c9344
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maven extension for VS Code. It provides a project explorer and shortcuts to exe

## Notes

* This package requires Visual Studio Code 1.62.0 or newer.
* This package requires Visual Studio Code 1.65.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-maven/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.maven

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

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.35.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.35.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.35.2022031803.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.35.2022031803.vsix

Type: sha256
Checksum: 13498D1497A1143046F28CE395A0A831CAFFB71F428BA05E8D96B80679B99C98
Checksum: D2F334188D91D1A6758E33C5B201CB71CCC3C174CB185B19FD64CD26D86C9E61

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license
2 changes: 1 addition & 1 deletion automatic/vscode-maven/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-maven-0.35.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.35.2022031803.vsix"
6 changes: 3 additions & 3 deletions automatic/vscode-maven/vscode-maven.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-maven</id>
<version>0.35.1</version>
<version>0.35.2022031803</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Maven for Java VSCode Extension</title>
Expand All @@ -14,7 +14,7 @@
<licenseUrl>https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/microsoft/vscode-maven/</projectSourceUrl>
<docsUrl>https://github.com/Microsoft/vscode-maven/blob/v0.35.1/README.md</docsUrl>
<docsUrl>https://github.com/Microsoft/vscode-maven/blob/v0.35.2022031803/README.md</docsUrl>
<bugTrackerUrl>https://github.com/microsoft/vscode-maven/issues</bugTrackerUrl>
<tags>maven java vscode-maven vscode microsoft</tags>
<summary>Maven extension for VS Code</summary>
Expand All @@ -31,7 +31,7 @@
## Notes
* This package requires Visual Studio Code 1.62.0 or newer.
* This package requires Visual Studio Code 1.65.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.39.2022031409.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.39.2022031709.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.39.2022031409/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.39.2022031709/vspackage

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

Type: sha256
Checksum: E42365E73827FE6FD5CF9EBB9F1BEEBDE5A00B464F58C63AA9B4D79983F27A8E
Checksum: 37B84844D9B907F205FA7A47507996699EB6F4F0018B26A897E85E01940BA371

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.39.2022031409.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.39.2022031709.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.39.2022031409</version>
<version>0.39.2022031709</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

0 comments on commit f3c9344

Please sign in to comment.