Skip to content

Commit

Permalink
AU: 3 updated - mongodb-shell vscode-prettier vscode-pull-request-github
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 5, 2021
1 parent e59dfab commit 5daaa50
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/mongodb-js/mongosh)](https://github.com/mongodb-js/mongosh/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-0.7.4-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.7.4)
[![Software version](https://img.shields.io/badge/version-0.7.7-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.7.7)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mongodb-shell?label=Chocolatey)](https://chocolatey.org/packages/mongodb-shell)

The [MongoDB Shell](https://www.mongodb.com/products/shell) lets you connect to MongoDB to work with
Expand Down
12 changes: 6 additions & 6 deletions automatic/mongodb-shell/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/mongodb-js/mongosh/releases

and download the archive mongosh-0.7.4-win32.zip using the links in the relevant
and download the archive mongosh-0.7.7-win32.zip using the links in the relevant
asset section of the page.

Alternatively the build can be downloaded directly from

https://github.com/mongodb-js/mongosh/releases/download/v0.7.4/mongosh-0.7.4-win32.zip
https://github.com/mongodb-js/mongosh/releases/download/v0.7.7/mongosh-0.7.7-win32.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.7.4-win32.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.7.4-win32.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.7.7-win32.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.7.7-win32.zip

File: mongosh-0.7.4-win32.zip
File: mongosh-0.7.7-win32.zip
Type: sha256
Checksum: 5CCF21A4FDB257D58EB60663531004213BEEA2F36B8B824720E23DFFEFBC0208
Checksum: D1083E3AC7D9D07EFFCDC1702CED4916BCE7AB635BBC2C9965BC61A9A5A01406

Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE
4 changes: 2 additions & 2 deletions automatic/mongodb-shell/mongodb-shell.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>mongodb-shell</id>
<version>0.7.4</version>
<version>0.7.7</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB Shell</title>
Expand Down Expand Up @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec
]]>
</description>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v0.7.4</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v0.7.7</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb-shell/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') {

$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)

$archive = Join-Path $toolsDir 'mongosh-0.7.4-win32.zip'
$archive = Join-Path $toolsDir 'mongosh-0.7.7-win32.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Notes

* This package requires Visual Studio Code 1.46.0 or newer.
* This package requires Visual Studio Code 1.53.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-prettier/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=esbenp.prettier-vscode

and download the extension esbenp.prettier-vscode-5.8.0.vsix using the Download Extension link
and download the extension esbenp.prettier-vscode-5.9.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/esbenp/vsextensions/prettier-vscode/5.8.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/5.9.1/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.8.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.8.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.9.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.9.1.vsix

Type: sha256
Checksum: C7AFDB05E1E2FDEA58A511B2E08F27A08B27C057451179378A017BE72E61FC40
Checksum: B172DFD7DA0F7C1663E0B3007E0B236135519CB4C620BFFFD060F6B9D012ACC1

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/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\esbenp.prettier-vscode-5.8.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.9.1.vsix"
4 changes: 2 additions & 2 deletions automatic/vscode-prettier/vscode-prettier.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-prettier</id>
<version>5.8.0</version>
<version>5.9.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Prettier Code Formatter VSCode Extension</title>
Expand All @@ -30,7 +30,7 @@
## Notes
* This package requires Visual Studio Code 1.46.0 or newer.
* This package requires Visual Studio Code 1.53.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pull-request-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull

## Notes

* This package requires Visual Studio Code 1.52.0 or newer.
* This package requires Visual Studio Code 1.53.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
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.22.0.vsix using the Download Extension link
and download the extension GitHub.vscode-pull-request-github-0.23.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.22.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.23.0/vspackage

2. The extension can be validated by comparing checksums
- 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
- Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.23.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.23.0.vsix

Type: sha256
Checksum: 3CDB6562E54FDAF660566834FD2596E613C55BBFE8A872AF3542E5B90DFAE38E
Checksum: D1E28EC27CAA278B91EA5098AF937A982589990186437DD72670AB7FF10214AD

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.22.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.23.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.22.0</version>
<version>0.23.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 Expand Up @@ -39,7 +39,7 @@ This extension allows you to review and manage [GitHub](https://github.com) pull
## Notes
* This package requires Visual Studio Code 1.52.0 or newer.
* This package requires Visual Studio Code 1.53.0 or newer.
You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package.
* The extension will be installed in all editions of Visual Studio Code which can be found.
* While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.
Expand Down

0 comments on commit 5daaa50

Please sign in to comment.