diff --git a/automatic/dbgate.install/README.md b/automatic/dbgate.install/README.md index cc9462655..2787c468c 100644 --- a/automatic/dbgate.install/README.md +++ b/automatic/dbgate.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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/Source-v5.2.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.8) +[![Software version](https://img.shields.io/badge/Source-v5.2.9-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.9) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.install?label=Chocolatey)](https://chocolatey.org/packages/dbgate.install) DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working diff --git a/automatic/dbgate.install/dbgate.install.nuspec b/automatic/dbgate.install/dbgate.install.nuspec index ef6c8f169..afba6de2f 100644 --- a/automatic/dbgate.install/dbgate.install.nuspec +++ b/automatic/dbgate.install/dbgate.install.nuspec @@ -3,7 +3,7 @@ dbgate.install - 5.2.8 + 5.2.9 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.install dgalbraith DbGate - The Smartest (no)SQL Database Client (Install) diff --git a/automatic/dbgate.install/legal/VERIFICATION.txt b/automatic/dbgate.install/legal/VERIFICATION.txt index c272b3122..9fd11a794 100644 --- a/automatic/dbgate.install/legal/VERIFICATION.txt +++ b/automatic/dbgate.install/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/dbgate/dbgate/releases/tag/v5.2.8 + https://github.com/dbgate/dbgate/releases/tag/v5.2.9 -and download the installer dbgate-5.2.8-win_x64.exe using the links in the relevant +and download the installer dbgate-5.2.9-win_x64.exe using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/dbgate/dbgate/releases/download/v5.2.8/dbgate-5.2.8-win_x64.exe + https://github.com/dbgate/dbgate/releases/download/v5.2.9/dbgate-5.2.9-win_x64.exe 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.2.8-win_x64.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.2.8-win_x64.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.2.9-win_x64.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.2.9-win_x64.exe - File: dbgate-5.2.8-win_x64.exe + File: dbgate-5.2.9-win_x64.exe Type: sha256 - Checksum: 582B342A2E2449D4C309CD5575A8A9F8126FF7A0E0B2E235CCF77852104A9C77 + Checksum: 272CAD10C27F7713D57F0C61BE32A2B33CBC9D5F8273CCA7402A4B7A9B899414 Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE diff --git a/automatic/dbgate.install/tools/chocolateyInstall.ps1 b/automatic/dbgate.install/tools/chocolateyInstall.ps1 index 437ed19c4..e542c0664 100644 --- a/automatic/dbgate.install/tools/chocolateyInstall.ps1 +++ b/automatic/dbgate.install/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$installer = Join-Path $toolsDir 'dbgate-5.2.8-win_x64.exe' +$installer = Join-Path $toolsDir 'dbgate-5.2.9-win_x64.exe' $packageArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/dbgate.portable/README.md b/automatic/dbgate.portable/README.md index 00b5a5836..37ccb22a2 100644 --- a/automatic/dbgate.portable/README.md +++ b/automatic/dbgate.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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/Source-v5.2.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.8) +[![Software version](https://img.shields.io/badge/Source-v5.2.9-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.9) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate.portable?label=Chocolatey)](https://chocolatey.org/packages/dbgate.portable) DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working diff --git a/automatic/dbgate.portable/dbgate.portable.nuspec b/automatic/dbgate.portable/dbgate.portable.nuspec index 30bc2c6c3..d29aede65 100644 --- a/automatic/dbgate.portable/dbgate.portable.nuspec +++ b/automatic/dbgate.portable/dbgate.portable.nuspec @@ -3,7 +3,7 @@ dbgate.portable - 5.2.8 + 5.2.9 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate.portable dgalbraith DbGate - The Smartest (no)SQL Database Client (Portable) diff --git a/automatic/dbgate.portable/legal/VERIFICATION.txt b/automatic/dbgate.portable/legal/VERIFICATION.txt index ae7f8a8cf..6ff72746e 100644 --- a/automatic/dbgate.portable/legal/VERIFICATION.txt +++ b/automatic/dbgate.portable/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/dbgate/dbgate/releases/tag/v5.2.8 + https://github.com/dbgate/dbgate/releases/tag/v5.2.9 -and download the archive dbgate-5.2.8-win_x64.zip using the links in the relevant +and download the archive dbgate-5.2.9-win_x64.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/dbgate/dbgate/releases/download/v5.2.8/dbgate-5.2.8-win_x64.zip + https://github.com/dbgate/dbgate/releases/download/v5.2.9/dbgate-5.2.9-win_x64.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.2.8-win_x64.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.2.8-win_x64.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 dbgate-5.2.9-win_x64.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f dbgate-5.2.9-win_x64.zip - File: dbgate-5.2.8-win_x64.zip + File: dbgate-5.2.9-win_x64.zip Type: sha256 - Checksum: 6148D9AB421478ACFD5D3C784B7C3A1B545C77AFA3F3910020E6701F0A319F62 + Checksum: 40AED5A2663A1BF1E87F34D07C0F8E09AF2395D7090A909C6A7DFC49D15CE89C Contents of file LICENSE.txt is obtained from https://github.com/dbgate/dbgate/blob/master/LICENSE diff --git a/automatic/dbgate.portable/tools/chocolateyInstall.ps1 b/automatic/dbgate.portable/tools/chocolateyInstall.ps1 index 0a02945f0..2c1d77633 100644 --- a/automatic/dbgate.portable/tools/chocolateyInstall.ps1 +++ b/automatic/dbgate.portable/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'dbgate-5.2.8-win_x64.zip' +$archive = Join-Path $toolsDir 'dbgate-5.2.9-win_x64.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/dbgate/README.md b/automatic/dbgate/README.md index 027b63d8c..89a2b3960 100644 --- a/automatic/dbgate/README.md +++ b/automatic/dbgate/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/dbgate/dbgate)](https://github.com/dbgate/dbgate/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/Source-v5.2.8-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.8) +[![Software version](https://img.shields.io/badge/Source-v5.2.9-blue)](https://github.com/mongodb/mongocli/releases/tag/v5.2.9) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dbgate?label=Chocolatey)](https://chocolatey.org/packages/dbgate) DbGate is cross-platform database manager. It's designed to be simple to use and effective, when working diff --git a/automatic/dbgate/dbgate.nuspec b/automatic/dbgate/dbgate.nuspec index f24f1ab28..530512fa5 100644 --- a/automatic/dbgate/dbgate.nuspec +++ b/automatic/dbgate/dbgate.nuspec @@ -3,7 +3,7 @@ dbgate - 5.2.8 + 5.2.9 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dbgate dgalbraith DbGate - The Smartest (no)SQL Database Client @@ -75,7 +75,7 @@ If you find it is out of date by more than a day or two, please contact the main https://github.com/dbgate/dbgate/blob/master/CHANGELOG.md - + diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 1a7afa23a..8e58a0b36 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@2024.5.2024052701' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.5.2024052901' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index b9afec2bc..0502d50af 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2024.5.2024052701 + 2024.5.2024052901 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 1eda0afc3..be8a5c6b7 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 C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052804.vsix using the Download Extension link +and download the extension C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052904.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.89.2024052804/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.89.2024052904/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052804.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052804.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052904.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052904.vsix Type: sha256 - Checksum: D15D0081C268DA65321E6F82706CB5D8A28AD4F07084F69B8EA432446FAAD086 + Checksum: 945EF6C12C5CD071316F65D9F27A48CED2D1A005616C381AD554695958231778 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 8e93e6704..e5b2d03fa 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\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052804.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\C:\projects\chocolatey-packages\automatic\vscode-pull-request-github\tools\GitHub.vscode-pull-request-github-0.89.2024052904.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 03aa49a50..d7a6aae38 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.89.2024052804 + 0.89.2024052904 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 292f756b1..b33b8ec4b 100644 --- a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.5.102" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.5.103" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 685cdb945..6b9b33b44 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2024.5.102 + 2024.5.103 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-python/README.md b/automatic/vscode-python/README.md index 8e8f98d3c..ec241e0e2 100644 --- a/automatic/vscode-python/README.md +++ b/automatic/vscode-python/README.md @@ -24,7 +24,7 @@ refactoring, variable explorer, test explorer, snippets, and more! ## Notes -* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. +* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider 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. diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 9e5cb765c..559269131 100644 --- a/automatic/vscode-python/legal/VERIFICATION.txt +++ b/automatic/vscode-python/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-python.python -and download the package ms-python.python-2024.7.11491011.vsix using the Download Extension link +and download the package ms-python.python-2024.7.11501016.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/ms-python/vsextensions/python/2024.7.11491011/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.7.11501016/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.7.11491011.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.7.11491011.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.7.11501016.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.7.11501016.vsix Type: sha256 - Checksum: 9726A29675BC78C3E3F11B5D178E1ABBA2AAB7C599CCFF5B381EE6BDC22C49BE + Checksum: 222B92F0974C38AFC1B842A6D139F24ECBC22349D4EA448D682C7D7344B38FC8 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license diff --git a/automatic/vscode-python/tools/chocolateyinstall.ps1 b/automatic/vscode-python/tools/chocolateyinstall.ps1 index 0d0ebeb04..a1e4fd51a 100644 --- a/automatic/vscode-python/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.7.11491011.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.7.11501016.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index a1ce06c8f..c43121be0 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2024.7.11491011 + 2024.7.11501016 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension @@ -33,7 +33,7 @@ ## Notes -* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. +* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider 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.