diff --git a/automatic/nushell/README.md b/automatic/nushell/README.md index 402c262c1..343f82c8a 100644 --- a/automatic/nushell/README.md +++ b/automatic/nushell/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/blob/main/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/Source-v0.69.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.69.1) +[![Software version](https://img.shields.io/badge/Source-v0.70.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.70.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell?label=Chocolatey)](https://chocolatey.org/packages/nushell) Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works diff --git a/automatic/nushell/nushell.nuspec b/automatic/nushell/nushell.nuspec index 6fa922f9d..084ccbc6b 100644 --- a/automatic/nushell/nushell.nuspec +++ b/automatic/nushell/nushell.nuspec @@ -3,7 +3,7 @@ nushell - 0.69.1 + 0.70.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell dgalbraith Nushell - A new type of shell @@ -58,9 +58,9 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly. ]]> - https://github.com/nushell/nushell/releases/tag/0.69.1 + https://github.com/nushell/nushell/releases/tag/0.70.0 - + diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 687a04f98..32fc8144d 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.10.1102891042' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.10.1102931121' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 5acd6ba46..d32b454cb 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2022.10.1102891042 + 2022.10.1102931121 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index 19baede26..d64058260 100644 --- a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt +++ b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt @@ -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.53.2022101718.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.53.2022101809.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.53.2022101718/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.53.2022101809/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.53.2022101718.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.53.2022101718.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.53.2022101809.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.53.2022101809.vsix Type: sha256 - Checksum: 1200CF38C0975677150FB227A5FA1E322555FFE3358981AD095D4A1FBC689781 + Checksum: C231870FF336A01B80D118EAAA3ECDF46B776BDC0D7935B528FD1952EEC04052 Contents of LICENSE.txt is obtained from https://github.com/microsoft/vscode-pull-request-github/blob/master/LICENSE diff --git a/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 b/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 index 3dc4aec70..9b38efd05 100644 --- a/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pull-request-github/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.53.2022101718.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.53.2022101809.vsix" diff --git a/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec b/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec index f48c8f3d5..c27e989c3 100644 --- a/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec +++ b/automatic/vscode-pull-request-github/vscode-pull-request-github.nuspec @@ -3,7 +3,7 @@ vscode-pull-request-github - 0.53.2022101718 + 0.53.2022101809 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension