Skip to content

Commit

Permalink
AU: 3 updated - vscode-mongodb vscode-pull-request-github vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Dec 4, 2021
1 parent f3b1e54 commit af2b5ba
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-mongodb/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=mongodb.mongodb-vscode

and download the package mongodb.mongodb-vscode-0.6.14.vsix using the Download Extension link
and download the package mongodb.mongodb-vscode-0.7.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/mongodb/vsextensions/mongodb-vscode/0.6.14/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/0.7.0/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.6.14.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.6.14.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.7.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.7.0.vsix

Type: sha256
Checksum: 7D8D894E101E3EA7042859D0B1846E302D5128AB269B75265A18ACACE3546703
Checksum: C58C00138A5FAED10CF2CE2594B28D6288CF95ECDBDC04D9CAC03E580DC77152

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/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\mongodb.mongodb-vscode-0.6.14.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.7.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/vscode-mongodb.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-mongodb</id>
<version>0.6.14</version>
<version>0.7.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB VSCode Extension</title>
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.33.2021120110.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.33.2021120309.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.33.2021120110/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.33.2021120309/vspackage

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

Type: sha256
Checksum: F04E12F79A164FB934F34D3E31967E187574F113A6936568C8EEF692C4E1F8E6
Checksum: CCCA6A6ECB4972133BE8A9E246225491123A2D4DD6B97995BFF8C4FC851BE262

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.33.2021120110.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.33.2021120309.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.33.2021120110</version>
<version>0.33.2021120309</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@2021.11.2"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2021.12.0"
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>2021.11.2</version>
<version>2021.12.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit af2b5ba

Please sign in to comment.