Skip to content

Commit

Permalink
AU: 5 updated - vscode-pull-request-github vscode-pylance vscode-pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 12, 2020
1 parent a388824 commit bbe903a
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 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.21.4.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.22.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/GitHub/vsextensions/vscode-pull-request-github/0.21.4/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.22.0/vspackage

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

Type: sha256
Checksum: 6DE7FB192A396A5305DE6525FE72C54A90B342197D7BBE5AF644298A49C129DF
Checksum: 3CDB6562E54FDAF660566834FD2596E613C55BBFE8A872AF3542E5B90DFAE38E

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.21.4.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.22.0.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.21.4</version>
<version>0.22.0</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
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.12.1"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.12.2"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2020.12.1</version>
<version>2020.12.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python-test-adapter/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=LittleFoxTeam.vscode-python-test-adapter

and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix using the Download Extension link
and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.4/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.5/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.5.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.5.vsix

Type: sha256
Checksum: 95AD6837F75C2B09BD800737D05B1B94C5FDCD7D44FA53A95ED171087B44D326
Checksum: 98D9E905DFF215BBDBD16EB964F277C93A63633E379AD3EE5F9931098FCF2D8D

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/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\LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.5.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-python-test-adapter</id>
<version>0.6.4</version>
<version>0.6.5</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python Test Explorer VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-todo-tree/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=Gruntfuggly.todo-tree

and download the extension Gruntfuggly.todo-tree-0.0.190.vsix using the Download Extension link
and download the extension Gruntfuggly.todo-tree-0.0.192.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/Gruntfuggly/vsextensions/todo-tree/0.0.190/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.192/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.190.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.190.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.192.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.192.vsix

Type: sha256
Checksum: 87B6CC9D6E0AD6E3C27B8412EAEED75DB630DA8D95C1141306311AEAC1A67117
Checksum: BF3E11045EC407EE1DFE3AF7AF5F54D905984203801ADF38F577FC39CDDE5703

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license
2 changes: 1 addition & 1 deletion automatic/vscode-todo-tree/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\Gruntfuggly.todo-tree-0.0.190.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.192.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-todo-tree/vscode-todo-tree.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-todo-tree</id>
<version>0.0.190</version>
<version>0.0.192</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Todo Tree VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-vsonline/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3075'
Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3076'
2 changes: 1 addition & 1 deletion automatic/vscode-vsonline/vscode-vsonline.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-vsonline</id>
<version>1.0.3075</version>
<version>1.0.3076</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Codespaces VSCode Extension</title>
Expand Down

0 comments on commit bbe903a

Please sign in to comment.