Skip to content

Commit

Permalink
AU: 2 updated - vscode-mongodb vscode-pylance
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 11, 2021
1 parent 92e921c commit cd79dd7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.4.0.vsix using the Download Extension link
and download the package mongodb.mongodb-vscode-0.4.1.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.4.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/0.4.1/vspackage

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

Type: sha256
Checksum: EE4F99BB3BE642EEDF2C13F9E81E29A40C25D0E7477EA01E660C01DCA2BD6C1A
Checksum: 7A663ED01A11BF67AD3666123BEED25B87638BEFC055C5BBA3CFCF258FEB07A8

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.4.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.4.1.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.4.0</version>
<version>0.4.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB 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.2.0"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2021.2.1"
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.2.0</version>
<version>2021.2.1</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 cd79dd7

Please sign in to comment.