Skip to content

Commit

Permalink
AU: 3 updated - mongodb-shell vscode-intellicode vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 16, 2024
1 parent 77ad7cc commit 01ada94
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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-v2.1.5-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.1.5)
[![Software version](https://img.shields.io/badge/version-v2.2.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v2.2.0)
[![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-2.1.5-win32-x64.zip using the links in the relevant
and download the archive mongosh-2.2.0-win32-x64.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/v2.1.5/mongosh-2.1.5-win32-x64.zip
https://github.com/mongodb-js/mongosh/releases/download/v2.2.0/mongosh-2.2.0-win32-x64.zip

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

File: mongosh-2.1.5-win32-x64.zip
File: mongosh-2.2.0-win32-x64.zip
Type: sha256
Checksum: 37719252A4954637DA877BEFB213CEED655E88FADB6BE1738A316A22FEE7DFCD
Checksum: 8826E0A2497861057D58CFDE0047C116BE7D5871BC2991D003615400668C3DD7

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>2.1.5</version>
<version>2.2.0</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/v2.1.5</releaseNotes>
<releaseNotes>https://github.com/mongodb-js/mongosh/releases/tag/v2.2.0</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-2.1.5-win32-x64.zip'
$archive = Join-Path $toolsDir 'mongosh-2.2.0-win32-x64.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-intellicode/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.3.0'
Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.3.1'
2 changes: 1 addition & 1 deletion automatic/vscode-intellicode/vscode-intellicode.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-intellicode</id>
<version>1.3.0</version>
<version>1.3.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-intellicode</packageSourceUrl>
<owners>dgalbraith</owners>
<title>IntelliCode VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

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

0 comments on commit 01ada94

Please sign in to comment.