Skip to content

Commit

Permalink
AU: 1 updated - vscode-test-explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 18, 2021
1 parent 2994700 commit 066d5c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-test-explorer/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=hbenl.vscode-test-explorer

and download the extension hbenl.vscode-test-explorer-2.19.4.vsix using the Download Extension link
and download the extension hbenl.vscode-test-explorer-2.19.5.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/hbenl/vsextensions/vscode-test-explorer/2.19.4/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/hbenl/vsextensions/vscode-test-explorer/2.19.5/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.4.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.4.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.5.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.5.vsix

Type: sha256
Checksum: BF2B8A1EC036EADE3A0C1DD9354427863BDDAD0A926B46D745D9C10DEF72CC56
Checksum: 59C8AA6AB1142A5925DD69042750F67F26C1B9B1B9EA7325E41F43DF64E64AB5

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/hbenl.vscode-test-explorer/license
2 changes: 1 addition & 1 deletion automatic/vscode-test-explorer/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\hbenl.vscode-test-explorer-2.19.4.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\hbenl.vscode-test-explorer-2.19.5.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-test-explorer/vscode-test-explorer.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-test-explorer</id>
<version>2.19.4</version>
<version>2.19.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-test-explorer</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Test Explorer UI VSCode Extension</title>
Expand Down

0 comments on commit 066d5c3

Please sign in to comment.