Skip to content

Commit

Permalink
AU: 1 updated - vscode-maven
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Nov 27, 2020
1 parent ba47184 commit 4db7c7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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.25.0.vsix using the Download Extension link
and download the extension vscjava.vscode-maven-0.26.0.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.25.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.26.0/vspackage

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

Type: sha256
Checksum: 441AD25A3F17B7EBCF521D9C08D9AE894A554E941A91167EF69D2A4DD2AD5325
Checksum: DC6BC8EC600DD4102731E43A82D43A1D600918E4916CF988FD0537297CCD1AEF

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.25.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.26.0.vsix"
4 changes: 2 additions & 2 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.25.0</version>
<version>0.26.0</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.25.0/README.md</docsUrl>
<docsUrl>https://github.com/Microsoft/vscode-maven/blob/v0.26.0/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 Down

0 comments on commit 4db7c7b

Please sign in to comment.