From 34a1f5fed92425edc6e8c633adf9762910d9ecd4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 22 Feb 2023 04:18:55 +0000 Subject: [PATCH] AU: 7 updated - nushell nushell.install nushell.portable sqlite.analyzer sqlite.shell vscode-jupyter vscode-pull-request-github [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e1b05f45fe817059bf89093bb8d10ebba0347d14 --- automatic/nushell.install/README.md | 2 +- automatic/nushell.install/legal/VERIFICATION.txt | 14 +++++++------- automatic/nushell.install/nushell.install.nuspec | 4 ++-- .../nushell.install/tools/chocolateyInstall.ps1 | 2 +- automatic/nushell.portable/README.md | 2 +- automatic/nushell.portable/legal/VERIFICATION.txt | 14 +++++++------- automatic/nushell.portable/nushell.portable.nuspec | 4 ++-- .../nushell.portable/tools/chocolateyInstall.ps1 | 2 +- automatic/nushell/README.md | 2 +- automatic/nushell/nushell.nuspec | 6 +++--- automatic/sqlite.analyzer/README.md | 2 +- automatic/sqlite.analyzer/legal/VERIFICATION.txt | 6 +++--- automatic/sqlite.analyzer/sqlite.analyzer.nuspec | 2 +- automatic/sqlite.shell/README.md | 2 +- automatic/sqlite.shell/legal/VERIFICATION.txt | 6 +++--- automatic/sqlite.shell/sqlite.shell.nuspec | 2 +- .../vscode-jupyter/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-jupyter/vscode-jupyter.nuspec | 2 +- .../legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 2 +- 21 files changed, 45 insertions(+), 45 deletions(-) diff --git a/automatic/nushell.install/README.md b/automatic/nushell.install/README.md index 78d11332a..b50b02be8 100644 --- a/automatic/nushell.install/README.md +++ b/automatic/nushell.install/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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0) +[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.install?label=Chocolatey)](https://chocolatey.org/packages/nushell.install) 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.install/legal/VERIFICATION.txt b/automatic/nushell.install/legal/VERIFICATION.txt index 9069affcb..db70461b9 100644 --- a/automatic/nushell.install/legal/VERIFICATION.txt +++ b/automatic/nushell.install/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/nushell/nushell/releases/tag/0.75.0 + https://github.com/nushell/nushell/releases/tag/0.76.0 -and download the archive nu-0.75.0-x86_64-pc-windows-msvc.msi using the relevant link in the +and download the archive nu-0.76.0-x86_64-pc-windows-msvc.msi using the relevant link in the assets section on the page. Alternatively the archive can be downloaded directly from - https://github.com/nushell/nushell/releases/download/0.75.0/nu-0.75.0-x86_64-pc-windows-msvc.msi + https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-x86_64-pc-windows-msvc.msi 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.75.0-x86_64-pc-windows-msvc.msi - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.75.0-x86_64-pc-windows-msvc.msi + - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.76.0-x86_64-pc-windows-msvc.msi + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.76.0-x86_64-pc-windows-msvc.msi - File: nu-0.75.0-x86_64-pc-windows-msvc.msi + File: nu-0.76.0-x86_64-pc-windows-msvc.msi Type: sha256 - Checksum: 9F664E95B7EC47B733B1411EE8B2A38C14B640711B81F7F30B80CB9430B66F7E + Checksum: 16B3A1E42DFF58FD56662A679DF945F62288DF4D1216A2F58851E8AE685A28E3 Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE diff --git a/automatic/nushell.install/nushell.install.nuspec b/automatic/nushell.install/nushell.install.nuspec index f6425c91b..cb0d99bc0 100644 --- a/automatic/nushell.install/nushell.install.nuspec +++ b/automatic/nushell.install/nushell.install.nuspec @@ -3,7 +3,7 @@ nushell.install - 0.75.0 + 0.76.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell dgalbraith Nushell - A new type of shell @@ -58,7 +58,7 @@ 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.75.0 + https://github.com/nushell/nushell/releases/tag/0.76.0 diff --git a/automatic/nushell.install/tools/chocolateyInstall.ps1 b/automatic/nushell.install/tools/chocolateyInstall.ps1 index bf5f622e2..8b07b58d9 100644 --- a/automatic/nushell.install/tools/chocolateyInstall.ps1 +++ b/automatic/nushell.install/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:ChocolateyPackageName SoftwareName = 'Nu' - File64 = Join-Path $toolsDir 'nu-0.75.0-x86_64-pc-windows-msvc.msi' + File64 = Join-Path $toolsDir 'nu-0.76.0-x86_64-pc-windows-msvc.msi' FileType = 'msi' SilentArgs = '/qn /norestart' ValidExitCodes = @(0, 3010, 1641) diff --git a/automatic/nushell.portable/README.md b/automatic/nushell.portable/README.md index 0956eade9..3b124d57d 100644 --- a/automatic/nushell.portable/README.md +++ b/automatic/nushell.portable/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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0) +[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.portable?label=Chocolatey)](https://chocolatey.org/packages/nushell.portable) 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.portable/legal/VERIFICATION.txt b/automatic/nushell.portable/legal/VERIFICATION.txt index 6ea8b9a71..1318f9d9c 100644 --- a/automatic/nushell.portable/legal/VERIFICATION.txt +++ b/automatic/nushell.portable/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/nushell/nushell/releases/tag/0.75.0 + https://github.com/nushell/nushell/releases/tag/0.76.0 -and download the archive nu-0.75.0-x86_64-pc-windows-msvc.zip using the relevant link in the +and download the archive nu-0.76.0-x86_64-pc-windows-msvc.zip using the relevant link in the assets section on the page. Alternatively the archive can be downloaded directly from - https://github.com/nushell/nushell/releases/download/0.75.0/nu-0.75.0-x86_64-pc-windows-msvc.zip + https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-x86_64-pc-windows-msvc.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.75.0-x86_64-pc-windows-msvc.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.75.0-x86_64-pc-windows-msvc.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.76.0-x86_64-pc-windows-msvc.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.76.0-x86_64-pc-windows-msvc.zip - File: nu-0.75.0-x86_64-pc-windows-msvc.zip + File: nu-0.76.0-x86_64-pc-windows-msvc.zip Type: sha256 - Checksum: B6C2035A7FEE3D354B60DE3C271F96D19C839CC56FFA95588D5BB6793903413D + Checksum: 6534C66EEE3B939B2F93056CC54B26C577B24836EBF9EF2F9E70D50A0491E0E6 Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE diff --git a/automatic/nushell.portable/nushell.portable.nuspec b/automatic/nushell.portable/nushell.portable.nuspec index 8efb55776..cd4e99d13 100644 --- a/automatic/nushell.portable/nushell.portable.nuspec +++ b/automatic/nushell.portable/nushell.portable.nuspec @@ -3,7 +3,7 @@ nushell.portable - 0.75.0 + 0.76.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell dgalbraith Nushell - A new type of shell (Portable) @@ -58,7 +58,7 @@ 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.75.0 + https://github.com/nushell/nushell/releases/tag/0.76.0 diff --git a/automatic/nushell.portable/tools/chocolateyInstall.ps1 b/automatic/nushell.portable/tools/chocolateyInstall.ps1 index c8903362b..13850d06b 100644 --- a/automatic/nushell.portable/tools/chocolateyInstall.ps1 +++ b/automatic/nushell.portable/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition $unzipArgs = @{ PackageName = $env:ChocolateyPackageName - FileFullPath64 = Join-Path $toolsDir 'nu-0.75.0-x86_64-pc-windows-msvc.zip' + FileFullPath64 = Join-Path $toolsDir 'nu-0.76.0-x86_64-pc-windows-msvc.zip' Destination = $toolsDir } diff --git a/automatic/nushell/README.md b/automatic/nushell/README.md index 42ff2911f..5b1e68ab8 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.75.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.75.0) +[![Software version](https://img.shields.io/badge/Source-v0.76.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.76.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 e121e8c38..c6aef4a8c 100644 --- a/automatic/nushell/nushell.nuspec +++ b/automatic/nushell/nushell.nuspec @@ -3,7 +3,7 @@ nushell - 0.75.0 + 0.76.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.75.0 + https://github.com/nushell/nushell/releases/tag/0.76.0 - + diff --git a/automatic/sqlite.analyzer/README.md b/automatic/sqlite.analyzer/README.md index 4746f730c..223125f75 100644 --- a/automatic/sqlite.analyzer/README.md +++ b/automatic/sqlite.analyzer/README.md @@ -3,7 +3,7 @@ [![Software License](https://img.shields.io/badge/License-Public%20Domain-brightgreen.svg)](https://sqlite.org/copyright.html) [![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-v3.40.1-blue)](https://sqlite.org) +[![Software version](https://img.shields.io/badge/Source-v3.41.0-blue)](https://sqlite.org) [![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite.analyzer?label=Chocolatey)](https://chocolatey.org/packages/sqlite.analyzer) SQLite Analyzer is a command-line utility program that measures and displays how much and how efficiently space is used diff --git a/automatic/sqlite.analyzer/legal/VERIFICATION.txt b/automatic/sqlite.analyzer/legal/VERIFICATION.txt index b00dd19e4..ecc771308 100644 --- a/automatic/sqlite.analyzer/legal/VERIFICATION.txt +++ b/automatic/sqlite.analyzer/legal/VERIFICATION.txt @@ -10,12 +10,12 @@ be verified by: https://sqlite.org/download.html -and download the archive sqlite-tools-win32-x86-3400100.zip using the link in +and download the archive sqlite-tools-win32-x86-3410000.zip using the link in the Precompiled Binaries for Windows section. Alternatively the archives can be downloaded directly from - https://sqlite.org/2021/sqlite-tools-win32-x86-3400100.zip + https://sqlite.org/2021/sqlite-tools-win32-x86-3410000.zip 2. Extract the file sqlite3.exe from the archive @@ -25,6 +25,6 @@ Alternatively the archives can be downloaded directly from File: sqlite3_analyzer.exe ChecksumType: sha256 - Checksum: 9674515CCFFE71F8DAB925B625641093AC2921AAFB316BA5098D7BEA54F9C33D + Checksum: CE4177AD9ADEF3C8EAB4E82FE16C48D00FE4B6D2E77548A50AEC9D651CDD7611 Contents of file LICENSE.txt is obtained from http://www.sqlite.org/copyright.html diff --git a/automatic/sqlite.analyzer/sqlite.analyzer.nuspec b/automatic/sqlite.analyzer/sqlite.analyzer.nuspec index c188e28f1..230d21eb9 100644 --- a/automatic/sqlite.analyzer/sqlite.analyzer.nuspec +++ b/automatic/sqlite.analyzer/sqlite.analyzer.nuspec @@ -3,7 +3,7 @@ sqlite.analyzer - 3.40.1 + 3.41.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite.analyzer dgalbraith SQLite Analyzer diff --git a/automatic/sqlite.shell/README.md b/automatic/sqlite.shell/README.md index 22d6fe245..a35a6af3e 100644 --- a/automatic/sqlite.shell/README.md +++ b/automatic/sqlite.shell/README.md @@ -3,7 +3,7 @@ [![Software License](https://img.shields.io/badge/License-Public%20Domain-brightgreen.svg)](https://sqlite.org/copyright.html) [![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-v3.40.1-blue)](https://sqlite.org) +[![Software version](https://img.shields.io/badge/Source-v3.41.0-blue)](https://sqlite.org) [![Chocolatey package version](https://img.shields.io/chocolatey/v/sqlite.shell?label=Chocolatey)](https://chocolatey.org/packages/sqlite.shell) SQLite Shell is a command-line shell that allows the user to manually enter and execute SQL statements against an SQLite database. diff --git a/automatic/sqlite.shell/legal/VERIFICATION.txt b/automatic/sqlite.shell/legal/VERIFICATION.txt index e6cf12724..df7b9d66e 100644 --- a/automatic/sqlite.shell/legal/VERIFICATION.txt +++ b/automatic/sqlite.shell/legal/VERIFICATION.txt @@ -10,12 +10,12 @@ be verified by: https://sqlite.org/download.html -and download the archive sqlite-tools-win32-x86-3400100.zip using the link in +and download the archive sqlite-tools-win32-x86-3410000.zip using the link in the Precompiled Binaries for Windows section. Alternatively the archives can be downloaded directly from - https://sqlite.org/2021/sqlite-tools-win32-x86-3400100.zip + https://sqlite.org/2021/sqlite-tools-win32-x86-3410000.zip 2. Extract the file sqlite3.exe from the archive @@ -25,6 +25,6 @@ Alternatively the archives can be downloaded directly from File: sqlite3.exe ChecksumType: sha256 - Checksum: A27EE3E1E37DBD864668D93BFA0797F371FF3A90FB0CF4D7BE827BFF86E2B748 + Checksum: 081C74ADB86FE83065C381D5F7E319FE4D265DAAB7FB74C580258822B23B9EF5 Contents of file LICENSE.txt is obtained from http://www.sqlite.org/copyright.html diff --git a/automatic/sqlite.shell/sqlite.shell.nuspec b/automatic/sqlite.shell/sqlite.shell.nuspec index 8bcf76a23..b3f9b5e2e 100644 --- a/automatic/sqlite.shell/sqlite.shell.nuspec +++ b/automatic/sqlite.shell/sqlite.shell.nuspec @@ -3,7 +3,7 @@ sqlite.shell - 3.40.1 + 3.41.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/sqlite.shell dgalbraith SQLite Shell diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 84ddfc359..5cb314861 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@2023.2.1000521025' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.2.1000540147' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 0ad5b1c65..4d34cbe62 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2023.2.1000521025 + 2023.2.1000540147 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 1e8a78ec5..41b2d02dc 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.59.2023021609.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.59.2023022109.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.59.2023021609/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.59.2023022109/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.59.2023021609.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.59.2023021609.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.59.2023022109.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.59.2023022109.vsix Type: sha256 - Checksum: BC4AB5F8D9224C2421C05B1C34EBC754F042296E587E7CA7A10DC052BEE6AF63 + Checksum: C67BC0569CB74CD5C2C247B0BC6AAC514AD2F0A87A858E0B06E708A038543FC8 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 e71d1dea4..26b78bfa2 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.59.2023021609.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.59.2023022109.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 acbb3cb4f..8656841a7 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.59.2023021609 + 0.59.2023022109 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension