From ac2eae8313e380946181298eafcd83a467ce3a04 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 29 Aug 2020 04:16:51 +0000 Subject: [PATCH 001/106] AU: 5 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable kyma-cli vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/1481c489848e9aff15ba2dafca68e21743ab90eb --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/kyma-cli/README.md | 2 +- automatic/kyma-cli/kyma-cli.nuspec | 2 +- automatic/kyma-cli/legal/VERIFICATION.txt | 8 ++++---- automatic/vscode-pylance/README.md | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 4 ++-- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index c05f4afc4..a53b91615 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.6.10-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.10) +[![Software version](https://img.shields.io/badge/Source-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index 33eedfbdd..1281af0e8 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.6.10 + 1.7.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.10 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 27c02e37b..7e51b647d 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.6.10.exe using +and download the installer Beekeeper-Studio-Setup-1.7.4.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.6.10/Beekeeper-Studio-Setup-1.6.10.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.4/Beekeeper-Studio-Setup-1.7.4.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.6.10.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.6.10.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.4.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.4.exe - File64: Beekeeper-Studio-Setup-1.6.10.exe + File64: Beekeeper-Studio-Setup-1.7.4.exe Type64: sha256 - Checksum64: B73211C3C1163E1BDC7473ADF625EFA092C4D99642FEE5E778251891C5892CBB + Checksum64: 6D531F797B9EA7BD70E584AEDB94072A05FC2B21176682EFAA71E0756E5D4C4C Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index 3fd4b4fdd..e2849cc9f 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.6.10.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.4.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index 6a973ff4f..4537ae8b1 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.6.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11) +[![Software version](https://img.shields.io/badge/Source-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index fb79cbfd7..943d65172 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.6.11 + 1.7.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index efad36033..cc4ab814f 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.6.11-portable.exe using +and download the application Beekeeper-Studio-1.7.4-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11/Beekeeper-Studio-1.6.11-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4/Beekeeper-Studio-1.7.4-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.6.11-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.6.11-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.4-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.4-portable.exe - File64: Beekeeper-Studio-1.6.11-portable.exe + File64: Beekeeper-Studio-1.7.4-portable.exe Type64: sha256 - Checksum64: DA8327B6CDDA3A9707AE65CB116CD495891DDFF2F548DC3BF59B8FD42C2A52D1 + Checksum64: AEB1321F0E66FDC9546636D85866B3080030AD57D90F5603FB2498271629BB5F Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index 11ed6b699..95b37933d 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.6.11-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.4-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index 4e9d3da41..9719717ed 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.6.11-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.4-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index 224e4ae05..c87f2ddc2 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.6.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11) +[![Software version](https://img.shields.io/badge/Source-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index f20f34393..180408e5d 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.6.11 + 1.7.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.6.11 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 - + diff --git a/automatic/kyma-cli/README.md b/automatic/kyma-cli/README.md index 91030a700..af8136b38 100644 --- a/automatic/kyma-cli/README.md +++ b/automatic/kyma-cli/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/) [![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-1.14.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.14.0) +[![Software version](https://img.shields.io/badge/version-1.15.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.15.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli) Kyma CLI is a command line tool which supports Kyma developers. It provides a set of commands you can use to install, manage, and test Kyma. diff --git a/automatic/kyma-cli/kyma-cli.nuspec b/automatic/kyma-cli/kyma-cli.nuspec index 31cd1c068..6a22046c5 100644 --- a/automatic/kyma-cli/kyma-cli.nuspec +++ b/automatic/kyma-cli/kyma-cli.nuspec @@ -3,7 +3,7 @@ kyma-cli - 1.14.0 + 1.15.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli dgalbraith Kyma CLI - Install, Manage and Test Kyma diff --git a/automatic/kyma-cli/legal/VERIFICATION.txt b/automatic/kyma-cli/legal/VERIFICATION.txt index 651369597..3d714490b 100644 --- a/automatic/kyma-cli/legal/VERIFICATION.txt +++ b/automatic/kyma-cli/legal/VERIFICATION.txt @@ -15,8 +15,8 @@ the links in the relevant assets section of the page. Alternatively the distributions can be downloaded directly from - https://github.com/kyma-project/cli/releases/download/1.14.0/kyma_Windows_i386.zip - https://github.com/kyma-project/cli/releases/download/1.14.0/kyma_Windows_x86_64.zip + https://github.com/kyma-project/cli/releases/download/1.15.0/kyma_Windows_i386.zip + https://github.com/kyma-project/cli/releases/download/1.15.0/kyma_Windows_x86_64.zip 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip @@ -24,10 +24,10 @@ Alternatively the distributions can be downloaded directly from File32: kyma_Windows_i386.zip ChecksumType32: sha256 - Checksum32: DFF8A40A02E0402D777BE1459DE5680DAF5541A9E4F55139E6F4C26E9D09B192 + Checksum32: 812AD0AB47BB7DF23489CD28AD4D240DE86C4CDED1D334781FE9FECB89C25FEA File64: kyma_Windows_x86_64.zip ChecksumType64: sha256 - Checksum64: 3DC168F7F3AB0EF9009E2E6F375ECED7AFB4740AA4B6468828F301F9F4C9432B + Checksum64: 6D53520BF193F8B38B9F18961150559AEFD072E692C782B78440D78BBA61826D Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE diff --git a/automatic/vscode-pylance/README.md b/automatic/vscode-pylance/README.md index 55206edb1..61e53c59d 100644 --- a/automatic/vscode-pylance/README.md +++ b/automatic/vscode-pylance/README.md @@ -33,7 +33,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty ## Notes -* This package requires Visual Studio Code 1.47.0 or newer. +* This package requires Visual Studio Code 1.48.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. diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 12ebf09a1..1d22c257c 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@2020.8.2" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.8.3" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 84233b4f5..37c040e6a 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.8.2 + 2020.8.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension @@ -45,7 +45,7 @@ bridgekeeper's questions in the [Holy Grail](https://en.wikipedia.org/wiki/Monty ## Notes -* This package requires Visual Studio Code 1.47.0 or newer. +* This package requires Visual Studio Code 1.48.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. From 6f6584e636a4d83cb51c648865825df702c859ee Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sun, 30 Aug 2020 19:25:05 +0100 Subject: [PATCH 002/106] (gh-149) Add images for the Test Explorer Status Bar VSCode extension package Add icon and screenshot images for the Test Explorer Status Bar VSCode extension package. --- .../screenshot.png | Bin 0 -> 33567 bytes icons/vscode-test-explorer-status-bar.png | Bin 0 -> 4966 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 automatic/vscode-test-explorer-status-bar/screenshot.png create mode 100644 icons/vscode-test-explorer-status-bar.png diff --git a/automatic/vscode-test-explorer-status-bar/screenshot.png b/automatic/vscode-test-explorer-status-bar/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..efaac49e33365c6e421cdc80cbbc87440907313e GIT binary patch literal 33567 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 literal 0 HcmV?d00001 diff --git a/icons/vscode-test-explorer-status-bar.png b/icons/vscode-test-explorer-status-bar.png new file mode 100644 index 0000000000000000000000000000000000000000..a2037eb1ecdaa8e478bfef23ab941d59c1c8fbd8 GIT binary patch literal 4966 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 Date: Sun, 30 Aug 2020 19:28:53 +0100 Subject: [PATCH 003/106] (gh-149) Add Test Explorer Status Bar package Add automatic package for the Test Explorer Status Bar VSCode extension. --- .../vscode-test-explorer-status-bar/README.md | 21 +++++++ .../legal/LICENSE.txt | 21 +++++++ .../legal/VERIFICATION.txt | 27 +++++++++ .../tools/chocolateyinstall.ps1 | 5 ++ .../tools/chocolateyuninstall.ps1 | 3 + .../update.ps1 | 58 +++++++++++++++++++ .../vscode-test-explorer-status-bar.nuspec | 47 +++++++++++++++ 7 files changed, 182 insertions(+) create mode 100644 automatic/vscode-test-explorer-status-bar/README.md create mode 100644 automatic/vscode-test-explorer-status-bar/legal/LICENSE.txt create mode 100644 automatic/vscode-test-explorer-status-bar/legal/VERIFICATION.txt create mode 100644 automatic/vscode-test-explorer-status-bar/tools/chocolateyinstall.ps1 create mode 100644 automatic/vscode-test-explorer-status-bar/tools/chocolateyuninstall.ps1 create mode 100644 automatic/vscode-test-explorer-status-bar/update.ps1 create mode 100644 automatic/vscode-test-explorer-status-bar/vscode-test-explorer-status-bar.nuspec diff --git a/automatic/vscode-test-explorer-status-bar/README.md b/automatic/vscode-test-explorer-status-bar/README.md new file mode 100644 index 000000000..d9c39bf68 --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/README.md @@ -0,0 +1,21 @@ +# [Test Explorer Status Bar VSCode Extension](https://chocolatey.org/packages/vscode-test-explorer-status-bar) + +[![GitHub license](https://img.shields.io/github/license/connorshea/vscode-test-explorer-status-bar)](https://github.com/connorshea/vscode-test-explorer-status-bar/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) +[![Visual Studio Marketplace version](https://img.shields.io/visual-studio-marketplace/v/connorshea.vscode-test-explorer-status-bar?label=Marketplace)](https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-test-explorer-status-bar) +[![Chocolatey package version](https://img.shields.io/chocolatey/v/vscode-test-explorer-status-bar?label=Chocolatey)](https://chocolatey.org/packages/vscode-test-explorer-status-bar) + +A Visual Studio Code extension for the [Test Explorer UI](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer) which adds a status bar item for test statistics. It works with the Test Explorer and any adapters. + +![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@9a18abe41c325f00e5c42f6744843641f23d58a1/automatic/vscode-test-explorer-diagnostics/screenshot.png) + +## Notes + +* This package requires Visual Studio Code 1.34.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. + See [Extension auto-update](https://code.visualstudio.com/docs/editor/extension-gallery#_extension-autoupdate) for instructions on how to disable auto-update. +* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). + 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. diff --git a/automatic/vscode-test-explorer-status-bar/legal/LICENSE.txt b/automatic/vscode-test-explorer-status-bar/legal/LICENSE.txt new file mode 100644 index 000000000..7efb5fb12 --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/legal/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Connor Shea + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/automatic/vscode-test-explorer-status-bar/legal/VERIFICATION.txt b/automatic/vscode-test-explorer-status-bar/legal/VERIFICATION.txt new file mode 100644 index 000000000..bd7cff6b0 --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/legal/VERIFICATION.txt @@ -0,0 +1,27 @@ +VERIFICATION + +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +The Visual Code extension has been downloaded from the official Visual Studio Marketplace public gallery +and can be verified by: + +1. Go to the Visual Studio Marketplace page for the extension + + https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-test-explorer-status-bar + +and download the extension connorshea.vscode-test-explorer-status-bar-1.1.2.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/connorshea/vsextensions/vscode-test-explorer-status-bar/1.1.2/vspackage + +2. The extension can be validated by comparing checksums + - Use powershell function 'Get-Filehash' - Get-Filehash connorshea.vscode-test-explorer-status-bar-1.1.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f connorshea.vscode-test-explorer-status-bar-1.1.2.vsix + + Type: sha256 + Checksum: D5BA18C1261BE3B5EE4F7012EE1E6F60DEE03DC639EFD52F517FF6E6C0AEE6CD + + Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/connorshea.vscode-test-explorer-status-bar/license diff --git a/automatic/vscode-test-explorer-status-bar/tools/chocolateyinstall.ps1 b/automatic/vscode-test-explorer-status-bar/tools/chocolateyinstall.ps1 new file mode 100644 index 000000000..1bfe2cbff --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/tools/chocolateyinstall.ps1 @@ -0,0 +1,5 @@ +$ErrorActionPreference = 'Stop' + +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" + +Install-VsCodeExtension -extensionId "$toolsDir\connorshea.vscode-test-explorer-status-bar-1.1.2.vsix" diff --git a/automatic/vscode-test-explorer-status-bar/tools/chocolateyuninstall.ps1 b/automatic/vscode-test-explorer-status-bar/tools/chocolateyuninstall.ps1 new file mode 100644 index 000000000..3216cbb36 --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/tools/chocolateyuninstall.ps1 @@ -0,0 +1,3 @@ +$ErrorActionPreference = 'Stop' + +Uninstall-VsCodeExtension -extensionId 'connorshea.vscode-test-explorer-status-bar' diff --git a/automatic/vscode-test-explorer-status-bar/update.ps1 b/automatic/vscode-test-explorer-status-bar/update.ps1 new file mode 100644 index 000000000..8e9d3e4ee --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/update.ps1 @@ -0,0 +1,58 @@ +Import-Module au +Import-Module ..\..\scripts\vs-marketplace\VS-Marketplace.psd1 + +$ErrorActionPreference = 'Stop' + +$extension = 'vscode-test-explorer-status-bar' +$publisher = 'connorshea' + +function global:au_SearchReplace { + @{ + "$($Latest.PackageName).nuspec" = @{ + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\README.md" = @{ + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\tools\chocolateyinstall.ps1" = @{ + "([0-9]+\.[0-9]+\.[0-9]+)" = "$($Latest.Version)" + } + + ".\legal\VERIFICATION.txt" = @{ + "([0-9]+\.[0-9]+\.[0-9]+)" = "$($Latest.Version)" + "(Checksum:\s*)(.*)" = "`${1}$($Latest.Checksum32)" + } + } +} +function global:au_BeforeUpdate { + mkdir tools -ea 0 | Out-Null + $toolsPath = Resolve-Path tools + + Write-Host 'Purging ' $Latest.FileType + Remove-Item -Force "$toolsPath\*.$Latest.FileType" -ea ignore + + $outputFile = "{0}\{1}.{2}" -f $toolsPath, $Latest.FilenameBase, $Latest.FileType + Invoke-WebRequest -uri $Latest.Url32 -OutFile $outputFile + + $global:Latest.Checksum32 = Get-FileHash $outputFile -Algorithm $Latest.ChecksumType32 | ForEach-Object Hash + $global:Latest.FileName32 = $outputFile +} + +function global:au_GetLatest { + Write-Host('Running GetLatest') + $extensionInfo = Get-VSMarketplaceExtensionDetails -Extension $extension -Publisher $publisher + + @{ + Copyright = $extensionInfo.Copyright -replace "\s<.*>","" + Version = $extensionInfo.Version + VSCodeVersion = $extensionInfo.VSCodeVersion + URL32 = $extensionInfo.DownloadUrl + FileNameBase = $extensionInfo.Filename -match '(?(.*))(.vsix)' | ForEach-Object { $Matches['Filename'] } + FileType = 'vsix' + ChecksumType32 = 'sha256' + } +} + +update -ChecksumFor none -NoReadme diff --git a/automatic/vscode-test-explorer-status-bar/vscode-test-explorer-status-bar.nuspec b/automatic/vscode-test-explorer-status-bar/vscode-test-explorer-status-bar.nuspec new file mode 100644 index 000000000..aea55a514 --- /dev/null +++ b/automatic/vscode-test-explorer-status-bar/vscode-test-explorer-status-bar.nuspec @@ -0,0 +1,47 @@ + + + + + vscode-test-explorer-status-bar + 1.1.2 + https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-test-explorer-status-bar + dgalbraith + Test Explorer Status Bar VSCode Extension + Connor Shea + https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-test-explorer-status-bar + https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@9a18abe41c325f00e5c42f6744843641f23d58a1/icons/vscode-test-explorer-status-bar.png + Copyright 2019 Connor Shea + https://marketplace.visualstudio.com/items/connorshea.vscode-test-explorer-status-bar/license + false + https://github.com/connorshea/vscode-test-explorer-status-bar + https://github.com/connorshea/vscode-test-explorer-status-bar/blob/master/README.md + https://github.com/connorshea/vscode-test-explorer-status-bar/issues + test testing unit-test diagnostics status vscode-test-explorer vscode-test-explorer-status-bar vscode-test-explorer-controller code vscode connorshea + A Status Bar for the Text Explorer UI extension + + + + + + + + + + + From fb2535cec0aa1f4c94d9c247700e2cc389012023 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 31 Aug 2020 06:34:51 +0100 Subject: [PATCH 004/106] (gh-175) Add screenshot for stunnel Add screenshot for stunnel package. --- automatic/stunnel/screenshot.png | Bin 0 -> 27257 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 automatic/stunnel/screenshot.png diff --git a/automatic/stunnel/screenshot.png b/automatic/stunnel/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..fa574306bbfd59d964cfbee0f697f304bc70cdd3 GIT binary patch literal 27257 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 Date: Mon, 31 Aug 2020 07:34:32 +0100 Subject: [PATCH 005/106] (gh-175) Migrated stunnel package Migrated stunnel from the dtgm repository with initial changes to bring the package inline with repository standards and automate package updates using au. --- automatic/stunnel/README.md | 26 +++++++ automatic/stunnel/legal/LICENSE.txt | 13 ++++ automatic/stunnel/legal/VERIFICATION.txt | 27 +++++++ automatic/stunnel/stunnel.nuspec | 77 +++++++++++-------- automatic/stunnel/tools/chocolateyInstall.ps1 | 25 +++--- .../stunnel/tools/chocolateyUninstall.ps1 | 28 ++++--- automatic/stunnel/update.ps1 | 48 ++++++++++++ 7 files changed, 186 insertions(+), 58 deletions(-) create mode 100644 automatic/stunnel/README.md create mode 100644 automatic/stunnel/legal/LICENSE.txt create mode 100644 automatic/stunnel/legal/VERIFICATION.txt create mode 100644 automatic/stunnel/update.ps1 diff --git a/automatic/stunnel/README.md b/automatic/stunnel/README.md new file mode 100644 index 000000000..476ae5850 --- /dev/null +++ b/automatic/stunnel/README.md @@ -0,0 +1,26 @@ +# [stunnel - SSL Encryption Wrapper](https://chocolatey.org/packages/stunnel) + +[![Software license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/mtrojnar/stunnel/blob/master/COPYING.md) +[![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.56-blue.svg)](https://www.stunnel.org/downloads.html) +[![Chocolatey package version](https://img.shields.io/chocolatey/v/stunnel?label=Chocolatey)](https://chocolatey.org/packages/stunnel) + +The **stunnel** program is designed to work as TLS encryption wrapper between remote clients and local (inetd-startable) or remote servers. The concept is that having non-TLS aware daemons running on your system you can easily set them up to communicate with clients over secure TLS channels. + +**stunnel** can be used to add TLS functionality to commonly used Inetd daemons like POP-2, POP-3, and IMAP servers, to standalone daemons like NNTP, SMTP and HTTP, and in tunneling PPP over network sockets without changes to the source code. + +## Documentation + +* [Features](https://www.stunnel.org/features.html) +* [Documentation](https://www.stunnel.org/docs.html) +* [HOWTO](https://www.stunnel.org/howto.html) +* [FAQ](https://www.stunnel.org/faq.html) +* [Examples](https://www.stunnel.org/examples.html) + +![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@47267db3b43b349d47c45a43ee56a127042781eb/automatic/stunnel/screenshot.png) + +## Notes + +* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). + 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. diff --git a/automatic/stunnel/legal/LICENSE.txt b/automatic/stunnel/legal/LICENSE.txt new file mode 100644 index 000000000..983293ab4 --- /dev/null +++ b/automatic/stunnel/legal/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright (C) 1998-2019 Michal Trojnara + +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses. + +Linking stunnel statically or dynamically with other modules is making a combined work based on stunnel. Thus, the terms and conditions of the GNU General Public License cover the whole combination. + +In addition, as a special exception, the copyright holder of stunnel gives you permission to combine stunnel with free software programs or libraries that are released under the GNU LGPL and with code included in the standard release of OpenSSL under the OpenSSL License (or modified versions of such code, with unchanged license). You may copy and distribute such a system following the terms of the GNU GPL for stunnel and the licenses of the other code concerned. + +Note that people who make modified versions of stunnel are not obligated to grant this special exception for their modified versions; it is their choice whether to do so. The GNU General Public License gives permission to release a modified version without this exception; this exception also makes it possible to release a modified version which carries forward this exception. diff --git a/automatic/stunnel/legal/VERIFICATION.txt b/automatic/stunnel/legal/VERIFICATION.txt new file mode 100644 index 000000000..f5ff73cc8 --- /dev/null +++ b/automatic/stunnel/legal/VERIFICATION.txt @@ -0,0 +1,27 @@ +VERIFICATION + +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +The application has been downloaded from the official distribution and can +be verified by: + +1. Go to the binary distribution page + + https://www.stunnel.org/downloads.html + +and download the installer stunnel-5.56-win64-installer.exe using the links in the relevant assets section of the page. + +Alternatively the installer can be downloaded directly from + + https://www.stunnel.org/downloads/stunnel-5.56-win64-installer.exe + +2. The installer can be validated by comparing checksums + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.56-win64-installer.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.56-win64-installer.exe + + File64: stunnel-5.56-win64-installer.exe + Type64: sha256 + Checksum64: E9D7DEA3976219F0FC89CFB4F645F47B1291EBEC8CE55CFF46DBBFBB2E9B4084 + +Contents of file LICENSE.txt is obtained from https://www.stunnel.org/COPYING.html diff --git a/automatic/stunnel/stunnel.nuspec b/automatic/stunnel/stunnel.nuspec index b6494722a..89fbc9f60 100644 --- a/automatic/stunnel/stunnel.nuspec +++ b/automatic/stunnel/stunnel.nuspec @@ -1,43 +1,54 @@ - - + + + - {{PackageName}} - stunnel - {{PackageVersion}} + stunnel + 5.56 + https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/stunnel + dgalbraith + stunnel - SSL Encryption Wrapper Michal Trojnara - dtgm - SSL encryption wrapper - -SSL encryption wrapper between remote client and local (inetd-startable) or remote server. It can be used to add SSL functionality to commonly used inetd daemons like POP2, POP3, and IMAP servers without any changes in the programs' code. It will negotiate an SSL connection using the OpenSSL or SSLeay libraries. It calls the underlying crypto libraries, so stunnel supports whatever cryptographic algorithms you compiled into your crypto package. Written in C. + https://www.stunnel.org + https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@6e46bb9db09a6fb51f7c9f7581502b56e3b15533/icons/stunnel.png + Copyright 1998-2019 Michal Trojnara + https://www.stunnel.org/COPYING.html + false + https://github.com/mtrojnar/stunnel + https://www.stunnel.org/docs.html + https://www.stunnel.org/lists.html + https://github.com/poppeman/Pictus/issues + security ssl tls cryptography internet proxy-server networking stunnel + Add TLS encryption functionality to existing clients and servers without code changes + - https://github.com/dtgm/chocolatey-packages/tree/master/automatic/{{PackageName}}/ - https://www.stunnel.org - ftp://ftp.stunnel.org/stunnel/ - https://www.stunnel.org/static/stunnel.html - https://www.stunnel.org/lists.html - https://cdn.rawgit.com/dtgm/chocolatey-packages/347e9c828bcbe16a820ef36b07343b058e27a670/icons/stunnel.png - security cryptography internet proxy-server networking admin - Copyright © 1998 Michal Trojnara - https://www.stunnel.org/sdf_copying.html - false - -#### Program -* [Release log](https://www.stunnel.org/versions.html) -* [Security vulnerabilities](https://www.stunnel.org/vulns.html) -* [Changelog](https://www.stunnel.org/sdf_ChangeLog.html) -#### Package -* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) +![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@47267db3b43b349d47c45a43ee56a127042781eb/automatic/stunnel/screenshot.png) + +## Notes + +* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). + 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. + +]]> + + * [Release notes](https://www.stunnel.org/NEWS.html) + * [Versions](https://www.stunnel.org/versions.html) + * [Vulnerabilities](https://www.stunnel.org/vulns.html) + - - \ No newline at end of file + + diff --git a/automatic/stunnel/tools/chocolateyInstall.ps1 b/automatic/stunnel/tools/chocolateyInstall.ps1 index 1e5db7626..cf0b20723 100644 --- a/automatic/stunnel/tools/chocolateyInstall.ps1 +++ b/automatic/stunnel/tools/chocolateyInstall.ps1 @@ -1,15 +1,12 @@ -$packageName = '{{PackageName}}' -$url = '{{DownloadUrl}}' -$checksum = '{{Checksum}}' -$checksumType = 'sha1' -$installerType = 'exe' -$silentArgs = '/S' -$validExitCodes = @(0) +$ErrorActionPreference = 'Stop' -Install-ChocolateyPackage -PackageName "$packageName" ` - -FileType "$installerType" ` - -SilentArgs "$silentArgs" ` - -Url "$url" ` - -ValidExitCodes $validExitCodes ` - -Checksum "$checksum" ` - -ChecksumType "$checksumType" \ No newline at end of file +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" + +$packageArgs = @{ + PackageName = $env:ChocolateyPackageName + File = "$toolsDir\stunnel-5.56-win64-installer.exe" + SilentArgs = '/S' + ValidExitCodes = @(0) +} + +Install-ChocolateyInstallPackage @packageArgs diff --git a/automatic/stunnel/tools/chocolateyUninstall.ps1 b/automatic/stunnel/tools/chocolateyUninstall.ps1 index 40a5fa73a..13bbfa600 100644 --- a/automatic/stunnel/tools/chocolateyUninstall.ps1 +++ b/automatic/stunnel/tools/chocolateyUninstall.ps1 @@ -1,19 +1,25 @@ -$packageName = '{{PackageName}}' -$packageSearch = "$packageName*" -$installerType = 'exe' -$silentArgs = '/S' +$ErrorActionPreference = 'Stop' + +$packageName = $env:ChocolateyPackageName +$packageSearch = "$packageName*" +$installerType = 'exe' +$silentArgs = '/S' $validExitCodes = @(0) $key = Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` - | Where-Object { $_.DisplayName -like $packageSearch } + | Where-Object { $_.DisplayName -like $packageSearch } $key | ForEach-Object { - $unFile = $_.UninstallString -replace "^`"?([^`"]+).*","`$1" - Uninstall-ChocolateyPackage -PackageName "$packageName" ` - -FileType "$installerType" ` - -SilentArgs "$silentArgs" ` - -File "$unFile" ` - -ValidExitCodes $validExitCodes } \ No newline at end of file + $unFile = $_.UninstallString -replace "^`"?([^`"]+).*","`$1" + Uninstall-ChocolateyPackage -PackageName "$packageName" ` + -FileType "$installerType" ` + -SilentArgs "$silentArgs" ` + -File "$unFile" ` + -ValidExitCodes $validExitCodes } + +# Remove the stunnel service if it has been added - the uninstall (5.56) fails to do this +$service = Get-WmiObject -Class Win32_Service -Filter 'Name="stunnel"' +if ($service) { $service.delete() } diff --git a/automatic/stunnel/update.ps1 b/automatic/stunnel/update.ps1 new file mode 100644 index 000000000..a5e19e358 --- /dev/null +++ b/automatic/stunnel/update.ps1 @@ -0,0 +1,48 @@ +import-module au + +$ErrorActionPreference = 'STOP' + +$domain = 'https://www.stunnel.org' +$releases = "${domain}/downloads.html" + +$re64 = '(stunnel-.+\.exe)' +$reversion = '(v|-)(?([\d]+\.[\d]+))' + +function global:au_BeforeUpdate { + Get-RemoteFiles -Purge -NoSuffix +} + +function global:au_SearchReplace { + @{ + ".\README.md" = @{ + "$($reversion)" = "`${1}$($Latest.Version)" + } + + ".\legal\VERIFICATION.txt" = @{ + "$($re64)" = "$($Latest.FileName64)" + "(Checksum64:\s)(.+)" = "`${1}$($Latest.Checksum64)" + } + + ".\tools\chocolateyInstall.ps1" = @{ + "$($re64)" = "$($Latest.FileName64)" + } + } +} + +function global:au_GetLatest { + $downloadPage = Invoke-WebRequest -UseBasicParsing -Uri $releases + + $url64 = $downloadPage.links | where-object href -match $re64 | select-object -First 1 -expand href | foreach-object { $domain + '/' + $_ } + $fileName64 = $url64 -split '/' | select -Last 1 + + $filename64 -match $reversion + $version = $Matches.Version + + return @{ + FileName64 = $fileName64 + Url64 = $url64 + Version = $version + } +} + +update -ChecksumFor none -NoReadme From 1fb251e4bd34e7eb93c857180404c443b77a1d4e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 1 Sep 2020 04:16:47 +0000 Subject: [PATCH 006/106] AU: 8 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable mongodb-shell vscode-haskell vscode-python vscode-python-test-adapter vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/87b6ad17e701e8c1805093ac4598e0d874a0dacd --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- automatic/mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-haskell/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-haskell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-haskell/vscode-haskell.nuspec | 2 +- .../legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- .../vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 26 files changed, 58 insertions(+), 58 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index a53b91615..f223df0b7 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) +[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index 1281af0e8..92a2d1299 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.7.4 + 1.7.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 7e51b647d..8cd90eb1b 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.7.4.exe using +and download the installer Beekeeper-Studio-Setup-1.7.5.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.4/Beekeeper-Studio-Setup-1.7.4.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.4.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.4.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.5.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.5.exe - File64: Beekeeper-Studio-Setup-1.7.4.exe + File64: Beekeeper-Studio-Setup-1.7.5.exe Type64: sha256 - Checksum64: 6D531F797B9EA7BD70E584AEDB94072A05FC2B21176682EFAA71E0756E5D4C4C + Checksum64: CE8ABF029972A8B23F46A33B1D6C9F2A9562DEFBA741A2EE75558A0B2C65CED9 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index e2849cc9f..709e78a3e 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.4.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.5.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index 4537ae8b1..30788d29a 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) +[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index 943d65172..c9ced92df 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.7.4 + 1.7.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index cc4ab814f..5c740c58b 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.7.4-portable.exe using +and download the application Beekeeper-Studio-1.7.5-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4/Beekeeper-Studio-1.7.4-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5/Beekeeper-Studio-1.7.5-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.4-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.4-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.5-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.5-portable.exe - File64: Beekeeper-Studio-1.7.4-portable.exe + File64: Beekeeper-Studio-1.7.5-portable.exe Type64: sha256 - Checksum64: AEB1321F0E66FDC9546636D85866B3080030AD57D90F5603FB2498271629BB5F + Checksum64: F9D90495FDC635D698732DC76E2CE550617AF51E9FEDB63F45B7632686EA40E2 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index 95b37933d..5b92d5667 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.4-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.5-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index 9719717ed..390277712 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.4-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.5-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index c87f2ddc2..5051aee0d 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.4-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4) +[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index 180408e5d..a03021fcf 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.7.4 + 1.7.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.4 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 - + diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index 504159060..be12a29f9 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.1.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.1.0) +[![Software version](https://img.shields.io/badge/version-0.2.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.2.2) [![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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index 2ffe496e2..79bbc8bd2 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.1.0-win32.zip using the links in the relevant +and download the archive mongosh-0.2.2-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.1.0/mongosh-0.1.0-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.2.2/mongosh-0.2.2-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.1.0-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.1.0-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.2.2-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.2.2-win32.zip - File: mongosh-0.1.0-win32.zip + File: mongosh-0.2.2-win32.zip Type: sha256 - Checksum: E302E15F11E4376845515351A40877A443FDF2F2CE50B2F22E8F899C32B7BCE9 + Checksum: 78D2FEE9C4841C425AF1A043965A8FF46375D1937F466A5BF5F9FF3746020646 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 484ad2e1d..8ee65583e 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.1.0 + 0.2.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.1.0 + https://github.com/mongodb-js/mongosh/releases/tag/v0.2.2 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index d3500bff8..e9be60293 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.1.0-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.2.2-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-haskell/legal/VERIFICATION.txt b/automatic/vscode-haskell/legal/VERIFICATION.txt index c4b2bd931..877e92f8f 100644 --- a/automatic/vscode-haskell/legal/VERIFICATION.txt +++ b/automatic/vscode-haskell/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=haskell.haskell -and download the extension haskell.haskell-1.0.0.vsix using the Download Extension link +and download the extension haskell.haskell-1.1.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/haskell/vsextensions/haskell/1.0.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/haskell/vsextensions/haskell/1.1.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-1.0.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-1.0.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-1.1.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-1.1.0.vsix Type: sha256 - Checksum: 116CED7C9700CDDF020715E8BE4C21A960B848C48B5E45318F53905AA8A4AD44 + Checksum: EB015AF8B049C3485A2244F483F9433F7DB0CFD30780F84C93C962303D35E0F1 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/haskell.haskell/license diff --git a/automatic/vscode-haskell/tools/chocolateyinstall.ps1 b/automatic/vscode-haskell/tools/chocolateyinstall.ps1 index 5e00c4c90..f7a12aad9 100644 --- a/automatic/vscode-haskell/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-haskell/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-1.0.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-1.1.0.vsix" diff --git a/automatic/vscode-haskell/vscode-haskell.nuspec b/automatic/vscode-haskell/vscode-haskell.nuspec index ec18fb30c..82dc0946c 100644 --- a/automatic/vscode-haskell/vscode-haskell.nuspec +++ b/automatic/vscode-haskell/vscode-haskell.nuspec @@ -3,7 +3,7 @@ vscode-haskell - 1.0.0 + 1.1.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-haskell dgalbraith Haskell VSCode Extension diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index b7776d3a4..399aa9045 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.4.5.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.4.6.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.4.5/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.4.6/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.4.5.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.4.5.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.4.6.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.4.6.vsix Type: sha256 - Checksum: 0105A8962BB298E02BBD9D51CC8D0D7B1CDA567DE0F9D8D1052500E105CE52C3 + Checksum: 4FF67F50B0D1A48B956237F89F903C21CD30F20DFD25C1028004A103C1CA3D2E Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index cc2077979..52caf8f5a 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.4.5.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.4.6.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index c0094c48e..df2949ad3 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.4.5 + 0.4.6 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 38dad25b1..4d2ad3564 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-2020.8.105045.vsix using the Download Extension link +and download the package ms-python.python-2020.8.105369.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/2020.8.105045/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.8.105369/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.105045.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.105045.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.105369.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.105369.vsix Type: sha256 - Checksum: 59748A7F0031DC25C830DA659A48719F60BA0D69CD08791F3E24AB7CFC396243 + Checksum: 7C107ADCFA41C6283938695D1F37749E62E24787F1283164D740D3078677C633 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 5956d5fee..92905af41 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-2020.8.105045.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.8.105369.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index aea4cee0e..518b773d4 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.8.105045 + 2020.8.105369 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index bbe99ef34..57696691b 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2688' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2739' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index 7c731041a..c3ff827d3 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.2688 + 1.0.2739 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From 6f72488b96a987fc1abe5f53101c136437411b5d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 2 Sep 2020 04:16:34 +0000 Subject: [PATCH 007/106] AU: 2 updated - ssrs-2019 vscode-java [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/4bf121e7a7e53f948285922e9eeb7919c377994d --- automatic/ssrs-2019/README.md | 2 +- automatic/ssrs-2019/ssrs-2019.nuspec | 2 +- automatic/ssrs-2019/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/ssrs-2019/README.md b/automatic/ssrs-2019/README.md index 780ec27b5..23009598b 100644 --- a/automatic/ssrs-2019/README.md +++ b/automatic/ssrs-2019/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.microsoft.com/sql-server/sql-server-2019-pricing/) [![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-15.0.7243.37714-blue)](https://www.microsoft.com/download/details.aspx?id=100122) +[![Software version](https://img.shields.io/badge/version-15.0.7545.4810-blue)](https://www.microsoft.com/download/details.aspx?id=100122) [![Chocolatey package version](https://img.shields.io/chocolatey/v/ssrs-2019?label=Chocolatey)](https://chocolatey.org/packages/ssrs-2019) SQL Server Reporting Services (SSRS) provides a set of on-premises tools and services that create, deploy, and manage mobile and paginated reports. diff --git a/automatic/ssrs-2019/ssrs-2019.nuspec b/automatic/ssrs-2019/ssrs-2019.nuspec index b3e6e2aa4..e69235817 100644 --- a/automatic/ssrs-2019/ssrs-2019.nuspec +++ b/automatic/ssrs-2019/ssrs-2019.nuspec @@ -3,7 +3,7 @@ ssrs-2019 - 15.0.7243.37714 + 15.0.7545.4810 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/ssrs-2019 dgalbraith Microsoft SQL Server 2019 Reporting Services diff --git a/automatic/ssrs-2019/tools/chocolateyinstall.ps1 b/automatic/ssrs-2019/tools/chocolateyinstall.ps1 index fa2ddb438..aa0d36161 100644 --- a/automatic/ssrs-2019/tools/chocolateyinstall.ps1 +++ b/automatic/ssrs-2019/tools/chocolateyinstall.ps1 @@ -24,7 +24,7 @@ $packageArgs = @{ fileType = 'exe' softwareName = 'Microsoft SQL Server Reporting Services' url64bit = 'https://download.microsoft.com/download/1/a/a/1aaa9177-3578-4931-b8f3-373b24f63342/SQLServerReportingServices.exe' - checksum64 = 'a03b2375c122599e47c179976abd877fdd34bb9017ae279b49e6d71b6782f5bc' + checksum64 = '9b1ca6117f6107056d63e522aa96f12d8ed7e2e92d11ba6245ffc7b78575a7dd' checksumType64 = 'sha256' silentArgs = $silentArgs validExitCodes = @(0, 1641, 3010) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 3211d8d1c..a72731d59 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.65.0.vsix using the Download Extension link +and download the extension redhat.java-0.66.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/redhat/vsextensions/java/0.65.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.66.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.65.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.65.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.66.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.66.0.vsix Type: sha256 - Checksum: 73A6874C8C55DB97890154AD60473B463EC0BB9D0AE985A0B9DF271BC81812FB + Checksum: 042AEF423D73B5A4C5C1B6D32D847F0E3AFAC14D6F4DEB0EE2E4E7B9D972B51A File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index f2f91dda2..181cdeafe 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.65.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.66.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 935582285..3e76aeeff 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.65.0 + 0.66.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension From 8b7fec26280021893069298f9e112a1b1b0d6cc5 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 3 Sep 2020 04:16:36 +0000 Subject: [PATCH 008/106] AU: 4 updated - vscode-cloud-code vscode-go vscode-java-dependency vscode-maven [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/56b20671430a3865df283c52257342de10256531 --- .../vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- .../vscode-java-dependency/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-dependency/tools/chocolateyinstall.ps1 | 2 +- .../vscode-java-dependency.nuspec | 2 +- automatic/vscode-maven/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-maven/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-maven/vscode-maven.nuspec | 4 ++-- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index acf627135..89a0bb18a 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.5.1' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.5.2' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index eda579af8..3b39161c2 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 1.5.1 + 1.5.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index ca01f6ba2..3c2d3b742 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.16.1.vsix using the Download Extension link +and download the extension golang.Go-0.16.2.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/golang/vsextensions/Go/0.16.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.16.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.16.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.16.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.16.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.16.2.vsix Type: sha256 - Checksum: DE1085A6A21D95EAB87384925221326FEE74AA42A4DFEBD7C57FEE58F0040FCB + Checksum: AC6E06895614E0E60D34303956C01F293AB03D8BFB96BD14668F13F7E6523389 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 4a268f65e..4028f866e 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.16.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.16.2.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 00a6912dd..8a35c874e 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.16.1 + 0.16.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-java-dependency/legal/VERIFICATION.txt b/automatic/vscode-java-dependency/legal/VERIFICATION.txt index 1b9c61fea..253c5e66d 100644 --- a/automatic/vscode-java-dependency/legal/VERIFICATION.txt +++ b/automatic/vscode-java-dependency/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency -and download the extension vscjava.vscode-java-dependency-0.12.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-dependency-0.13.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/vscjava/vsextensions/vscode-java-dependency/0.12.0/ + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.13.0/ vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.12.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.12.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.13.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.13.0.vsix Type: sha256 - Checksum: AB06E4FB848BFF958BA59109E76A5546A8FEF5DD0540636C4A2BFE57171F42AE + Checksum: 6F405E8ACA24D669860E310EE322B07F00AD76F70E8FFC7A4772EFB782A031D9 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/license diff --git a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 index ed5198d22..fa96090c9 100644 --- a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.12.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.13.0.vsix" diff --git a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec index dadfc2495..da82b53fb 100644 --- a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec +++ b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec @@ -3,7 +3,7 @@ vscode-java-dependency - 0.12.0 + 0.13.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency dgalbraith Java Dependency Viewer VSCode Extension diff --git a/automatic/vscode-maven/legal/VERIFICATION.txt b/automatic/vscode-maven/legal/VERIFICATION.txt index ca9183d8e..c6bdcca71 100644 --- a/automatic/vscode-maven/legal/VERIFICATION.txt +++ b/automatic/vscode-maven/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.maven -and download the extension vscjava.vscode-maven-0.24.1.vsix using the Download Extension link +and download the extension vscjava.vscode-maven-0.24.2.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/vscjava/vsextensions/vscode-maven/0.24.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.24.2/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.24.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.24.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.24.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.24.2.vsix Type: sha256 - Checksum: C542F6FAD509F23C7989E3763709E2BA9142EBE038F9739EF18FF0026E4B5EF4 + Checksum: 8562436D94C84391B3FA644D7D725D47475863B03D37C60AA16EEDFBFC9F0C27 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license diff --git a/automatic/vscode-maven/tools/chocolateyinstall.ps1 b/automatic/vscode-maven/tools/chocolateyinstall.ps1 index f2085f541..fd83dba47 100644 --- a/automatic/vscode-maven/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-maven/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.24.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.24.2.vsix" diff --git a/automatic/vscode-maven/vscode-maven.nuspec b/automatic/vscode-maven/vscode-maven.nuspec index 4829194da..158b25c5e 100644 --- a/automatic/vscode-maven/vscode-maven.nuspec +++ b/automatic/vscode-maven/vscode-maven.nuspec @@ -3,7 +3,7 @@ vscode-maven - 0.24.1 + 0.24.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Maven for Java VSCode Extension @@ -14,7 +14,7 @@ https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license false https://github.com/microsoft/vscode-maven/ - https://github.com/Microsoft/vscode-maven/blob/v0.24.1/README.md + https://github.com/Microsoft/vscode-maven/blob/v0.24.2/README.md https://github.com/microsoft/vscode-maven/issues maven java vscode-maven vscode microsoft Maven extension for VS Code From 9d73fc36575cfc18cd8601cf91770bc4fbdc4f3d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 4 Sep 2020 02:38:39 +0100 Subject: [PATCH 009/106] (gh-185) Update LSASecretsView documentation The LSASecretsView package is generating a number of positives on virus scanning. The documentation was updated to provide a treatment of this. --- automatic/lsasecretsview/README.md | 8 ++++++++ automatic/lsasecretsview/lsasecretsview.nuspec | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/automatic/lsasecretsview/README.md b/automatic/lsasecretsview/README.md index ebb88cd12..cb61507d0 100644 --- a/automatic/lsasecretsview/README.md +++ b/automatic/lsasecretsview/README.md @@ -12,6 +12,14 @@ The LSA secrets key is located under HKEY_LOCAL_MACHINE\Security\Policy\Secrets ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@48b2855247b0e422e994f50e85b9bf8c8ca98c79/automatic/lsasecretsview/screenshot.png) +## Virus Scan Results + +There are a number of positives flagged in the [virus scans](https://www.chocolatey.org/packages/lsasecretsview/1.25#virus) for this package. While these are *extremely likely* to be due to the nature of the software (access/view protected storage used by the Local Security Authority) you should make your own decision on this before installing the software. The issue has been discussed by the software author Nir Sofer a number of times: + +* [Antivirus companies cause a big headache to small developers](https://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers) +* [Amazing difference between Antivirus false alerts on 32-bit and 64-bit builds of exactly the same tool](https://blog.nirsoft.net/2012/10/10/amazing-difference-between-antivirus-false-alerts-on-32-bit-and-64-bit-builds-of-exactly-the-same-tool) +* [Antivirus statistics and scores according to false positives of NirSoft tools](https://blog.nirsoft.net/2015/10/18/antivirus-statistics-and-scores-according-to-false-positives-of-nirsoft-tools) + ## Notes * The 32-bit version of LSASecretsView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86` diff --git a/automatic/lsasecretsview/lsasecretsview.nuspec b/automatic/lsasecretsview/lsasecretsview.nuspec index bc798e8c4..c8ab14d6f 100644 --- a/automatic/lsasecretsview/lsasecretsview.nuspec +++ b/automatic/lsasecretsview/lsasecretsview.nuspec @@ -24,9 +24,17 @@ The LSA secrets key is located under HKEY_LOCAL_MACHINE\Security\Policy\Secrets ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@48b2855247b0e422e994f50e85b9bf8c8ca98c79/automatic/lsasecretsview/screenshot.png) +## Virus Scan Results + +There are a number of positives flagged in the [virus scans](https://www.chocolatey.org/packages/lsasecretsview/1.25#virus) for this package. While these are *extremely likely* to be due to the nature of the software (access/view protected storage used by the Local Security Authority) you should make your own decision on this before installing the software. The issue has been discussed by the software author Nir Sofer a number of times: + +* [Antivirus companies cause a big headache to small developers](https://blog.nirsoft.net/2009/05/17/antivirus-companies-cause-a-big-headache-to-small-developers) +* [Amazing difference between Antivirus false alerts on 32-bit and 64-bit builds of exactly the same tool](https://blog.nirsoft.net/2012/10/10/amazing-difference-between-antivirus-false-alerts-on-32-bit-and-64-bit-builds-of-exactly-the-same-tool) +* [Antivirus statistics and scores according to false positives of NirSoft tools](https://blog.nirsoft.net/2015/10/18/antivirus-statistics-and-scores-according-to-false-positives-of-nirsoft-tools) + ## Notes -* The 32-bit version of GDIView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86` +* The 32-bit version of LSASecretsView will not run in a 64-bit environment and the installation will fail if forced with `--forceX86` * This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). 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. From a74db5c8cef969d63d5b1beb57c1afe256409eba Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 4 Sep 2020 01:44:17 +0000 Subject: [PATCH 010/106] AU: 4 updated - kyma-cli vscode-pylance vscode-python vscode-spring-boot [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/2596fe44a2d9bee6df42333795c710f4bc4c5637 --- automatic/kyma-cli/README.md | 2 +- automatic/kyma-cli/kyma-cli.nuspec | 2 +- automatic/kyma-cli/legal/VERIFICATION.txt | 8 ++++---- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- automatic/vscode-spring-boot/legal/VERIFICATION.txt | 10 +++++----- .../vscode-spring-boot/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-spring-boot/vscode-spring-boot.nuspec | 2 +- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/kyma-cli/README.md b/automatic/kyma-cli/README.md index af8136b38..0d044a3cf 100644 --- a/automatic/kyma-cli/README.md +++ b/automatic/kyma-cli/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/) [![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-1.15.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.15.0) +[![Software version](https://img.shields.io/badge/version-1.15.1-blue)](https://github.com/kyma-project/cli/releases/tags/1.15.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli) Kyma CLI is a command line tool which supports Kyma developers. It provides a set of commands you can use to install, manage, and test Kyma. diff --git a/automatic/kyma-cli/kyma-cli.nuspec b/automatic/kyma-cli/kyma-cli.nuspec index 6a22046c5..7f10ae816 100644 --- a/automatic/kyma-cli/kyma-cli.nuspec +++ b/automatic/kyma-cli/kyma-cli.nuspec @@ -3,7 +3,7 @@ kyma-cli - 1.15.0 + 1.15.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli dgalbraith Kyma CLI - Install, Manage and Test Kyma diff --git a/automatic/kyma-cli/legal/VERIFICATION.txt b/automatic/kyma-cli/legal/VERIFICATION.txt index 3d714490b..70496bab7 100644 --- a/automatic/kyma-cli/legal/VERIFICATION.txt +++ b/automatic/kyma-cli/legal/VERIFICATION.txt @@ -15,8 +15,8 @@ the links in the relevant assets section of the page. Alternatively the distributions can be downloaded directly from - https://github.com/kyma-project/cli/releases/download/1.15.0/kyma_Windows_i386.zip - https://github.com/kyma-project/cli/releases/download/1.15.0/kyma_Windows_x86_64.zip + https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_i386.zip + https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_x86_64.zip 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip @@ -24,10 +24,10 @@ Alternatively the distributions can be downloaded directly from File32: kyma_Windows_i386.zip ChecksumType32: sha256 - Checksum32: 812AD0AB47BB7DF23489CD28AD4D240DE86C4CDED1D334781FE9FECB89C25FEA + Checksum32: FFDB541077F8B65479B1B8E10323B8139B77CC37D06FB0E8882E0E2C728D23A4 File64: kyma_Windows_x86_64.zip ChecksumType64: sha256 - Checksum64: 6D53520BF193F8B38B9F18961150559AEFD072E692C782B78440D78BBA61826D + Checksum64: 3442C67208DFEE4C7BBC92D29B0F0EE2870834873651940B5151297991C292D2 Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 1d22c257c..88360b226 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@2020.8.3" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.9.0" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 37c040e6a..4436bf9fd 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.8.3 + 2020.9.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 4d2ad3564..fadeae370 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-2020.8.105369.vsix using the Download Extension link +and download the package ms-python.python-2020.8.106424.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/2020.8.105369/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.8.106424/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.105369.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.105369.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.106424.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.106424.vsix Type: sha256 - Checksum: 7C107ADCFA41C6283938695D1F37749E62E24787F1283164D740D3078677C633 + Checksum: 80B7F5704FF8F8094D700BF74CC375D6CC1A753A4CE36A62FB4E46C4D00436BC 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 92905af41..187167733 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-2020.8.105369.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.8.106424.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 518b773d4..1cb5183ba 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.8.105369 + 2020.8.106424 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-spring-boot/legal/VERIFICATION.txt b/automatic/vscode-spring-boot/legal/VERIFICATION.txt index 27efa7255..a9a610122 100644 --- a/automatic/vscode-spring-boot/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-spring-boot -and download the extension Pivotal.vscode-spring-boot-1.19.0.vsix using the Download Extension link +and download the extension Pivotal.vscode-spring-boot-1.21.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/Pivotal/vsextensions/vscode-spring-boot/1.19.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Pivotal/vsextensions/vscode-spring-boot/1.21.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.19.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.19.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.21.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.21.0.vsix Type: sha256 - Checksum: D34B45CE2CA4B01E1E806359AC892F51BC0A3BB4537436519436C36052F47513 + Checksum: 585B19AE822AB5F364FE8C2B6D78F48FE8F6B15ED695F0CE440DF105532E8D89 Contents of LICENSE.txt is obtained from https://github.com/spring-projects/sts4/blob/master/license.txt diff --git a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 index f10ef5598..afcdf31ee 100644 --- a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.19.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.21.0.vsix" diff --git a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec index 3a0e828e9..053a0c15c 100644 --- a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec +++ b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot - 1.19.0 + 1.21.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot dgalbraith Spring Boot Tools VSCode Extension From 35f900f084cae16da7b6d1d04f4832948a0a7a3b Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 4 Sep 2020 04:04:12 +0100 Subject: [PATCH 011/106] (gh-167) Added images for the Code Runner extension Added icon and screenshot for the Code Runner VSCode extension. --- automatic/vscode-code-runner/screenshot.gif | Bin 0 -> 194477 bytes icons/vscode-code-runner.png | Bin 0 -> 4142 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 automatic/vscode-code-runner/screenshot.gif create mode 100644 icons/vscode-code-runner.png diff --git a/automatic/vscode-code-runner/screenshot.gif b/automatic/vscode-code-runner/screenshot.gif new file mode 100644 index 0000000000000000000000000000000000000000..d6bac2322f3a00952d93f3cb5022e5f5974cf3d7 GIT binary patch literal 194477 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�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

+zJw+Djv4jxMN-BRk|PNX`7!VJ3>A zI2O3l4Aiqg{pAB^*+Zu}hz|{81bc~kVHiS%(EWa}fNZi#9Fag+_HHwj3zc(cAN98# z=WG}KS%Fd{*#@=Q+bB>MXRHB#9;SAl3NjB}r0}$d?i+#`9H73aWYf4m{vu0v{&O)axr-OE!2SyiYF9)%P1JuR{+F}o#-IZOT zDm@sJ2$jh1=`T4$lp5rwj;auk?*b-o*d=arJZK6m;y~ReL<@*QQ~Z)98;fHAuAXa2 zm=QE$4-jPpjR|)-X^*uw%4|+6{oIn@ew(g2PMgq7GV70eOOtO+5<}1r?KL3Y-Yt7W zfgR*eL_QA2OfLu56q!qupNBzXXsW)~mMr5}y+9@tNPtz~#GB@cMsbAhpOY;ZanJjp zAKFPe9V*G$!al~5uQwHS#X_f*D=WjH8_iPM15nBpoM{*?(R*lwY7O>NV%&YeEMBgK zcFu2c3Q~Yc`2e&hR`t;Ul&ih$VL(4V^r2|IBrOzPbTmh{iK<&mFET(99&l1%;*t86 zK_l?%U)`n(85f4oWjXH4r>npei>nLS$3;HYTTWC_6GYeFR zW!~3+l)zYKB<^>K2ctkAV~Kt`ln--2QqrMcd=g48aLo7X^++(%1i?Xk7>Ic&k5RG6 zS14%>Xi%2CI~FuSqmbW{CuNbX|5cxYjrip*PM;X$ydB4t+WeP$oD-+i2mEFX?Ha?{ z0$kh7)CHc5h$J#|!d-dk-FBSLQ0Qe^tr5xNX9G-a7ge*muI7 zoK}Hh@mYVhNcbzXj#E(%=hl26qUX%O)?m_tmKU2}R&vntBuHby$2arKp z=vp(d&%w%S6jvOLFUNu1C+t13Kb{wM*eKxQ^Q#`UgLgO}yC<#sjH%MVw%-HoWPj34 z#8tc7D`XFJ=?^=5Yx_dtya6cH|^#&}$kdl4Dk+4s`ec^;W5sQ7vTYa&

dM^amxM4cg`u9 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 F{Rd3y!F~V$ literal 0 HcmV?d00001 diff --git a/icons/vscode-code-runner.png b/icons/vscode-code-runner.png new file mode 100644 index 0000000000000000000000000000000000000000..f6d53df17f50e1b077c5445d9698346a904311d9 GIT binary patch literal 4142 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 Date: Fri, 4 Sep 2020 04:11:08 +0100 Subject: [PATCH 012/106] (gh-167) Added publisher mapping for formulahendry Added a copyright publisher mapping for formulahendry to support copyright string construction for Jun Han. --- scripts/vs-marketplace/functions/CopyrightMappings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vs-marketplace/functions/CopyrightMappings.json b/scripts/vs-marketplace/functions/CopyrightMappings.json index b2b909fe3..00720e4b8 100644 --- a/scripts/vs-marketplace/functions/CopyrightMappings.json +++ b/scripts/vs-marketplace/functions/CopyrightMappings.json @@ -9,6 +9,7 @@ }, "Publisher": { + "formulahendry": "Jun Han", "GitHub": "Microsoft Corporation", "golang": "Google LLC", "googlecloudtools": "Google LLC", From 37930859826f0f3e9ef7fb6914af918ca82750ef Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 4 Sep 2020 04:16:04 +0100 Subject: [PATCH 013/106] (gh-167) Add Code Runner package Add automatic package for the VSCode Code Runner extension. --- automatic/vscode-code-runner/README.md | 37 +++++++++++ .../vscode-code-runner/legal/LICENSE.txt | 21 +++++++ .../vscode-code-runner/legal/VERIFICATION.txt | 27 ++++++++ .../tools/chocolateyinstall.ps1 | 5 ++ .../tools/chocolateyuninstall.ps1 | 3 + automatic/vscode-code-runner/update.ps1 | 59 +++++++++++++++++ .../vscode-code-runner.nuspec | 63 +++++++++++++++++++ 7 files changed, 215 insertions(+) create mode 100644 automatic/vscode-code-runner/README.md create mode 100644 automatic/vscode-code-runner/legal/LICENSE.txt create mode 100644 automatic/vscode-code-runner/legal/VERIFICATION.txt create mode 100644 automatic/vscode-code-runner/tools/chocolateyinstall.ps1 create mode 100644 automatic/vscode-code-runner/tools/chocolateyuninstall.ps1 create mode 100644 automatic/vscode-code-runner/update.ps1 create mode 100644 automatic/vscode-code-runner/vscode-code-runner.nuspec diff --git a/automatic/vscode-code-runner/README.md b/automatic/vscode-code-runner/README.md new file mode 100644 index 000000000..17630d825 --- /dev/null +++ b/automatic/vscode-code-runner/README.md @@ -0,0 +1,37 @@ +# [Code Runner VSCode Extension](https://chocolatey.org/packages/vscode-code-runner) + +[![GitHub license](https://img.shields.io/github/license/formulahendry/vscode-code-runner)](https://github.com/formulahendry/vscode-code-runner/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) +[![Visual Studio Marketplace version](https://img.shields.io/visual-studio-marketplace/v/formulahendry.code-runner?label=Marketplace)](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) +[![Chocolatey package version](https://img.shields.io/chocolatey/v/vscode-code-runner?label=Chocolatey)](https://chocolatey.org/packages/vscode-code-runner) + +The Code Runner extension provides support for executing code snippets or files for multiple languages: + +*C, C++, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less,* and custom commands + +## Features + +* Run code file of current active Text Editor +* Run code file through context menu of file explorer +* Run selected code snippet in Text Editor +* Run code per Shebang +* Run code per filename glob +* Run custom command +* Stop code running +* View output in Output Window +* Set default language to run +* Select language to run +* Support REPL by running code in Integrated Terminal + +![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@4fa478d748b9e792ac48216d123cd3f90b3e543b/automatic/vscode-code-runner/screenshot.gif) + +## Notes + +* This package requires Visual Studio Code 1.35.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. + See [Extension auto-update](https://code.visualstudio.com/docs/editor/extension-gallery#_extension-autoupdate) for instructions on how to disable auto-update. +* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). + 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.f 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. diff --git a/automatic/vscode-code-runner/legal/LICENSE.txt b/automatic/vscode-code-runner/legal/LICENSE.txt new file mode 100644 index 000000000..f50a8e23d --- /dev/null +++ b/automatic/vscode-code-runner/legal/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Jun Han + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/automatic/vscode-code-runner/legal/VERIFICATION.txt b/automatic/vscode-code-runner/legal/VERIFICATION.txt new file mode 100644 index 000000000..fd47dd569 --- /dev/null +++ b/automatic/vscode-code-runner/legal/VERIFICATION.txt @@ -0,0 +1,27 @@ +VERIFICATION + +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +The Visual Code extension has been downloaded from the official Visual Studio Marketplace public gallery +and can be verified by: + +1. Go to the Visual Studio Marketplace page for the extension + + https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner + +and download the extension formulahendry.code-runner-0.11.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/formulahendry/vsextensions/code-runner/0.11.0/vspackage + +2. The extension can be validated by comparing checksums + - Use powershell function 'Get-Filehash' - Get-Filehash formulahendry.code-runner-0.11.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f formulahendry.code-runner-0.11.0.vsix + + Type: sha256 + Checksum: D056A7AB17702D0727C7444CE11DE719AAB561537E35B131A2374270FED4A9B8 + + Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/formulahendry.code-runner/license diff --git a/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 new file mode 100644 index 000000000..d08d7757d --- /dev/null +++ b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 @@ -0,0 +1,5 @@ +$ErrorActionPreference = 'Stop' + +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" + +Install-VsCodeExtension -extensionId "$toolsDir\formulahendry.code-runner-0.11.0.vsix" diff --git a/automatic/vscode-code-runner/tools/chocolateyuninstall.ps1 b/automatic/vscode-code-runner/tools/chocolateyuninstall.ps1 new file mode 100644 index 000000000..4bbaa188c --- /dev/null +++ b/automatic/vscode-code-runner/tools/chocolateyuninstall.ps1 @@ -0,0 +1,3 @@ +$ErrorActionPreference = 'Stop' + +Uninstall-VsCodeExtension -extensionId 'formulahendry.code-runner' diff --git a/automatic/vscode-code-runner/update.ps1 b/automatic/vscode-code-runner/update.ps1 new file mode 100644 index 000000000..7991b1e7f --- /dev/null +++ b/automatic/vscode-code-runner/update.ps1 @@ -0,0 +1,59 @@ +Import-Module au +Import-Module ..\..\scripts\vs-marketplace\VS-Marketplace.psd1 + +$ErrorActionPreference = 'Stop' + +$extension = 'code-runner' +$publisher = 'formulahendry' + +function global:au_SearchReplace { + @{ + "$($Latest.PackageName).nuspec" = @{ + "(copyright>)(.*)(<\/copyright>)" = "`${1}$($Latest.Copyright)`${3}" + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\README.md" = @{ + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\tools\chocolateyinstall.ps1" = @{ + "([0-9]+\.[0-9]+\.[0-9]+)" = "$($Latest.Version)" + } + + ".\legal\VERIFICATION.txt" = @{ + "([0-9]+\.[0-9]+\.[0-9]+)" = "$($Latest.Version)" + "(Checksum:\s*)(.*)" = "`${1}$($Latest.Checksum32)" + } + } +} +function global:au_BeforeUpdate { + mkdir tools -ea 0 | Out-Null + $toolsPath = Resolve-Path tools + + Write-Host 'Purging ' $Latest.FileType + Remove-Item -Force "$toolsPath\*.$Latest.FileType" -ea ignore + + $outputFile = "{0}\{1}.{2}" -f $toolsPath, $Latest.FilenameBase, $Latest.FileType + Invoke-WebRequest -uri $Latest.Url32 -OutFile $outputFile + + $global:Latest.Checksum32 = Get-FileHash $outputFile -Algorithm $Latest.ChecksumType32 | ForEach-Object Hash + $global:Latest.FileName32 = $outputFile +} + +function global:au_GetLatest { + Write-Host('Running GetLatest') + $extensionInfo = Get-VSMarketplaceExtensionDetails -Extension $extension -Publisher $publisher + + @{ + Copyright = $extensionInfo.Copyright + Version = $extensionInfo.Version + VSCodeVersion = $extensionInfo.VSCodeVersion + URL32 = $extensionInfo.DownloadUrl + FileNameBase = $extensionInfo.Filename -match '(?(.*))(.vsix)' | ForEach-Object { $Matches['Filename'] } + FileType = 'vsix' + ChecksumType32 = 'sha256' + } +} + +update -ChecksumFor none -NoReadme diff --git a/automatic/vscode-code-runner/vscode-code-runner.nuspec b/automatic/vscode-code-runner/vscode-code-runner.nuspec new file mode 100644 index 000000000..40e2af91b --- /dev/null +++ b/automatic/vscode-code-runner/vscode-code-runner.nuspec @@ -0,0 +1,63 @@ + + + + + vscode-code-runner + 0.11.0 + https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-code-runner + dgalbraith + Code Runner VSCode Extension + Jun Han + https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner + https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@4fa478d748b9e792ac48216d123cd3f90b3e543b/icons/vscode-code-runner.png + Copyright 2016-2020 Jun Han + https://marketplace.visualstudio.com/items/formulahendry.code-runner/license + false + https://github.com/formulahendry/vscode-code-runner + https://github.com/formulahendry/vscode-code-runner/blob/master/README.md + https://github.com/formulahendry/vscode-code-runner/issues + run execute code code-snippet vscode formulahendry +

Run code snippets or files for multiple languages + + https://marketplace.visualstudio.com/items/formulahendry.code-runner/changelog + + + +
+ + + + +
From 0a6f8940b7e142b315fb901fb00afedf6e41cc21 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 16 Sep 2020 04:16:43 +0000 Subject: [PATCH 014/106] AU: 4 updated - mongodb-shell vscode-live-share-audio vscode-python vscode-spring-boot [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/28282d0b0ee894d4ae793d6076d9e29c87d01079 --- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- automatic/mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-live-share-audio.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- automatic/vscode-spring-boot/legal/VERIFICATION.txt | 10 +++++----- .../vscode-spring-boot/tools/chocolateyinstall.ps1 | 2 +- .../vscode-spring-boot/vscode-spring-boot.nuspec | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index e3e45d560..dd0ea649a 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.3.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.3.1) +[![Software version](https://img.shields.io/badge/version-0.4.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index e22e5378e..64d1d812f 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.3.1-win32.zip using the links in the relevant +and download the archive mongosh-0.4.0-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.3.1/mongosh-0.3.1-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.4.0/mongosh-0.4.0-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.3.1-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.3.1-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.0-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.0-win32.zip - File: mongosh-0.3.1-win32.zip + File: mongosh-0.4.0-win32.zip Type: sha256 - Checksum: EB363A3E4674949631C5CE630EC28C71C2CC3E9D8CA744737376EE0F13B81D97 + Checksum: 0097CD520184A767798BBAA8B42A5B49F2B6607C17BD3E89A2459B7BE4F5F537 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 3496af1d9..4496ca2bb 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.3.1 + 0.4.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.3.1 + https://github.com/mongodb-js/mongosh/releases/tag/v0.4.0 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 7c6d7f6ea..6c9bb8514 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.3.1-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.4.0-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-live-share-audio/tools/chocolateyinstall.ps1 b/automatic/vscode-live-share-audio/tools/chocolateyinstall.ps1 index 7a8b67371..4def61a37 100644 --- a/automatic/vscode-live-share-audio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-live-share-audio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId 'MS-vsliveshare.vsliveshare-audio@0.1.85' +Install-VsCodeExtension -extensionId 'MS-vsliveshare.vsliveshare-audio@0.1.91' diff --git a/automatic/vscode-live-share-audio/vscode-live-share-audio.nuspec b/automatic/vscode-live-share-audio/vscode-live-share-audio.nuspec index b2444a736..3daf975ae 100644 --- a/automatic/vscode-live-share-audio/vscode-live-share-audio.nuspec +++ b/automatic/vscode-live-share-audio/vscode-live-share-audio.nuspec @@ -3,7 +3,7 @@ vscode-live-share-audio - 0.1.85 + 0.1.91 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-live-share-audio dgalbraith Live Share Audio VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index dcce4b365..d72b12a07 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-2020.8.108011.vsix using the Download Extension link +and download the package ms-python.python-2020.8.109390.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/2020.8.108011/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.8.109390/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.108011.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.108011.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.109390.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.109390.vsix Type: sha256 - Checksum: C8A920D78F68119B148B4F1C5D89D0C14467605925E16CA2654A63F3A9586CD4 + Checksum: 5183D0C7CFB5BD82AD0FBB08175CF945C7669A2BF41A37196BBF34383FF38F5F 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 d6fa3ddaf..9203075d3 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-2020.8.108011.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.8.109390.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index e892e2da9..4b6a47ec6 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.8.108011 + 2020.8.109390 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-spring-boot/legal/VERIFICATION.txt b/automatic/vscode-spring-boot/legal/VERIFICATION.txt index a9a610122..cd197209e 100644 --- a/automatic/vscode-spring-boot/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-spring-boot -and download the extension Pivotal.vscode-spring-boot-1.21.0.vsix using the Download Extension link +and download the extension Pivotal.vscode-spring-boot-1.22.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/Pivotal/vsextensions/vscode-spring-boot/1.21.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Pivotal/vsextensions/vscode-spring-boot/1.22.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.21.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.21.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.22.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.22.0.vsix Type: sha256 - Checksum: 585B19AE822AB5F364FE8C2B6D78F48FE8F6B15ED695F0CE440DF105532E8D89 + Checksum: 1CBF9C70CFDF36164A2A670DCE1071E0AD848B856A911A5B3A5601489CD19D39 Contents of LICENSE.txt is obtained from https://github.com/spring-projects/sts4/blob/master/license.txt diff --git a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 index afcdf31ee..fc48933fa 100644 --- a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.21.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.22.0.vsix" diff --git a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec index 053a0c15c..6578c25a4 100644 --- a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec +++ b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot - 1.21.0 + 1.22.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot dgalbraith Spring Boot Tools VSCode Extension From 7d341694110ec75645ef98e62974844caf661c9c Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 17 Sep 2020 04:16:44 +0000 Subject: [PATCH 015/106] AU: 3 updated - vscode-java vscode-pylance vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/d837a2be8adc21552f50925c7ee97af9f319822b --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index a72731d59..1e00538f6 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.66.0.vsix using the Download Extension link +and download the extension redhat.java-0.67.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/redhat/vsextensions/java/0.66.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.67.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.66.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.66.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.67.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.67.0.vsix Type: sha256 - Checksum: 042AEF423D73B5A4C5C1B6D32D847F0E3AFAC14D6F4DEB0EE2E4E7B9D972B51A + Checksum: C65FF5C86DA72DFD630505D9986EFA116BB133E7D8D21323B767F82204F863D6 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 181cdeafe..46417d679 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.66.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.67.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 3e76aeeff..2378c482c 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.66.0 + 0.67.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 49d808e47..22fc6943b 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@2020.9.4" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.9.5" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index a5ed08d04..30e087572 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.9.4 + 2020.9.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index 75da9a69e..62bdd940d 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2779' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2823' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index 47463704e..ed887030d 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.2779 + 1.0.2823 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From 93ce742cefdca474bff972c43dea042e146e468d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 19 Sep 2020 04:16:31 +0000 Subject: [PATCH 016/106] AU: 2 updated - keys vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/888278e630ac2960acc4b49c1e5a9046d43ded6e --- automatic/keys/README.md | 2 +- automatic/keys/keys.nuspec | 2 +- automatic/keys/legal/VERIFICATION.txt | 4 ++-- automatic/keys/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/keys/README.md b/automatic/keys/README.md index b85a796fe..250df58f9 100644 --- a/automatic/keys/README.md +++ b/automatic/keys/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/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.1.16-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.16) +[![Software version](https://img.shields.io/badge/version-0.1.18-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.18) [![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys) Key management is hard. We need tools, libraries, apps and documentation to help us. diff --git a/automatic/keys/keys.nuspec b/automatic/keys/keys.nuspec index 1b3bb2153..af0a4fb6c 100644 --- a/automatic/keys/keys.nuspec +++ b/automatic/keys/keys.nuspec @@ -3,7 +3,7 @@ keys - 0.1.16 + 0.1.18 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys dgalbraith Keys - Cryptographic Key Management diff --git a/automatic/keys/legal/VERIFICATION.txt b/automatic/keys/legal/VERIFICATION.txt index ff4219a12..0ad094d5b 100644 --- a/automatic/keys/legal/VERIFICATION.txt +++ b/automatic/keys/legal/VERIFICATION.txt @@ -15,14 +15,14 @@ in the Install section of the main page. Alternatively the distribution can be downloaded directly from - https://github.com/keys-pub/app/releases/download/v0.1.16/Keys-0.1.16.msi + https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.msi 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi Type: sha256 - Checksum: F4126B486E4144054FA2BD0DDEEEF94555A1009097C01855E221C42EBD18A6EF + Checksum: 2CE7C339ABB2C951720F61C4A9F8BDCA4F5E4310EC57A1FC9008A59D82DE02CC Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE diff --git a/automatic/keys/tools/chocolateyinstall.ps1 b/automatic/keys/tools/chocolateyinstall.ps1 index 07b3c0374..17eb3c791 100644 --- a/automatic/keys/tools/chocolateyinstall.ps1 +++ b/automatic/keys/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) $packageArgs = @{ PackageName = $env:ChocolateyPackageName SoftwareName = 'Keys*' - File = Join-Path $toolsDir 'Keys-0.1.16.msi' + File = Join-Path $toolsDir 'Keys-0.1.18.msi' FileType = 'msi' SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`"" ValidExitCodes = @(0, 3010, 1641) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 3c2d3b742..72633866d 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.16.2.vsix using the Download Extension link +and download the extension golang.Go-0.17.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/golang/vsextensions/Go/0.16.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.17.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.16.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.16.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.0.vsix Type: sha256 - Checksum: AC6E06895614E0E60D34303956C01F293AB03D8BFB96BD14668F13F7E6523389 + Checksum: 9F10FB73D37E26F8F6506CF95FF1950464699D8D8C487E99B8848389A9725E82 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 4028f866e..fa17006ce 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.16.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.0.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 8a35c874e..2ddafb866 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.16.2 + 0.17.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From faf66a2b0d298275f668fe626949fa9dbccc6714 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 23 Sep 2020 04:16:28 +0000 Subject: [PATCH 017/106] AU: 2 updated - keys vscode-chrome-debug [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/1467cbef61b5d0d61194aad5e396899ed73151b1 --- automatic/keys/README.md | 2 +- automatic/keys/keys.nuspec | 2 +- automatic/keys/legal/VERIFICATION.txt | 4 ++-- automatic/keys/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-chrome-debug/legal/VERIFICATION.txt | 10 +++++----- .../vscode-chrome-debug/tools/chocolateyinstall.ps1 | 2 +- .../vscode-chrome-debug/vscode-chrome-debug.nuspec | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/keys/README.md b/automatic/keys/README.md index 250df58f9..e8d493e3d 100644 --- a/automatic/keys/README.md +++ b/automatic/keys/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/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.1.18-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.18) +[![Software version](https://img.shields.io/badge/version-0.1.19-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.19) [![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys) Key management is hard. We need tools, libraries, apps and documentation to help us. diff --git a/automatic/keys/keys.nuspec b/automatic/keys/keys.nuspec index af0a4fb6c..c77a01e80 100644 --- a/automatic/keys/keys.nuspec +++ b/automatic/keys/keys.nuspec @@ -3,7 +3,7 @@ keys - 0.1.18 + 0.1.19 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys dgalbraith Keys - Cryptographic Key Management diff --git a/automatic/keys/legal/VERIFICATION.txt b/automatic/keys/legal/VERIFICATION.txt index 0ad094d5b..a99ee941f 100644 --- a/automatic/keys/legal/VERIFICATION.txt +++ b/automatic/keys/legal/VERIFICATION.txt @@ -15,14 +15,14 @@ in the Install section of the main page. Alternatively the distribution can be downloaded directly from - https://github.com/keys-pub/app/releases/download/v0.1.18/Keys-0.1.18.msi + https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.msi 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi Type: sha256 - Checksum: 2CE7C339ABB2C951720F61C4A9F8BDCA4F5E4310EC57A1FC9008A59D82DE02CC + Checksum: 2D79D827BDA30FF95E13B4723BA7AD6CBCF735EE24255AB87ACB4C09178E2143 Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE diff --git a/automatic/keys/tools/chocolateyinstall.ps1 b/automatic/keys/tools/chocolateyinstall.ps1 index 17eb3c791..b68db37cb 100644 --- a/automatic/keys/tools/chocolateyinstall.ps1 +++ b/automatic/keys/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) $packageArgs = @{ PackageName = $env:ChocolateyPackageName SoftwareName = 'Keys*' - File = Join-Path $toolsDir 'Keys-0.1.18.msi' + File = Join-Path $toolsDir 'Keys-0.1.19.msi' FileType = 'msi' SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`"" ValidExitCodes = @(0, 3010, 1641) diff --git a/automatic/vscode-chrome-debug/legal/VERIFICATION.txt b/automatic/vscode-chrome-debug/legal/VERIFICATION.txt index c393ed918..d3b8995f8 100644 --- a/automatic/vscode-chrome-debug/legal/VERIFICATION.txt +++ b/automatic/vscode-chrome-debug/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome -and download the extension msjsdiag.debugger-for-chrome-4.12.10.vsix using the Download Extension link +and download the extension msjsdiag.debugger-for-chrome-4.12.11.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/msjsdiag/vsextensions/debugger-for-chrome/4.12.10/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/msjsdiag/vsextensions/debugger-for-chrome/4.12.11/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash msjsdiag.debugger-for-chrome-4.12.10.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f msjsdiag.debugger-for-chrome-4.12.10.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash msjsdiag.debugger-for-chrome-4.12.11.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f msjsdiag.debugger-for-chrome-4.12.11.vsix Type: sha256 - Checksum: D2FB2C7D4CCDEFAD1529C8A65DF53B2B815CAD81D1CEE93472C768E9F1748546 + Checksum: F62DD3802153867145E5C730CD2E004E3E5CD97A1EFF8B43146BFBE63271790E File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/msjsdiag.debugger-for-chrome/license diff --git a/automatic/vscode-chrome-debug/tools/chocolateyinstall.ps1 b/automatic/vscode-chrome-debug/tools/chocolateyinstall.ps1 index e71fa49e6..62d20cabb 100644 --- a/automatic/vscode-chrome-debug/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-chrome-debug/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\msjsdiag.debugger-for-chrome-4.12.10.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\msjsdiag.debugger-for-chrome-4.12.11.vsix" diff --git a/automatic/vscode-chrome-debug/vscode-chrome-debug.nuspec b/automatic/vscode-chrome-debug/vscode-chrome-debug.nuspec index 91bc9b72e..225fef67e 100644 --- a/automatic/vscode-chrome-debug/vscode-chrome-debug.nuspec +++ b/automatic/vscode-chrome-debug/vscode-chrome-debug.nuspec @@ -3,7 +3,7 @@ vscode-chrome-debug - 4.12.10 + 4.12.11 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-chrome-debug dgalbraith Debugger for Chrome VSCode Extension From cc9e4e550d6488fb3c2c017b687204846d9336c4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 24 Sep 2020 04:16:43 +0000 Subject: [PATCH 018/106] AU: 2 updated - vscode-pylance vscode-python [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e5866a418eb6cd1540530f4f0bd7667915751623 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-python/README.md | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 22fc6943b..d3ce5ad83 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@2020.9.5" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.9.6" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 30e087572..87be92672 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.9.5 + 2020.9.6 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 0cd822fec..3db193b14 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.47.0 or newer. +* This package requires Visual Studio Code 1.48.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. diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index d72b12a07..1322c36d9 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-2020.8.109390.vsix using the Download Extension link +and download the package ms-python.python-2020.9.111407.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/2020.8.109390/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.9.111407/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.8.109390.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.8.109390.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.111407.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.111407.vsix Type: sha256 - Checksum: 5183D0C7CFB5BD82AD0FBB08175CF945C7669A2BF41A37196BBF34383FF38F5F + Checksum: 2EE4C8F547C1B1B45F168A39C027242B4AE2989AB9364908477B48A5C1442652 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 9203075d3..f6aef3fc1 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-2020.8.109390.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.9.111407.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 4b6a47ec6..74244f6e6 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.8.109390 + 2020.9.111407 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.47.0 or newer. +* This package requires Visual Studio Code 1.48.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. From 9708911f5cb00a4cceeff8fb59025c59a3dcae97 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 8 Sep 2020 06:46:40 +0100 Subject: [PATCH 019/106] (gh-181) Corrected docsUrl The docsUrl element referenced an incorrect location. On proof reading the docsUrl element was updated incorrectly - the _LIne spelling with a capitialized 'I' was intentialion. Correcting it resulted in 404 errors as the file was not available. Reverted the update to the URL to ensure that it was valid. --- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index d41751dba..bf2a8c037 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -13,7 +13,7 @@ JetBrains s.r.o. https://www.jetbrains.com/legal/agreements/user.html false - https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_Line.html + https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html https://dotnettools-support.jetbrains.com/hc/en-us/community/topics/200379915-dotCover-discussions https://youtrack.jetbrains.com/oauth?state=%2Fissues%2FDCVR testing code coverage code-coverage jetbrains From fd20871a93a913e6f7ae380d85974b7472b57f18 Mon Sep 17 00:00:00 2001 From: Miodrag Milic Date: Tue, 15 Sep 2020 08:38:12 +0200 Subject: [PATCH 020/106] fixed dotcover-cli updater and installer; small improvements --- automatic/dotcover-cli/README.md | 6 ++++-- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 6 +++--- automatic/dotcover-cli/update.ps1 | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index fc130d362..c6a92fb02 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,14 +3,16 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.2.2.20200915.20200915-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) -dotCover Command Line Tools is a free redistributable package which enables analysing the code coverage outside of Visual Studio. dotCover Command Line Tools can be integrated with a Continuous Integration server. +dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. +dotCover Command Line Tools can be integrated with a Continuous Integration server. ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e9ae106859434f2bdde98f74517f9f3fbea1424/automatic/dotcover-cli/screenshot.png) ## Notes +* Related package: [dotcover](https://chocolatey.org/packages/dotCover) * This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). 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. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index bf2a8c037..f62cd24d5 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -16,7 +16,7 @@ https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html https://dotnettools-support.jetbrains.com/hc/en-us/community/topics/200379915-dotCover-discussions https://youtrack.jetbrains.com/oauth?state=%2Fissues%2FDCVR - testing code coverage code-coverage jetbrains + testing code coverage code-coverage freeware cli development jetbrains A standalone command line package that enables analysing code coverage outside of Visual Studio Date: Wed, 23 Sep 2020 12:56:32 +0100 Subject: [PATCH 021/106] (gh-194) Rebased versions to match current package Rebased to match the current pushed version so that the updates can be pushed tothe community repository. --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 4 ++-- automatic/dotcover-cli/update.ps1 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index c6a92fb02..5fd9f9949 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.2.20200915.20200915-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.2.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index 1337f71b9..2e49b7ecc 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = 'JetBrains.dotCover.CommandLineTools.2020.2.2.zip' +$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.1.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName - FileFullPath = Join-Path $toolsDir $archive + FileFullPath = $archive Destination = $toolsDir } diff --git a/automatic/dotcover-cli/update.ps1 b/automatic/dotcover-cli/update.ps1 index 31976310a..91877d394 100644 --- a/automatic/dotcover-cli/update.ps1 +++ b/automatic/dotcover-cli/update.ps1 @@ -5,7 +5,7 @@ $ErrorActionPreference = 'STOP' $domain = 'https://data.services.jetbrains.com' $releases = "${domain}/products?code=DCCLT&release.type=release" -$refile = "J.+zip" +$refile = "(\/|'|\s'|e\s|\s)(J.+zip)" $reversion = '(-v)(\d+\.\d\.*\d*)' function global:au_BeforeUpdate { @@ -26,7 +26,7 @@ function global:au_SearchReplace { } ".\tools\chocolateyInstall.ps1" = @{ - "$($refile)" = "$($Latest.FileName32)" + "$($refile)" = "`${1}$($Latest.FileName32)" } } } From 7215cbe78285c86b6560e92ec08f69c6372e2dcd Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 24 Sep 2020 12:35:56 +0100 Subject: [PATCH 022/106] AU: 1 updated - dotcover-cli --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 5fd9f9949..643cd912f 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.2.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index f62cd24d5..5045cd456 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.2.1 + 2020.2.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index 7c58dfe7b..a8d46f437 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.2.1.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.2.2.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.2.1/JetBrains.dotCover.CommandLineTools.2020.2.1.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.2.2/JetBrains.dotCover.CommandLineTools.2020.2.2.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.1.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.1.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.1/JetBrains.dotCover.CommandLineTools.2020.2.1.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.2.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.2.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.2/JetBrains.dotCover.CommandLineTools.2020.2.2.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.2.1.zip + File: JetBrains.dotCover.CommandLineTools.2020.2.2.zip Type: sha256 - Checksum: 4D29574E03CD6A9DA9DC7C4AAFB11A2EA07B9599E9D9ED603887B9AE4B46136A + Checksum: 7A0FB8CCA181B3961B4119B6CCA34178C7FA0ED8D8A2AFFDD9CB5F7713E3F2D1 Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index 2e49b7ecc..ce845f72e 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.1.zip' +$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.2.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 3c3109759dc6a86da6b7d9b0af8db8a104a99cb4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 24 Sep 2020 12:40:52 +0100 Subject: [PATCH 023/106] AU: 1 updated - dotcover-cli --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 643cd912f..135ff9c1b 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.2.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index 5045cd456..36a2d8c9e 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.2.2 + 2020.2.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index a8d46f437..011b5f335 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.2.2.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.2.3.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.2.2/JetBrains.dotCover.CommandLineTools.2020.2.2.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.2.3/JetBrains.dotCover.CommandLineTools.2020.2.3.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.2.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.2.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.2/JetBrains.dotCover.CommandLineTools.2020.2.2.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.3.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.3.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.3/JetBrains.dotCover.CommandLineTools.2020.2.3.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.2.2.zip + File: JetBrains.dotCover.CommandLineTools.2020.2.3.zip Type: sha256 - Checksum: 7A0FB8CCA181B3961B4119B6CCA34178C7FA0ED8D8A2AFFDD9CB5F7713E3F2D1 + Checksum: A5618EBF2E7CA5DA879E1CC92812149BDF563461090E06247B395A42156F5F49 Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index ce845f72e..de28d83d9 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.2.zip' +$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.3.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 54b172bc6f10d0bc8551a1916533488d11ffbcbe Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 25 Sep 2020 04:16:23 +0000 Subject: [PATCH 024/106] AU: 1 updated - vscode-prettier [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/eea69b02db0692898966346c6527051be950af52 --- automatic/vscode-prettier/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-prettier/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-prettier/vscode-prettier.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-prettier/legal/VERIFICATION.txt b/automatic/vscode-prettier/legal/VERIFICATION.txt index f0d4d4485..f1fe78c47 100644 --- a/automatic/vscode-prettier/legal/VERIFICATION.txt +++ b/automatic/vscode-prettier/legal/VERIFICATION.txt @@ -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.6.0.vsix using the Download Extension link +and download the extension esbenp.prettier-vscode-5.7.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.6.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/5.7.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.6.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.6.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.7.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.7.1.vsix Type: sha256 - Checksum: F7622AD1657FDD9220D3B8CF3D79375A5ED83B7B540ACC4608E63682CFEFF662 + Checksum: 993A298A801191C4A6A9FFB1A6751D96A2C1458449DB6C0262422201DA095838 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license diff --git a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 index de6f888d4..7fb8071c1 100644 --- a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.6.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.7.1.vsix" diff --git a/automatic/vscode-prettier/vscode-prettier.nuspec b/automatic/vscode-prettier/vscode-prettier.nuspec index 79e10c976..a37b7f418 100644 --- a/automatic/vscode-prettier/vscode-prettier.nuspec +++ b/automatic/vscode-prettier/vscode-prettier.nuspec @@ -3,7 +3,7 @@ vscode-prettier - 5.6.0 + 5.7.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier dgalbraith Prettier Code Formatter VSCode Extension From 24f705639d7c6621cbb424b54e18cba85a67a64d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 29 Sep 2020 04:16:30 +0000 Subject: [PATCH 025/106] AU: 2 updated - vscode-azure-deploy vscode-react-native [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e7da04cf534039cbd0995165c32de69caeb2db9c --- automatic/vscode-azure-deploy/legal/VERIFICATION.txt | 10 +++++----- .../vscode-azure-deploy/tools/chocolateyinstall.ps1 | 2 +- .../vscode-azure-deploy/vscode-azure-deploy.nuspec | 2 +- automatic/vscode-react-native/README.md | 2 +- .../vscode-react-native/tools/chocolateyinstall.ps1 | 2 +- .../vscode-react-native/vscode-react-native.nuspec | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt index 53aaae08f..d028ccd31 100644 --- a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt +++ b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy -and download the extension ms-vscode-deploy-azure.azure-deploy-1.1.2.vsix using the Download Extension link +and download the extension ms-vscode-deploy-azure.azure-deploy-1.1.4.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-vscode-deploy-azure/vsextensions/azure-deploy/1.1.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.1.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.1.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.1.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix Type: sha256 - Checksum: 3363722A0B5CEF28D7E3462AE35B65C404ED59B7936C53D8D64B750DB3C0E651 + Checksum: B4850994DEB590DFAF0F865F9701718C370FF6E697EC50EB218557505968DBD7 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license diff --git a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 index 217906c03..36591cb06 100644 --- a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.1.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix" diff --git a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec index afaac0a1e..91a63f9f1 100644 --- a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec +++ b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec @@ -3,7 +3,7 @@ vscode-azure-deploy - 1.1.2 + 1.1.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy dgalbraith Deploy to Azure VSCode Extension diff --git a/automatic/vscode-react-native/README.md b/automatic/vscode-react-native/README.md index 5562d5fa4..419e50b27 100644 --- a/automatic/vscode-react-native/README.md +++ b/automatic/vscode-react-native/README.md @@ -16,7 +16,7 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke ## Notes -* This package requires Visual Studio Code 1.31.0 or newer. +* This package requires Visual Studio Code 1.40.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. diff --git a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 index 60e77dddf..3c66375ed 100644 --- a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@0.17.0" +Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.0.0" diff --git a/automatic/vscode-react-native/vscode-react-native.nuspec b/automatic/vscode-react-native/vscode-react-native.nuspec index dcc9f43d2..bda58fd17 100644 --- a/automatic/vscode-react-native/vscode-react-native.nuspec +++ b/automatic/vscode-react-native/vscode-react-native.nuspec @@ -3,7 +3,7 @@ vscode-react-native - 0.17.0 + 1.0.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native dgalbraith React Native Tools VSCode Extension @@ -28,7 +28,7 @@ ## Notes -* This package requires Visual Studio Code 1.31.0 or newer. +* This package requires Visual Studio Code 1.40.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. From 898368686eb5399a44a6b33bcf7c0e804248b36f Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 30 Sep 2020 04:17:16 +0000 Subject: [PATCH 026/106] AU: 3 updated - vscode-cloud-code vscode-go vscode-python [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/25914f1aaa933f443aeca57480e3c836a9e3b12e --- automatic/vscode-cloud-code/README.md | 2 +- .../vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 4 ++-- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/vscode-cloud-code/README.md b/automatic/vscode-cloud-code/README.md index 982935be8..63500eeb0 100644 --- a/automatic/vscode-cloud-code/README.md +++ b/automatic/vscode-cloud-code/README.md @@ -24,7 +24,7 @@ Cloud Code for VS Code extends VS Code to bring all the power and convenience of ## Notes -* This package requires Visual Studio Code 1.40.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 89a0bb18a..05be00f13 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.5.2' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.6.0' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index 3b39161c2..62f9ede00 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 1.5.2 + 1.6.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension @@ -36,7 +36,7 @@ ## Notes -* This package requires Visual Studio Code 1.40.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 72633866d..67de56d1f 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.17.0.vsix using the Download Extension link +and download the extension golang.Go-0.17.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/golang/vsextensions/Go/0.17.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.17.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.1.vsix Type: sha256 - Checksum: 9F10FB73D37E26F8F6506CF95FF1950464699D8D8C487E99B8848389A9725E82 + Checksum: D1EA9D33EF782C93E87FEF4C60978E23181D54BBD7E237E18ECDE86FADA320B7 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index fa17006ce..02053ebe5 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.1.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 2ddafb866..ae72aa227 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.17.0 + 0.17.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 1322c36d9..0b04e6da1 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-2020.9.111407.vsix using the Download Extension link +and download the package ms-python.python-2020.9.112786.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/2020.9.111407/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.9.112786/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.111407.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.111407.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.112786.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.112786.vsix Type: sha256 - Checksum: 2EE4C8F547C1B1B45F168A39C027242B4AE2989AB9364908477B48A5C1442652 + Checksum: 842B361EB83BE6D39CCFEA0EB5B7F960AA137FC41E6E1C09CD2DFF34517FFA58 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 f6aef3fc1..52ad467ef 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-2020.9.111407.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.9.112786.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 74244f6e6..6937faeb5 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.9.111407 + 2020.9.112786 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension From 788641e122172a60724a060441cd86cd3efb1816 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 1 Oct 2020 04:16:45 +0000 Subject: [PATCH 027/106] AU: 6 updated - ant mongodb-shell vscode-java vscode-oracle-devtools vscode-pylance vscode-react-native [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/dabcda9dbe0f333fafa80abd4bc650446cba22b0 --- automatic/ant/README.md | 2 +- automatic/ant/ant.nuspec | 2 +- automatic/ant/legal/VERIFICATION.txt | 14 +++++++------- automatic/ant/tools/chocolateyInstall.ps1 | 2 +- automatic/ant/tools/chocolateyUninstall.ps1 | 2 +- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- .../mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- automatic/vscode-oracle-devtools/README.md | 2 +- .../vscode-oracle-devtools/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-oracle-devtools.nuspec | 4 ++-- .../vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-react-native/vscode-react-native.nuspec | 2 +- 20 files changed, 41 insertions(+), 41 deletions(-) diff --git a/automatic/ant/README.md b/automatic/ant/README.md index 61974f08f..93f2953d2 100644 --- a/automatic/ant/README.md +++ b/automatic/ant/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=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-v1.10.8-blue.svg)](https://ant.apache.org/bindownload.cgi) +[![Software version](https://img.shields.io/badge/Source-v1.10.9-blue.svg)](https://ant.apache.org/bindownload.cgi) [![Chocolatey package version](https://img.shields.io/chocolatey/v/ant?label=Chocolatey)](https://chocolatey.org/packages/ant) [Apache Ant](https://ant.apache.org/index.html) is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks. diff --git a/automatic/ant/ant.nuspec b/automatic/ant/ant.nuspec index 7538cf0f0..810ee4df0 100644 --- a/automatic/ant/ant.nuspec +++ b/automatic/ant/ant.nuspec @@ -3,7 +3,7 @@ ant - 1.10.8 + 1.10.9 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/ant dgalbraith Apache Ant diff --git a/automatic/ant/legal/VERIFICATION.txt b/automatic/ant/legal/VERIFICATION.txt index 7cb67da85..d90ebd263 100644 --- a/automatic/ant/legal/VERIFICATION.txt +++ b/automatic/ant/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://archive.apache.org/dist/ant/binaries/ -and download the archive apache-ant-1.10.8-bin.zip using the links on the page. +and download the archive apache-ant-1.10.9-bin.zip using the links on the page. Alternatively the archive can be downloaded directly from - https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.8-bin.zip + https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha512 apache-ant-1.10.8-bin.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f apache-ant-1.10.8-bin.zip - - Download the checksums from https://archive.apache.org/ant/binaries/apache-ant-1.10.8-bin.zip.sha512 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha512 apache-ant-1.10.9-bin.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f apache-ant-1.10.9-bin.zip + - Download the checksums from https://archive.apache.org/ant/binaries/apache-ant-1.10.9-bin.zip.sha512 - File: apache-ant-1.10.8-bin.zip + File: apache-ant-1.10.9-bin.zip Type: sha512 - Checksum: 24A49F9EFD19D1202700192BA811E4A0A714B2E16A37CA8124309DDEC6754A22FA12C7E5A07D35A41A104C6B6BB514D5C99A2438B758E5B6C75CC583A2B2385F + Checksum: D085F59349EDF22A93D835AA30AEA2521ED39BDB99D57D941F1EBD8D115A561BB28AECC781915FF2A0D9F7CAF7BAE536CDDA0910BB432B2A4BCE8B7B90C2903B Contents of file LICENSE.txt is obtained from https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=LICENSE diff --git a/automatic/ant/tools/chocolateyInstall.ps1 b/automatic/ant/tools/chocolateyInstall.ps1 index 413fe17f1..44c9b0382 100644 --- a/automatic/ant/tools/chocolateyInstall.ps1 +++ b/automatic/ant/tools/chocolateyInstall.ps1 @@ -3,7 +3,7 @@ $tools = Split-Path $MyInvocation.MyCommand.Definition $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = Join-Path $toolsDir 'apache-ant-1.10.8-bin.zip' +$archive = Join-Path $toolsDir 'apache-ant-1.10.9-bin.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/ant/tools/chocolateyUninstall.ps1 b/automatic/ant/tools/chocolateyUninstall.ps1 index 651dedfe8..13326ed60 100644 --- a/automatic/ant/tools/chocolateyUninstall.ps1 +++ b/automatic/ant/tools/chocolateyUninstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$ant_home = Join-Path $toolsDir 'apache-ant-1.10.8' +$ant_home = Join-Path $toolsDir 'apache-ant-1.10.9' $ant_bat = Join-Path $ant_home 'bin/ant.bat' $environmentArgs = @{ diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index dd0ea649a..9d56e517c 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.4.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.0) +[![Software version](https://img.shields.io/badge/version-0.4.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.1) [![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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index 64d1d812f..47ad8677a 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.4.0-win32.zip using the links in the relevant +and download the archive mongosh-0.4.1-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.4.0/mongosh-0.4.0-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.4.1/mongosh-0.4.1-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.0-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.0-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.1-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.1-win32.zip - File: mongosh-0.4.0-win32.zip + File: mongosh-0.4.1-win32.zip Type: sha256 - Checksum: 0097CD520184A767798BBAA8B42A5B49F2B6607C17BD3E89A2459B7BE4F5F537 + Checksum: C8BA1CCF0E5A207F3D65B04126AD6DA6B72F3CEEA9569EB6FE015D9FF7F2515E Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 4496ca2bb..22e935626 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.4.0 + 0.4.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.4.0 + https://github.com/mongodb-js/mongosh/releases/tag/v0.4.1 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 6c9bb8514..362632f28 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.4.0-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.4.1-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 1e00538f6..3442386ca 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.67.0.vsix using the Download Extension link +and download the extension redhat.java-0.68.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/redhat/vsextensions/java/0.67.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.68.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.67.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.67.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.68.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.68.0.vsix Type: sha256 - Checksum: C65FF5C86DA72DFD630505D9986EFA116BB133E7D8D21323B767F82204F863D6 + Checksum: 5B40ACE0C8AF6F99AE62BB9DE3F01703183F70A55CB97903D6811A8FB919F352 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 46417d679..1517e51ef 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.67.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.68.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 2378c482c..0dd6ca535 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.67.0 + 0.68.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-oracle-devtools/README.md b/automatic/vscode-oracle-devtools/README.md index 59dcfa69a..ac51fad9e 100644 --- a/automatic/vscode-oracle-devtools/README.md +++ b/automatic/vscode-oracle-devtools/README.md @@ -20,7 +20,7 @@ This extension enables editing and execution of SQL and PL/SQL for Oracle Databa ## Notes -* This package requires Visual Studio Code 1.27.0 or newer. +* This package requires Visual Studio Code 1.32.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. diff --git a/automatic/vscode-oracle-devtools/legal/VERIFICATION.txt b/automatic/vscode-oracle-devtools/legal/VERIFICATION.txt index 08c904bd7..092889675 100644 --- a/automatic/vscode-oracle-devtools/legal/VERIFICATION.txt +++ b/automatic/vscode-oracle-devtools/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Oracle.oracledevtools -and download the extension Oracle.oracledevtools-19.3.2.vsix using the Download Extension link +and download the extension Oracle.oracledevtools-19.3.3.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/Oracle/vsextensions/oracledevtools/19.3.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Oracle/vsextensions/oracledevtools/19.3.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-19.3.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-19.3.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-19.3.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-19.3.3.vsix Type: sha256 - Checksum: 9D1C4021ECFAF51178DAF483D2C1CBEA9225ABE68B25A6C6B572CB9E02567A90 + Checksum: C26833DB496213FDF82C64CC3E602764A66AB42B395CCD2870AE792D4BA9C68F File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Oracle.oracledevtools/license diff --git a/automatic/vscode-oracle-devtools/tools/chocolateyinstall.ps1 b/automatic/vscode-oracle-devtools/tools/chocolateyinstall.ps1 index 4add04658..b9723721f 100644 --- a/automatic/vscode-oracle-devtools/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-oracle-devtools/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Oracle.oracledevtools-19.3.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Oracle.oracledevtools-19.3.3.vsix" diff --git a/automatic/vscode-oracle-devtools/vscode-oracle-devtools.nuspec b/automatic/vscode-oracle-devtools/vscode-oracle-devtools.nuspec index 651ca2967..c9ce39c7c 100644 --- a/automatic/vscode-oracle-devtools/vscode-oracle-devtools.nuspec +++ b/automatic/vscode-oracle-devtools/vscode-oracle-devtools.nuspec @@ -3,7 +3,7 @@ vscode-oracle-devtools - 19.3.2 + 19.3.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-oracle-devtools dgalbraith Oracle Developer Tools for VS Code @@ -30,7 +30,7 @@ ## Notes -* This package requires Visual Studio Code 1.27.0 or newer. +* This package requires Visual Studio Code 1.32.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. diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index d3ce5ad83..639a333d0 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@2020.9.6" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.9.7" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 87be92672..c21b39e1b 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.9.6 + 2020.9.7 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 index 3c66375ed..6e504596f 100644 --- a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.0.0" +Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.0.1" diff --git a/automatic/vscode-react-native/vscode-react-native.nuspec b/automatic/vscode-react-native/vscode-react-native.nuspec index bda58fd17..be5b73743 100644 --- a/automatic/vscode-react-native/vscode-react-native.nuspec +++ b/automatic/vscode-react-native/vscode-react-native.nuspec @@ -3,7 +3,7 @@ vscode-react-native - 1.0.0 + 1.0.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native dgalbraith React Native Tools VSCode Extension From 9f9407d4d91e0a769961b64d31fe07ed8d3d9bd4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 2 Oct 2020 04:16:33 +0000 Subject: [PATCH 028/106] AU: 5 updated - dotcover-cli mongodb-shell vscode-go vscode-mongodb vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/4e00463128cae6ca09eb0e49d0431f8eb2a72a53 --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- .../mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- automatic/vscode-mongodb/legal/VERIFICATION.txt | 10 +++++----- .../vscode-mongodb/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-mongodb/vscode-mongodb.nuspec | 2 +- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- .../vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 17 files changed, 41 insertions(+), 41 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 135ff9c1b..1c1f09359 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.2.4-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index 36a2d8c9e..de66e7be5 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.2.3 + 2020.2.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index 011b5f335..1ff02ded4 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.2.3.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.2.4.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.2.3/JetBrains.dotCover.CommandLineTools.2020.2.3.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.2.4/JetBrains.dotCover.CommandLineTools.2020.2.4.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.3.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.3.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.3/JetBrains.dotCover.CommandLineTools.2020.2.3.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.4.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.4.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.4/JetBrains.dotCover.CommandLineTools.2020.2.4.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.2.3.zip + File: JetBrains.dotCover.CommandLineTools.2020.2.4.zip Type: sha256 - Checksum: A5618EBF2E7CA5DA879E1CC92812149BDF563461090E06247B395A42156F5F49 + Checksum: 34D9931AB904A1CF2D25F5C37FFB3F5BC11EBA0511C6EA0F3E1ADD5F7C8CE30A Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index de28d83d9..de965a33b 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.3.zip' +$archive = JetBrains.dotCover.CommandLineTools.2020.2.4.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index 9d56e517c..dd588d8a3 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.4.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.1) +[![Software version](https://img.shields.io/badge/version-0.4.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.2) [![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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index 47ad8677a..7b2c7c875 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.4.1-win32.zip using the links in the relevant +and download the archive mongosh-0.4.2-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.4.1/mongosh-0.4.1-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.4.2/mongosh-0.4.2-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.1-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.1-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.2-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.2-win32.zip - File: mongosh-0.4.1-win32.zip + File: mongosh-0.4.2-win32.zip Type: sha256 - Checksum: C8BA1CCF0E5A207F3D65B04126AD6DA6B72F3CEEA9569EB6FE015D9FF7F2515E + Checksum: 96F238D724A6EA6ABC476AECBF6BC1CDBD876CD88318EBE212EF353953E4A1E8 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 22e935626..1a0839026 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.4.1 + 0.4.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.4.1 + https://github.com/mongodb-js/mongosh/releases/tag/v0.4.2 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 362632f28..4f3896e26 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.4.1-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.4.2-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 67de56d1f..0d22a1a0f 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.17.1.vsix using the Download Extension link +and download the extension golang.Go-0.17.2.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/golang/vsextensions/Go/0.17.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.17.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.2.vsix Type: sha256 - Checksum: D1EA9D33EF782C93E87FEF4C60978E23181D54BBD7E237E18ECDE86FADA320B7 + Checksum: A0540199D613E58C325EA8F6AE2609BEC29C0E76628427F3DA128A18E6E478C9 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 02053ebe5..e3be40cb7 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.2.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index ae72aa227..621841dfd 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.17.1 + 0.17.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-mongodb/legal/VERIFICATION.txt b/automatic/vscode-mongodb/legal/VERIFICATION.txt index 0476d5c02..2199ec1a1 100644 --- a/automatic/vscode-mongodb/legal/VERIFICATION.txt +++ b/automatic/vscode-mongodb/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode -and download the package mongodb.mongodb-vscode-0.1.1.vsix using the Download Extension link +and download the package mongodb.mongodb-vscode-0.2.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/mongodb/vsextensions/mongodb-vscode/0.1.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/0.2.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.1.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.1.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.2.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.2.0.vsix Type: sha256 - Checksum: 7442E04E54FF53F29F765B9A7F159532369F9EF81E63DCBB418B7054884135DE + Checksum: F2D272DADE2577515CEB77C75FE720E829B4C36D688EF39067F8DE68F62C8EFE File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license diff --git a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 index 31506ca40..85fe89dac 100644 --- a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.1.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.2.0.vsix" diff --git a/automatic/vscode-mongodb/vscode-mongodb.nuspec b/automatic/vscode-mongodb/vscode-mongodb.nuspec index 8be097fac..956c1e557 100644 --- a/automatic/vscode-mongodb/vscode-mongodb.nuspec +++ b/automatic/vscode-mongodb/vscode-mongodb.nuspec @@ -3,7 +3,7 @@ vscode-mongodb - 0.1.1 + 0.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb dgalbraith MongoDB VSCode Extension diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index b89d342e5..fad7dca99 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.178.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.181.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/Gruntfuggly/vsextensions/todo-tree/0.0.178/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.181/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.178.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.178.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.181.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.181.vsix Type: sha256 - Checksum: 5F062A2818339C7FAF79A0A014F1E775A666D4E407E5958560DBCC497CEE466D + Checksum: 73990F4E24565F26C479E5051C056B81F2BFDCD9E2F03235C78CC30B3A8D2E10 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index b7a33f968..16afb0cfc 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.178.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.181.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 7751c9cf6..426b221e0 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.178 + 0.0.181 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From 2fa00e70e15775e0afb1667195c0eff3825fe082 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 3 Oct 2020 04:16:27 +0000 Subject: [PATCH 029/106] AU: 2 updated - vscode-pylance vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/a2c9bc5f2597172f3a9ab1fcb1b5f30daa106b7d --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 639a333d0..9f1fe247d 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@2020.9.7" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.9.8" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index c21b39e1b..96134a253 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.9.7 + 2020.9.8 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index 62bdd940d..0c7573a21 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2823' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2965' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index ed887030d..e881854d1 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.2823 + 1.0.2965 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From f4559e5d29f23cda2554349660969b409584c7d0 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sun, 4 Oct 2020 04:16:32 +0000 Subject: [PATCH 030/106] AU: 1 updated - vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/55daf14885a88c94c11ea5d97255e69e68b8cb07 --- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index fad7dca99..559fd7951 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.181.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.182.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/Gruntfuggly/vsextensions/todo-tree/0.0.181/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.182/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.181.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.181.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.182.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.182.vsix Type: sha256 - Checksum: 73990F4E24565F26C479E5051C056B81F2BFDCD9E2F03235C78CC30B3A8D2E10 + Checksum: F77EB856ECBEEFFB5BC8EEAE2AA8E7EDB74B113041D47A0A0D93DD7606F2BB56 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 16afb0cfc..41e5cf751 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.181.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.182.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 426b221e0..12300775e 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.181 + 0.0.182 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From b2b9173de1e5c441fc80cd8f5aa4b9c1d860655a Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 5 Oct 2020 04:16:47 +0000 Subject: [PATCH 031/106] AU: 1 updated - vscode-drawio [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e54449e5a65e8cb49fffee497efabac0949fd5d9 --- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index 246820d43..ad5988f80 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-0.7.2.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.0.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/vsciot-vscode/vsextensions/vscode-drawio/0.7.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.0.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-0.7.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-0.7.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.0.vsix Type: sha256 - Checksum: 49F43DFF248D7EC4BEFC807C1F6CD9E197597B9E99CAD2E65B24B37B7DBE7759 + Checksum: 5BD7371E85FA0254454123D773D84C90C0FD5251CB07904358E7F5EB6DF4E476 Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 623628232..9352a43bf 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-0.7.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.0.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index 51d160916..329aad066 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 0.7.2 + 1.0.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension From e4b5345b892cc5600d62289a8f4a5cbcef226a44 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 6 Oct 2020 04:16:20 +0000 Subject: [PATCH 032/106] AU: 1 updated - vscode-pull-request-github [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/048379edee78e1412000cc5fdc86dcd88d8f2b9e --- automatic/vscode-pull-request-github/README.md | 2 +- .../vscode-pull-request-github/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-pull-request-github/README.md b/automatic/vscode-pull-request-github/README.md index 8bc3d94de..d0a238f38 100644 --- a/automatic/vscode-pull-request-github/README.md +++ b/automatic/vscode-pull-request-github/README.md @@ -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.48.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index ce94a9cd1..cb1389e8a 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.20.0.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.20.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/GitHub/vsextensions/vscode-pull-request-github/0.20.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.20.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.20.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.20.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.20.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.20.1.vsix Type: sha256 - Checksum: BF7549A0896E36F083B7CDABC1A0933874F4B7182ACE8F89DB67BB3B466FA9B3 + Checksum: D3173C2316CAD3A5140CA9E0F12D2F51922DE5595A1A39CE45C6F83CE0E97D4E 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 92fa488b5..218fc3d29 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.20.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.20.1.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 1cc4cac7b..5cffabe04 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.20.0 + 0.20.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension @@ -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.48.0 or newer. +* This package requires Visual Studio Code 1.50.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. From 82789aeff6d7703dcffa0f1dfa9e3e171dd95534 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 7 Oct 2020 04:16:40 +0000 Subject: [PATCH 033/106] AU: 3 updated - vscode-python vscode-python-test-adapter vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/391849c0ca8917511168b0af80a4a51fbf0c02ed --- .../vscode-python-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 9 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index 72cd7e76d..825a417e4 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.5.0.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.5.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.5.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.5.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix Type: sha256 - Checksum: 178EBEF9B03DE039B8C7DD43BB120FF30D33D0372D853BD9D4EDFA526284E4BA + Checksum: 09F9DE4BF4AC583172A49C14E88660627B38385C07148545781DABC9B6C79E9F Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index 59b44009d..181db1194 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.5.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index c49d54d37..9d5bfb18e 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.5.0 + 0.6.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 0b04e6da1..7565385f3 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-2020.9.112786.vsix using the Download Extension link +and download the package ms-python.python-2020.9.114305.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/2020.9.112786/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.9.114305/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.112786.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.112786.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.114305.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.114305.vsix Type: sha256 - Checksum: 842B361EB83BE6D39CCFEA0EB5B7F960AA137FC41E6E1C09CD2DFF34517FFA58 + Checksum: 700C457A539EEF562C84CCC1A77336B4D46B273074B5C3292AECEBBFDDE600EE 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 52ad467ef..3401f64e2 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-2020.9.112786.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.9.114305.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 6937faeb5..8f676ae0d 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.9.112786 + 2020.9.114305 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index 559fd7951..57112324b 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.182.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.183.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/Gruntfuggly/vsextensions/todo-tree/0.0.182/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.183/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.182.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.182.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.183.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.183.vsix Type: sha256 - Checksum: F77EB856ECBEEFFB5BC8EEAE2AA8E7EDB74B113041D47A0A0D93DD7606F2BB56 + Checksum: D051466FCEE2600DF9F59F09994ADEC940A502775CA4E32911F1ADA5BA07A70A File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 41e5cf751..80174cfcd 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.182.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.183.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 12300775e..82c8b3557 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.182 + 0.0.183 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From 050ff6fa66da933acdc30b842606f5044ccd2118 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 8 Oct 2020 04:16:25 +0000 Subject: [PATCH 034/106] AU: 1 updated - vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/aeab9f795dde4cf9b6b796ca39d991aca25dfc00 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 9f1fe247d..4d52d755c 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@2020.9.8" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.10.0" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 96134a253..bd23905e3 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.9.8 + 2020.10.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From 97d7569caca5f22c448b7c3897360984587af0b2 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 9 Oct 2020 04:16:41 +0000 Subject: [PATCH 035/106] AU: 3 updated - androidstudio keys vscode-drawio [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/cb36425a37e2b2d33caf38fcce1093941b6a0986 --- automatic/androidstudio/androidstudio.nuspec | 2 +- automatic/androidstudio/tools/chocolateyinstall.ps1 | 4 ++-- automatic/keys/README.md | 2 +- automatic/keys/keys.nuspec | 2 +- automatic/keys/legal/VERIFICATION.txt | 4 ++-- automatic/keys/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/androidstudio/androidstudio.nuspec b/automatic/androidstudio/androidstudio.nuspec index b859870c1..db41e6a3f 100644 --- a/automatic/androidstudio/androidstudio.nuspec +++ b/automatic/androidstudio/androidstudio.nuspec @@ -3,7 +3,7 @@ androidstudio - 4.0.1.0 + 4.0.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio dgalbraith, Justin James, ludicrousByte Android Studio (Install) diff --git a/automatic/androidstudio/tools/chocolateyinstall.ps1 b/automatic/androidstudio/tools/chocolateyinstall.ps1 index e08d804ff..9dae0f86f 100644 --- a/automatic/androidstudio/tools/chocolateyinstall.ps1 +++ b/automatic/androidstudio/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.0.1.0/android-studio-ide-193.6626763-windows.exe' -$checksum64 = '7b09474defcf27e790880ea5182a8688a2ad330fa668a024d818e1c0ae0b4187' +$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.0.2.0/android-studio-ide-193.6821437-windows.exe' +$checksum64 = '37995b030987aa7d78415912a942b98721aca2cb2db1b9f428dc23ff35ebb820' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/automatic/keys/README.md b/automatic/keys/README.md index e8d493e3d..b964fd4df 100644 --- a/automatic/keys/README.md +++ b/automatic/keys/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/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.1.19-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.19) +[![Software version](https://img.shields.io/badge/version-0.1.20-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.20) [![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys) Key management is hard. We need tools, libraries, apps and documentation to help us. diff --git a/automatic/keys/keys.nuspec b/automatic/keys/keys.nuspec index c77a01e80..d9b259e2b 100644 --- a/automatic/keys/keys.nuspec +++ b/automatic/keys/keys.nuspec @@ -3,7 +3,7 @@ keys - 0.1.19 + 0.1.20 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys dgalbraith Keys - Cryptographic Key Management diff --git a/automatic/keys/legal/VERIFICATION.txt b/automatic/keys/legal/VERIFICATION.txt index a99ee941f..df5d19c8f 100644 --- a/automatic/keys/legal/VERIFICATION.txt +++ b/automatic/keys/legal/VERIFICATION.txt @@ -15,14 +15,14 @@ in the Install section of the main page. Alternatively the distribution can be downloaded directly from - https://github.com/keys-pub/app/releases/download/v0.1.19/Keys-0.1.19.msi + https://github.com/keys-pub/app/releases/download/v0.1.20/Keys-0.1.20.msi 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi Type: sha256 - Checksum: 2D79D827BDA30FF95E13B4723BA7AD6CBCF735EE24255AB87ACB4C09178E2143 + Checksum: 5D40000360EF229FE32C9A750B0EF5A53ECFEEC12D7D829D39C532DCAABD6842 Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE diff --git a/automatic/keys/tools/chocolateyinstall.ps1 b/automatic/keys/tools/chocolateyinstall.ps1 index b68db37cb..2755192a0 100644 --- a/automatic/keys/tools/chocolateyinstall.ps1 +++ b/automatic/keys/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) $packageArgs = @{ PackageName = $env:ChocolateyPackageName SoftwareName = 'Keys*' - File = Join-Path $toolsDir 'Keys-0.1.19.msi' + File = Join-Path $toolsDir 'Keys-0.1.20.msi' FileType = 'msi' SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`"" ValidExitCodes = @(0, 3010, 1641) diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index ad5988f80..be12e1b75 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-1.0.0.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.0.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/vsciot-vscode/vsextensions/vscode-drawio/1.0.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.0.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.1.vsix Type: sha256 - Checksum: 5BD7371E85FA0254454123D773D84C90C0FD5251CB07904358E7F5EB6DF4E476 + Checksum: 164DA2444DEEEB721EA5730551883EE55D21F97AC41B827A70A82B23116AB014 Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 9352a43bf..807b7e5f7 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.1.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index 329aad066..a1f3c8e5a 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 1.0.0 + 1.0.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension From b3f017f80fcc89d8da04081e31e319efab215b8e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 10 Oct 2020 04:16:31 +0000 Subject: [PATCH 036/106] AU: 1 updated - vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/eadebf6736edaab22f71686ad8a161310c7e6bbc --- automatic/vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index 0c7573a21..fe0b62f2d 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.2965' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3007' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index e881854d1..1943b5d32 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.2965 + 1.0.3007 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From 076136dd2440fca8f6bd9cfa2a67b323f7415ed5 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 12 Oct 2020 04:16:29 +0000 Subject: [PATCH 037/106] AU: 1 updated - stunnel [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/stunnel/README.md | 2 +- automatic/stunnel/legal/VERIFICATION.txt | 12 ++++++------ automatic/stunnel/stunnel.nuspec | 2 +- automatic/stunnel/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/stunnel/README.md b/automatic/stunnel/README.md index 476ae5850..46d5abbfe 100644 --- a/automatic/stunnel/README.md +++ b/automatic/stunnel/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://github.com/mtrojnar/stunnel/blob/master/COPYING.md) [![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.56-blue.svg)](https://www.stunnel.org/downloads.html) +[![Software version](https://img.shields.io/badge/Source-v5.57-blue.svg)](https://www.stunnel.org/downloads.html) [![Chocolatey package version](https://img.shields.io/chocolatey/v/stunnel?label=Chocolatey)](https://chocolatey.org/packages/stunnel) The **stunnel** program is designed to work as TLS encryption wrapper between remote clients and local (inetd-startable) or remote servers. The concept is that having non-TLS aware daemons running on your system you can easily set them up to communicate with clients over secure TLS channels. diff --git a/automatic/stunnel/legal/VERIFICATION.txt b/automatic/stunnel/legal/VERIFICATION.txt index f5ff73cc8..d5581811d 100644 --- a/automatic/stunnel/legal/VERIFICATION.txt +++ b/automatic/stunnel/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ be verified by: https://www.stunnel.org/downloads.html -and download the installer stunnel-5.56-win64-installer.exe using the links in the relevant assets section of the page. +and download the installer stunnel-5.57-win64-installer.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://www.stunnel.org/downloads/stunnel-5.56-win64-installer.exe + https://www.stunnel.org/downloads/stunnel-5.57-win64-installer.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.56-win64-installer.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.56-win64-installer.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm stunnel-5.57-win64-installer.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f stunnel-5.57-win64-installer.exe - File64: stunnel-5.56-win64-installer.exe + File64: stunnel-5.57-win64-installer.exe Type64: sha256 - Checksum64: E9D7DEA3976219F0FC89CFB4F645F47B1291EBEC8CE55CFF46DBBFBB2E9B4084 + Checksum64: 6BCABE757E72A26463B054E7BF14D661B3A6734B4FA60DCED491DE170008D78C Contents of file LICENSE.txt is obtained from https://www.stunnel.org/COPYING.html diff --git a/automatic/stunnel/stunnel.nuspec b/automatic/stunnel/stunnel.nuspec index 89fbc9f60..dd56688e5 100644 --- a/automatic/stunnel/stunnel.nuspec +++ b/automatic/stunnel/stunnel.nuspec @@ -3,7 +3,7 @@ stunnel - 5.56 + 5.57 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/stunnel dgalbraith stunnel - SSL Encryption Wrapper diff --git a/automatic/stunnel/tools/chocolateyInstall.ps1 b/automatic/stunnel/tools/chocolateyInstall.ps1 index cf0b20723..69f2c4ff5 100644 --- a/automatic/stunnel/tools/chocolateyInstall.ps1 +++ b/automatic/stunnel/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ PackageName = $env:ChocolateyPackageName - File = "$toolsDir\stunnel-5.56-win64-installer.exe" + File = "$toolsDir\stunnel-5.57-win64-installer.exe" SilentArgs = '/S' ValidExitCodes = @(0) } From de98602f70369d3018ad6aed8780ba54631fd696 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 13 Oct 2020 04:16:40 +0000 Subject: [PATCH 038/106] AU: 7 updated - androidstudio mongodb-shell vscode-azure-deploy vscode-code-runner vscode-drawio vscode-haskell vscode-python-test-adapter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/androidstudio/androidstudio.nuspec | 2 +- automatic/androidstudio/tools/chocolateyinstall.ps1 | 4 ++-- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- automatic/mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-azure-deploy/legal/VERIFICATION.txt | 10 +++++----- .../vscode-azure-deploy/tools/chocolateyinstall.ps1 | 2 +- .../vscode-azure-deploy/vscode-azure-deploy.nuspec | 2 +- automatic/vscode-code-runner/legal/VERIFICATION.txt | 10 +++++----- .../vscode-code-runner/tools/chocolateyinstall.ps1 | 2 +- .../vscode-code-runner/vscode-code-runner.nuspec | 2 +- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- automatic/vscode-haskell/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-haskell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-haskell/vscode-haskell.nuspec | 2 +- .../legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- 21 files changed, 48 insertions(+), 48 deletions(-) diff --git a/automatic/androidstudio/androidstudio.nuspec b/automatic/androidstudio/androidstudio.nuspec index db41e6a3f..3498cea06 100644 --- a/automatic/androidstudio/androidstudio.nuspec +++ b/automatic/androidstudio/androidstudio.nuspec @@ -3,7 +3,7 @@ androidstudio - 4.0.2.0 + 4.1.0.19 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio dgalbraith, Justin James, ludicrousByte Android Studio (Install) diff --git a/automatic/androidstudio/tools/chocolateyinstall.ps1 b/automatic/androidstudio/tools/chocolateyinstall.ps1 index 9dae0f86f..51f21da51 100644 --- a/automatic/androidstudio/tools/chocolateyinstall.ps1 +++ b/automatic/androidstudio/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.0.2.0/android-studio-ide-193.6821437-windows.exe' -$checksum64 = '37995b030987aa7d78415912a942b98721aca2cb2db1b9f428dc23ff35ebb820' +$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.1.0.19/android-studio-ide-201.6858069-windows.exe' +$checksum64 = '127bf487a87267522fa3532b980298b667eb7acde68d805084e9cf1cfc608251' $packageArgs = @{ packageName = $env:ChocolateyPackageName diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index dd588d8a3..500f3b5a9 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.4.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.4.2) +[![Software version](https://img.shields.io/badge/version-0.5.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.5.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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index 7b2c7c875..e7c717f9c 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.4.2-win32.zip using the links in the relevant +and download the archive mongosh-0.5.0-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.4.2/mongosh-0.4.2-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.5.0/mongosh-0.5.0-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.4.2-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.4.2-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.5.0-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.5.0-win32.zip - File: mongosh-0.4.2-win32.zip + File: mongosh-0.5.0-win32.zip Type: sha256 - Checksum: 96F238D724A6EA6ABC476AECBF6BC1CDBD876CD88318EBE212EF353953E4A1E8 + Checksum: 89A98DF950314ED1ADE188C0DED4785D99DCA316C13DDA63E1D067969D88DD95 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 1a0839026..148b77870 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.4.2 + 0.5.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.4.2 + https://github.com/mongodb-js/mongosh/releases/tag/v0.5.0 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 4f3896e26..38b838c82 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.4.2-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.5.0-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt index d028ccd31..9ba2e100f 100644 --- a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt +++ b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy -and download the extension ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix using the Download Extension link +and download the extension ms-vscode-deploy-azure.azure-deploy-1.1.5.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-vscode-deploy-azure/vsextensions/azure-deploy/1.1.4/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.1.5/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix Type: sha256 - Checksum: B4850994DEB590DFAF0F865F9701718C370FF6E697EC50EB218557505968DBD7 + Checksum: 3E5F2A684153FA8E288B6BBD89DCCD5196EC27E73FEC901C5849B4196E823604 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license diff --git a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 index 36591cb06..fc3e84825 100644 --- a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.1.4.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix" diff --git a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec index 91a63f9f1..ddf7301a2 100644 --- a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec +++ b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec @@ -3,7 +3,7 @@ vscode-azure-deploy - 1.1.4 + 1.1.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy dgalbraith Deploy to Azure VSCode Extension diff --git a/automatic/vscode-code-runner/legal/VERIFICATION.txt b/automatic/vscode-code-runner/legal/VERIFICATION.txt index fd47dd569..23f10ecf4 100644 --- a/automatic/vscode-code-runner/legal/VERIFICATION.txt +++ b/automatic/vscode-code-runner/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner -and download the extension formulahendry.code-runner-0.11.0.vsix using the Download Extension link +and download the extension formulahendry.code-runner-0.11.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/formulahendry/vsextensions/code-runner/0.11.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/formulahendry/vsextensions/code-runner/0.11.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash formulahendry.code-runner-0.11.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f formulahendry.code-runner-0.11.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash formulahendry.code-runner-0.11.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f formulahendry.code-runner-0.11.1.vsix Type: sha256 - Checksum: D056A7AB17702D0727C7444CE11DE719AAB561537E35B131A2374270FED4A9B8 + Checksum: 4F8053EDF3C5EDEECA5DAFDE358CEC580BFB2224F21660B1BFC76FF13458F9F8 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/formulahendry.code-runner/license diff --git a/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 index d08d7757d..a861446f2 100644 --- a/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\formulahendry.code-runner-0.11.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\formulahendry.code-runner-0.11.1.vsix" diff --git a/automatic/vscode-code-runner/vscode-code-runner.nuspec b/automatic/vscode-code-runner/vscode-code-runner.nuspec index 40e2af91b..2138e6aa1 100644 --- a/automatic/vscode-code-runner/vscode-code-runner.nuspec +++ b/automatic/vscode-code-runner/vscode-code-runner.nuspec @@ -3,7 +3,7 @@ vscode-code-runner - 0.11.0 + 0.11.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-code-runner dgalbraith Code Runner VSCode Extension diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index be12e1b75..c9536adb0 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-1.0.1.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.0.2.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/vsciot-vscode/vsextensions/vscode-drawio/1.0.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.0.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.2.vsix Type: sha256 - Checksum: 164DA2444DEEEB721EA5730551883EE55D21F97AC41B827A70A82B23116AB014 + Checksum: 683C17D018957BF18E466BB497E3B04D2DE1E4F5EB73C8AF5229DE16908441A9 Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 807b7e5f7..057ef3ef0 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.2.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index a1f3c8e5a..3ce008685 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 1.0.1 + 1.0.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension diff --git a/automatic/vscode-haskell/legal/VERIFICATION.txt b/automatic/vscode-haskell/legal/VERIFICATION.txt index 877e92f8f..c468c8b10 100644 --- a/automatic/vscode-haskell/legal/VERIFICATION.txt +++ b/automatic/vscode-haskell/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=haskell.haskell -and download the extension haskell.haskell-1.1.0.vsix using the Download Extension link +and download the extension haskell.haskell-1.2.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/haskell/vsextensions/haskell/1.1.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/haskell/vsextensions/haskell/1.2.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-1.1.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-1.1.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash haskell.haskell-1.2.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hhaskell.haskell-1.2.0.vsix Type: sha256 - Checksum: EB015AF8B049C3485A2244F483F9433F7DB0CFD30780F84C93C962303D35E0F1 + Checksum: 9EFEE31692286C403B64E798D44EE32C3102D0BE91917BCBC52AD82334B1BA6F Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/haskell.haskell/license diff --git a/automatic/vscode-haskell/tools/chocolateyinstall.ps1 b/automatic/vscode-haskell/tools/chocolateyinstall.ps1 index f7a12aad9..86c57a46f 100644 --- a/automatic/vscode-haskell/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-haskell/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-1.1.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\haskell.haskell-1.2.0.vsix" diff --git a/automatic/vscode-haskell/vscode-haskell.nuspec b/automatic/vscode-haskell/vscode-haskell.nuspec index 82dc0946c..6d7284a03 100644 --- a/automatic/vscode-haskell/vscode-haskell.nuspec +++ b/automatic/vscode-haskell/vscode-haskell.nuspec @@ -3,7 +3,7 @@ vscode-haskell - 1.1.0 + 1.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-haskell dgalbraith Haskell VSCode Extension diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index 825a417e4..00c4d06b9 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix Type: sha256 - Checksum: 09F9DE4BF4AC583172A49C14E88660627B38385C07148545781DABC9B6C79E9F + Checksum: 16DC2CD808243999467E9C48B394AEF15E90E75199B862CF46E0AD34356C7DB1 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index 181db1194..218d85032 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index 9d5bfb18e..e56552901 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.6.0 + 0.6.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension From a31ea1d35410bcc744ece21640bdfea3211ee818 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 14 Oct 2020 04:16:33 +0000 Subject: [PATCH 039/106] AU: 1 updated - vscode-cloud-code [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 05be00f13..9e189a5c4 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.6.0' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.6.1' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index 62f9ede00..6eaed0bbd 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 1.6.0 + 1.6.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension From f97f3fe1ce69b639c440843226388eaaee605ad6 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 15 Oct 2020 04:16:32 +0000 Subject: [PATCH 040/106] AU: 1 updated - vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 4d52d755c..6d368e3ba 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@2020.10.0" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.10.1" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index bd23905e3..76c36e995 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.10.0 + 2020.10.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From ec5eab608c6c4e2d35ac716a3287972e72e9512b Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 16 Oct 2020 04:16:41 +0000 Subject: [PATCH 041/106] AU: 2 updated - vscode-java vscode-react-native [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- .../vscode-react-native/tools/chocolateyinstall.ps1 | 2 +- .../vscode-react-native/vscode-react-native.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 3442386ca..84f6cc12e 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.68.0.vsix using the Download Extension link +and download the extension redhat.java-0.69.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/redhat/vsextensions/java/0.68.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.69.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.68.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.68.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.69.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.69.0.vsix Type: sha256 - Checksum: 5B40ACE0C8AF6F99AE62BB9DE3F01703183F70A55CB97903D6811A8FB919F352 + Checksum: 171AB80B804DDDA94A96A28B548647E5F131AB4E244E4FBF4443150434BCB9F4 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 1517e51ef..92698fba6 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.68.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.69.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 0dd6ca535..d909d154d 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.68.0 + 0.69.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 index 6e504596f..0ca8df9ed 100644 --- a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.0.1" +Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.1.0" diff --git a/automatic/vscode-react-native/vscode-react-native.nuspec b/automatic/vscode-react-native/vscode-react-native.nuspec index be5b73743..7abba128a 100644 --- a/automatic/vscode-react-native/vscode-react-native.nuspec +++ b/automatic/vscode-react-native/vscode-react-native.nuspec @@ -3,7 +3,7 @@ vscode-react-native - 1.0.1 + 1.1.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native dgalbraith React Native Tools VSCode Extension From feaafe0804c07d0b2bb6eacc9413d47fabbac302 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 17 Oct 2020 04:16:23 +0000 Subject: [PATCH 042/106] AU: 1 updated - vscode-java-debug [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java-debug/README.md | 2 +- automatic/vscode-java-debug/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-debug/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-debug/vscode-java-debug.nuspec | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-java-debug/README.md b/automatic/vscode-java-debug/README.md index f2e67035e..077b6192f 100644 --- a/automatic/vscode-java-debug/README.md +++ b/automatic/vscode-java-debug/README.md @@ -26,7 +26,7 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr ## Notes -* This package requires Visual Studio Code 1.47.3 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-java-debug/legal/VERIFICATION.txt b/automatic/vscode-java-debug/legal/VERIFICATION.txt index fecc759d6..3ec189246 100644 --- a/automatic/vscode-java-debug/legal/VERIFICATION.txt +++ b/automatic/vscode-java-debug/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug -and download the extension vscjava.vscode-java-debug-0.28.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-debug-0.29.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/vcsjava/vsextensions/vscode-java-debug/0.28.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.29.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.28.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.28.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.29.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.29.0.vsix Type: sha256 - Checksum: E2C2498430DE35FE27EE6FCE4CEFE693246F4452A2CB7B0693C6906C9F47ED3C + Checksum: C4E3DB2725C0AA812C288063902AA182EB9F6E1FB065180E335309EADD29FF84 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license diff --git a/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 b/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 index ac45e9954..7fc695044 100644 --- a/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.28.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.29.0.vsix" diff --git a/automatic/vscode-java-debug/vscode-java-debug.nuspec b/automatic/vscode-java-debug/vscode-java-debug.nuspec index 0851676da..74bc81b60 100644 --- a/automatic/vscode-java-debug/vscode-java-debug.nuspec +++ b/automatic/vscode-java-debug/vscode-java-debug.nuspec @@ -3,7 +3,7 @@ vscode-java-debug - 0.28.0 + 0.29.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug dgalbraith Debugger for Java VSCode Extension @@ -38,7 +38,7 @@ ## Notes -* This package requires Visual Studio Code 1.47.3 or newer. +* This package requires Visual Studio Code 1.49.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. From 29e3c61b9f8185b395a27cae951ed70270a56fdc Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 20 Oct 2020 04:16:22 +0000 Subject: [PATCH 043/106] AU: 3 updated - vscode-java-dependency vscode-java-test vscode-python-test-adapter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java-dependency/README.md | 2 +- .../vscode-java-dependency/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-dependency/tools/chocolateyinstall.ps1 | 2 +- .../vscode-java-dependency.nuspec | 4 ++-- automatic/vscode-java-test/README.md | 2 +- automatic/vscode-java-test/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java-test/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-test/vscode-java-test.nuspec | 4 ++-- .../vscode-python-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/automatic/vscode-java-dependency/README.md b/automatic/vscode-java-dependency/README.md index 9075673db..1b1417b4b 100644 --- a/automatic/vscode-java-dependency/README.md +++ b/automatic/vscode-java-dependency/README.md @@ -17,7 +17,7 @@ A lightweight extension to provide additional Java project explorer features. It ## Notes -* This package requires Visual Studio Code 1.44.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-java-dependency/legal/VERIFICATION.txt b/automatic/vscode-java-dependency/legal/VERIFICATION.txt index 253c5e66d..5e9d092c7 100644 --- a/automatic/vscode-java-dependency/legal/VERIFICATION.txt +++ b/automatic/vscode-java-dependency/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency -and download the extension vscjava.vscode-java-dependency-0.13.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-dependency-0.14.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/vscjava/vsextensions/vscode-java-dependency/0.13.0/ + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.14.0/ vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.13.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.13.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.14.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.14.0.vsix Type: sha256 - Checksum: 6F405E8ACA24D669860E310EE322B07F00AD76F70E8FFC7A4772EFB782A031D9 + Checksum: 626EBF66D02509C5968ADC422C08953AA233388B5A66BD29930FCAFB93804DB8 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/license diff --git a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 index fa96090c9..824bea0ce 100644 --- a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.13.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.14.0.vsix" diff --git a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec index da82b53fb..673b8ad53 100644 --- a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec +++ b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec @@ -3,7 +3,7 @@ vscode-java-dependency - 0.13.0 + 0.14.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency dgalbraith Java Dependency Viewer VSCode Extension @@ -29,7 +29,7 @@ ## Notes -* This package requires Visual Studio Code 1.44.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-java-test/README.md b/automatic/vscode-java-test/README.md index 3b16f8e41..1d9c63d1c 100644 --- a/automatic/vscode-java-test/README.md +++ b/automatic/vscode-java-test/README.md @@ -26,7 +26,7 @@ The [Java Test Runner](https://marketplace.visualstudio.com/items?itemName=vscja ## Notes -* This package requires Visual Studio Code 1.44.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-java-test/legal/VERIFICATION.txt b/automatic/vscode-java-test/legal/VERIFICATION.txt index 8ae1cf128..07228a3d1 100644 --- a/automatic/vscode-java-test/legal/VERIFICATION.txt +++ b/automatic/vscode-java-test/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test -and download the extension vscjava.vscode-java-test-0.24.2.vsix using the Download Extension link +and download the extension vscjava.vscode-java-test-0.25.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/vcsjava/vsextensions/vscode-java-test/0.24.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.25.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.24.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.24.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.25.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.25.0.vsix Type: sha256 - Checksum: 3B42C6FB6F87AF098389D6C98D44B6C9699CB5924410EEC233205E263F040E8F + Checksum: C21EF6C44560656BDD58811C1D62ADBAD6DA1A9C47BEDC958B0AFE0C72E8C2D8 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license diff --git a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 index 87fbf4dc8..cba3f951a 100644 --- a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.24.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.25.0.vsix" diff --git a/automatic/vscode-java-test/vscode-java-test.nuspec b/automatic/vscode-java-test/vscode-java-test.nuspec index dfcb6441e..39025d3a1 100644 --- a/automatic/vscode-java-test/vscode-java-test.nuspec +++ b/automatic/vscode-java-test/vscode-java-test.nuspec @@ -3,7 +3,7 @@ vscode-java-test - 0.24.2 + 0.25.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test dgalbraith Java Test Runner VSCode Extension @@ -38,7 +38,7 @@ The [Java Test Runner](https://marketplace.visualstudio.com/items?itemName=vscja ## Notes -* This package requires Visual Studio Code 1.44.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index 00c4d06b9..bb0cc1535 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.2.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix Type: sha256 - Checksum: 16DC2CD808243999467E9C48B394AEF15E90E75199B862CF46E0AD34356C7DB1 + Checksum: 4E67276C1AFB693A9B6660FA43AEFDDA19E7E33FBD90888507E2C13B79810196 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index 218d85032..ff74a65c6 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index e56552901..a4a135bbd 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.6.1 + 0.6.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension From 5d6ef6d1624d17241a7b3a8992d17c6eb0ed5665 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 21 Oct 2020 04:16:33 +0000 Subject: [PATCH 044/106] AU: 1 updated - vscode-drawio [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index c9536adb0..154769f4e 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-1.0.2.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.0.3.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/vsciot-vscode/vsextensions/vscode-drawio/1.0.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.0.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.3.vsix Type: sha256 - Checksum: 683C17D018957BF18E466BB497E3B04D2DE1E4F5EB73C8AF5229DE16908441A9 + Checksum: 548FA1B61E8206FCC50512A11AAA7DA305DF6AD6259458B4A61A23AF8F9176A8 Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 057ef3ef0..633922118 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.3.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index 3ce008685..b82540ab6 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 1.0.2 + 1.0.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension From 022fefbcf28936b878783ed55125fce36c50b0b5 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 22 Oct 2020 04:16:37 +0000 Subject: [PATCH 045/106] AU: 3 updated - vscode-maven vscode-mongodb vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-maven/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-maven/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-maven/vscode-maven.nuspec | 4 ++-- automatic/vscode-mongodb/README.md | 2 +- automatic/vscode-mongodb/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-mongodb/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-mongodb/vscode-mongodb.nuspec | 4 ++-- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/vscode-maven/legal/VERIFICATION.txt b/automatic/vscode-maven/legal/VERIFICATION.txt index c6bdcca71..6b8e2f43c 100644 --- a/automatic/vscode-maven/legal/VERIFICATION.txt +++ b/automatic/vscode-maven/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.maven -and download the extension vscjava.vscode-maven-0.24.2.vsix using the Download Extension link +and download the extension vscjava.vscode-maven-0.25.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/vscjava/vsextensions/vscode-maven/0.24.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.25.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.24.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.24.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.25.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.25.0.vsix Type: sha256 - Checksum: 8562436D94C84391B3FA644D7D725D47475863B03D37C60AA16EEDFBFC9F0C27 + Checksum: 441AD25A3F17B7EBCF521D9C08D9AE894A554E941A91167EF69D2A4DD2AD5325 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license diff --git a/automatic/vscode-maven/tools/chocolateyinstall.ps1 b/automatic/vscode-maven/tools/chocolateyinstall.ps1 index fd83dba47..461c4f299 100644 --- a/automatic/vscode-maven/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-maven/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.24.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.25.0.vsix" diff --git a/automatic/vscode-maven/vscode-maven.nuspec b/automatic/vscode-maven/vscode-maven.nuspec index 158b25c5e..a5a6ca11e 100644 --- a/automatic/vscode-maven/vscode-maven.nuspec +++ b/automatic/vscode-maven/vscode-maven.nuspec @@ -3,7 +3,7 @@ vscode-maven - 0.24.2 + 0.25.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Maven for Java VSCode Extension @@ -14,7 +14,7 @@ https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license false https://github.com/microsoft/vscode-maven/ - https://github.com/Microsoft/vscode-maven/blob/v0.24.2/README.md + https://github.com/Microsoft/vscode-maven/blob/v0.25.0/README.md https://github.com/microsoft/vscode-maven/issues maven java vscode-maven vscode microsoft Maven extension for VS Code diff --git a/automatic/vscode-mongodb/README.md b/automatic/vscode-mongodb/README.md index ac8190ca5..18abb2680 100644 --- a/automatic/vscode-mongodb/README.md +++ b/automatic/vscode-mongodb/README.md @@ -40,7 +40,7 @@ Launch the MongoDB Shell from the command palette to quickly connect to the same ## Notes -* This package requires Visual Studio Code 1.41.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-mongodb/legal/VERIFICATION.txt b/automatic/vscode-mongodb/legal/VERIFICATION.txt index 2199ec1a1..0dfc9523e 100644 --- a/automatic/vscode-mongodb/legal/VERIFICATION.txt +++ b/automatic/vscode-mongodb/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode -and download the package mongodb.mongodb-vscode-0.2.0.vsix using the Download Extension link +and download the package mongodb.mongodb-vscode-0.2.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/mongodb/vsextensions/mongodb-vscode/0.2.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/0.2.1/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.2.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.2.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.2.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.2.1.vsix Type: sha256 - Checksum: F2D272DADE2577515CEB77C75FE720E829B4C36D688EF39067F8DE68F62C8EFE + Checksum: 2270918554D459D3AB5FBCB1EF3BE88A3FA6EF2B448097F7E4CEFE762D6EAC89 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license diff --git a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 index 85fe89dac..777208c3f 100644 --- a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.2.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.2.1.vsix" diff --git a/automatic/vscode-mongodb/vscode-mongodb.nuspec b/automatic/vscode-mongodb/vscode-mongodb.nuspec index 956c1e557..1dbeabece 100644 --- a/automatic/vscode-mongodb/vscode-mongodb.nuspec +++ b/automatic/vscode-mongodb/vscode-mongodb.nuspec @@ -3,7 +3,7 @@ vscode-mongodb - 0.2.0 + 0.2.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb dgalbraith MongoDB VSCode Extension @@ -54,7 +54,7 @@ open a Terraform file, type atlas and you are good to go. ## Notes -* This package requires Visual Studio Code 1.41.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 6d368e3ba..42b102308 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@2020.10.1" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.10.2" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 76c36e995..2d5c76f0c 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.10.1 + 2020.10.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From 0aeab95791dc54e16730a5efa63bfe26955201d0 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 23 Oct 2020 04:16:24 +0000 Subject: [PATCH 046/106] AU: 2 updated - kindle vscode-azure-deploy [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/kindle/README.md | 2 +- automatic/kindle/kindle.nuspec | 2 +- automatic/kindle/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vscode-azure-deploy/legal/VERIFICATION.txt | 10 +++++----- .../vscode-azure-deploy/tools/chocolateyinstall.ps1 | 2 +- .../vscode-azure-deploy/vscode-azure-deploy.nuspec | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/kindle/README.md b/automatic/kindle/README.md index 0dd98059a..7eb2340a3 100644 --- a/automatic/kindle/README.md +++ b/automatic/kindle/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-Proprietary-lightgrey)](https://www.amazon.com/gp/help/customer/display.html?nodeId=200499360) [![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-1.29.58059-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp) +[![Software version](https://img.shields.io/badge/source-1.30.59056-blue.svg)](https://www.amazon.com/kindle-dbs/fd/kcp) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kindle?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) Your library on your PC - read your books on your PC with the free Kindle app. diff --git a/automatic/kindle/kindle.nuspec b/automatic/kindle/kindle.nuspec index 916b2d7b3..33ddeeb89 100644 --- a/automatic/kindle/kindle.nuspec +++ b/automatic/kindle/kindle.nuspec @@ -3,7 +3,7 @@ kindle - 1.29.58059 + 1.30.59056 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kindle dgalbraith, Anthony Mastrean, mew1033 Kindle for PC - A Free Kindle Reader for your PC diff --git a/automatic/kindle/tools/chocolateyInstall.ps1 b/automatic/kindle/tools/chocolateyInstall.ps1 index ddb0958df..a37db1acf 100644 --- a/automatic/kindle/tools/chocolateyInstall.ps1 +++ b/automatic/kindle/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://s3.amazonaws.com/kindleforpc/58059/KindleForPC-installer-1.29.58059.exe' - checksum = '09b4d9cab09b7d59384ac83436d0cbe22e6514ec373e02b315ad9a3ed6047d5e' + url = 'https://s3.amazonaws.com/kindleforpc/59056/KindleForPC-installer-1.30.59056.exe' + checksum = 'f4484348e60395386096ee1d75c7b3e73b43cd7b2a8d37d07ff89ddb43b26733' checksumType = 'sha256' silentArgs = '/S' validExitCodes= @(0) diff --git a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt index 9ba2e100f..0732b99fc 100644 --- a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt +++ b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy -and download the extension ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix using the Download Extension link +and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.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/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.1.5/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix Type: sha256 - Checksum: 3E5F2A684153FA8E288B6BBD89DCCD5196EC27E73FEC901C5849B4196E823604 + Checksum: E17B020E3649F185B23775B6C361324014910C24F012FD567AB77334C9B2EAFE File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license diff --git a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 index fc3e84825..d9a07b32f 100644 --- a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.1.5.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix" diff --git a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec index ddf7301a2..3a6ccbe0e 100644 --- a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec +++ b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec @@ -3,7 +3,7 @@ vscode-azure-deploy - 1.1.5 + 1.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy dgalbraith Deploy to Azure VSCode Extension From aaa3cf6f46983f3bfd4be5d4b10e9e597b93b5fe Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 24 Oct 2020 04:16:48 +0000 Subject: [PATCH 047/106] AU: 6 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable vscode-go vscode-spring-boot vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- automatic/vscode-spring-boot/legal/VERIFICATION.txt | 10 +++++----- .../vscode-spring-boot/tools/chocolateyinstall.ps1 | 2 +- .../vscode-spring-boot/vscode-spring-boot.nuspec | 2 +- .../vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 19 files changed, 41 insertions(+), 41 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index f223df0b7..4955980cd 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) +[![Software version](https://img.shields.io/badge/Source-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index 92a2d1299..fdfaadafe 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.7.5 + 1.8.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 8cd90eb1b..40a46705d 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.7.5.exe using +and download the installer Beekeeper-Studio-Setup-1.8.5.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/Beekeeper-Studio-Setup-1.8.5.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.5.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.5.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.5.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.5.exe - File64: Beekeeper-Studio-Setup-1.7.5.exe + File64: Beekeeper-Studio-Setup-1.8.5.exe Type64: sha256 - Checksum64: CE8ABF029972A8B23F46A33B1D6C9F2A9562DEFBA741A2EE75558A0B2C65CED9 + Checksum64: 4DB33A554E0789703FE667FDF20F558A43C74874399AA56E5FFC8259F0190538 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index 709e78a3e..ab3601be2 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.5.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.5.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index 30788d29a..ff3186027 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) +[![Software version](https://img.shields.io/badge/Source-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index c9ced92df..e160a3e95 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.7.5 + 1.8.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index 5c740c58b..655adf980 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.7.5-portable.exe using +and download the application Beekeeper-Studio-1.8.5-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5/Beekeeper-Studio-1.7.5-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5/Beekeeper-Studio-1.8.5-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.5-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.5-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.5-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.5-portable.exe - File64: Beekeeper-Studio-1.7.5-portable.exe + File64: Beekeeper-Studio-1.8.5-portable.exe Type64: sha256 - Checksum64: F9D90495FDC635D698732DC76E2CE550617AF51E9FEDB63F45B7632686EA40E2 + Checksum64: 540B2B1F9EAB931FBFF459571E75EC26966ACCAB834D3F53F515E586F3C8586F Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index 5b92d5667..24588a93b 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.5-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.5-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index 390277712..d24b1cbf5 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.5-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.5-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index 5051aee0d..fc6bc5bfb 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5) +[![Software version](https://img.shields.io/badge/Source-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index a03021fcf..1e90927fb 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.7.5 + 1.8.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 - + diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 0d22a1a0f..08521e4fa 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.17.2.vsix using the Download Extension link +and download the extension golang.Go-0.18.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/golang/vsextensions/Go/0.17.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.18.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.17.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.17.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.18.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.18.0.vsix Type: sha256 - Checksum: A0540199D613E58C325EA8F6AE2609BEC29C0E76628427F3DA128A18E6E478C9 + Checksum: 8DC527159714FF9018949A7C03CCDF7421176C99E6B000F691DBA053984C3A3D File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index e3be40cb7..6e255fd84 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.17.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.18.0.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 621841dfd..f89b8e1f8 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.17.2 + 0.18.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-spring-boot/legal/VERIFICATION.txt b/automatic/vscode-spring-boot/legal/VERIFICATION.txt index cd197209e..59134a648 100644 --- a/automatic/vscode-spring-boot/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-spring-boot -and download the extension Pivotal.vscode-spring-boot-1.22.0.vsix using the Download Extension link +and download the extension Pivotal.vscode-spring-boot-1.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/Pivotal/vsextensions/vscode-spring-boot/1.22.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Pivotal/vsextensions/vscode-spring-boot/1.23.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.22.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.22.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.23.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.23.0.vsix Type: sha256 - Checksum: 1CBF9C70CFDF36164A2A670DCE1071E0AD848B856A911A5B3A5601489CD19D39 + Checksum: E838DC3BA338504BEAFA0189209EF00B6CB1CCBCAC9592975DA1AE4530D40D5B Contents of LICENSE.txt is obtained from https://github.com/spring-projects/sts4/blob/master/license.txt diff --git a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 index fc48933fa..0518dc28c 100644 --- a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.22.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.23.0.vsix" diff --git a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec index 6578c25a4..b96136853 100644 --- a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec +++ b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot - 1.22.0 + 1.23.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot dgalbraith Spring Boot Tools VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index fe0b62f2d..189639ab2 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3007' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3073' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index 1943b5d32..f548d2e73 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.3007 + 1.0.3073 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From 3921e0a561d75cf819f17bbb91ea2582f7cca3a9 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 26 Oct 2020 04:16:36 +0000 Subject: [PATCH 048/106] AU: 4 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- .../vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 14 files changed, 32 insertions(+), 32 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index 4955980cd..18b331f1b 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) +[![Software version](https://img.shields.io/badge/Source-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index fdfaadafe..b1dd027ea 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.8.5 + 1.8.7 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 40a46705d..112495eab 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.8.5.exe using +and download the installer Beekeeper-Studio-Setup-1.8.7.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.5/Beekeeper-Studio-Setup-1.8.5.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/Beekeeper-Studio-Setup-1.8.7.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.5.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.5.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.7.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.7.exe - File64: Beekeeper-Studio-Setup-1.8.5.exe + File64: Beekeeper-Studio-Setup-1.8.7.exe Type64: sha256 - Checksum64: 4DB33A554E0789703FE667FDF20F558A43C74874399AA56E5FFC8259F0190538 + Checksum64: C734F98F1EAACEB1BD152974F28558013325B8E7146527190AE7F9DF929A5887 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index ab3601be2..8bd48a23b 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.5.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.7.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index ff3186027..e44b183f2 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) +[![Software version](https://img.shields.io/badge/Source-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index e160a3e95..d0d2cef7a 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.8.5 + 1.8.7 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index 655adf980..5e02bd3a1 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.8.5-portable.exe using +and download the application Beekeeper-Studio-1.8.7-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5/Beekeeper-Studio-1.8.5-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7/Beekeeper-Studio-1.8.7-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.5-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.5-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.7-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.7-portable.exe - File64: Beekeeper-Studio-1.8.5-portable.exe + File64: Beekeeper-Studio-1.8.7-portable.exe Type64: sha256 - Checksum64: 540B2B1F9EAB931FBFF459571E75EC26966ACCAB834D3F53F515E586F3C8586F + Checksum64: EB12386A90E0990823DCD75FFC46B7821677320314E0C00C6F065A45704E39A9 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index 24588a93b..05966a4b9 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.5-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.7-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index d24b1cbf5..b2dd3af2a 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.5-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.7-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index fc6bc5bfb..bc4619e76 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5) +[![Software version](https://img.shields.io/badge/Source-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index 1e90927fb..c1175c577 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.8.5 + 1.8.7 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.5 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 - + diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index 57112324b..0158879cd 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.183.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.186.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/Gruntfuggly/vsextensions/todo-tree/0.0.183/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.186/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.183.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.183.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.186.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.186.vsix Type: sha256 - Checksum: D051466FCEE2600DF9F59F09994ADEC940A502775CA4E32911F1ADA5BA07A70A + Checksum: B9995D7B0E313EEDC44C3956824AEFB783E4E7DAFEC982D6120689BD6B74363B File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 80174cfcd..f7086bf63 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.183.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.186.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 82c8b3557..8b1cbbb6a 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.183 + 0.0.186 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From 760a2d30257176bc55fe981a7889ea01376db0cf Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 29 Oct 2020 04:16:40 +0000 Subject: [PATCH 049/106] AU: 2 updated - vscode-pylance vscode-python [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-python/README.md | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 42b102308..16e35c6b3 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@2020.10.2" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.10.3" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 2d5c76f0c..09ef55aae 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.10.2 + 2020.10.3 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 3db193b14..ff72c6d12 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.48.0 or newer. +* This package requires Visual Studio Code 1.49.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. diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 7565385f3..4e1f926cf 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-2020.9.114305.vsix using the Download Extension link +and download the package ms-python.python-2020.10.332292344.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/2020.9.114305/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.10.332292344/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.9.114305.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.9.114305.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.10.332292344.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.10.332292344.vsix Type: sha256 - Checksum: 700C457A539EEF562C84CCC1A77336B4D46B273074B5C3292AECEBBFDDE600EE + Checksum: AA0AFF593F5EB8F310A2DF9DCC666A9BEE73F0A631DECBCE7ED0BCB5BEB48330 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 3401f64e2..446df2bfc 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-2020.9.114305.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.10.332292344.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 8f676ae0d..e05bac760 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.9.114305 + 2020.10.332292344 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.48.0 or newer. +* This package requires Visual Studio Code 1.49.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. From 30cbe99bf032b8c7f81c43cf9453b6e020e9de45 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 31 Oct 2020 04:16:36 +0000 Subject: [PATCH 050/106] AU: 2 updated - vscode-arduino vscode-cloud-code [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-arduino/README.md | 2 +- automatic/vscode-arduino/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-arduino/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-arduino/vscode-arduino.nuspec | 4 ++-- .../vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/vscode-arduino/README.md b/automatic/vscode-arduino/README.md index 24ab462e1..3b00ef4ae 100644 --- a/automatic/vscode-arduino/README.md +++ b/automatic/vscode-arduino/README.md @@ -26,7 +26,7 @@ The Arduino extension makes it easy to develop, build, deploy and debug your Ard * This package requires an Arduino IDE 1.6.x or newer. You can install a version using the [Arduino Chocolatey package](https://www.chocolatey.org/packages/arduino) or using the [official distribution](https://www.arduino.cc/en/main/software#download). Note the Windows Store / App version is **not** supported. -* This package requires Visual Studio Code 1.43.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-arduino/legal/VERIFICATION.txt b/automatic/vscode-arduino/legal/VERIFICATION.txt index 23b19f2e6..f1a6f09f7 100644 --- a/automatic/vscode-arduino/legal/VERIFICATION.txt +++ b/automatic/vscode-arduino/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino -and download the extension vsciot-vscode.vscode-arduino-0.3.2.vsix using the Download Extension link +and download the extension vsciot-vscode.vscode-arduino-0.3.3.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/vsciot-vscode/vsextensions/vscode-arduino/0.3.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-arduino/0.3.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vsciot-vscode.vscode-arduino-0.3.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f HookyQRvsciot-vscode.vscode-arduino-0.3.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vsciot-vscode.vscode-arduino-0.3.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f HookyQRvsciot-vscode.vscode-arduino-0.3.3.vsix Type: sha256 - Checksum: AF854F9BF0750A4487FCF1403C4052E9223FEFD3A4BEEEF77542F198178DD11C + Checksum: 24C2D8A0FD94123B67D3F29734093F970C83CB9581C07C3082A7F8D1950D3036 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vsciot-vscode.vscode-arduino/license diff --git a/automatic/vscode-arduino/tools/chocolateyinstall.ps1 b/automatic/vscode-arduino/tools/chocolateyinstall.ps1 index 2099f849a..6300aafe0 100644 --- a/automatic/vscode-arduino/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-arduino/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vsciot-vscode.vscode-arduino-0.3.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vsciot-vscode.vscode-arduino-0.3.3.vsix" diff --git a/automatic/vscode-arduino/vscode-arduino.nuspec b/automatic/vscode-arduino/vscode-arduino.nuspec index 26a9f18e9..da33e1231 100644 --- a/automatic/vscode-arduino/vscode-arduino.nuspec +++ b/automatic/vscode-arduino/vscode-arduino.nuspec @@ -3,7 +3,7 @@ vscode-arduino - 0.3.2 + 0.3.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-arduino dgalbraith Arduino VSCode Extension @@ -37,7 +37,7 @@ * This package requires an Arduino IDE 1.6.x or newer. You can install a version using the [Arduino Chocolatey package](https://www.chocolatey.org/packages/arduino) or using the [official distributions](https://www.arduino.cc/en/main/software#download). Note the Windows Store / App version is **not** supported. -* This package requires Visual Studio Code 1.43.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 9e189a5c4..7194a83e7 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.6.1' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.7.0' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index 6eaed0bbd..a89e06d2f 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 1.6.1 + 1.7.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension From 6ecbc703610c03d18197c9c7e22de00b51e84647 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 4 Nov 2020 04:16:41 +0000 Subject: [PATCH 051/106] AU: 1 updated - vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 08521e4fa..05134caa1 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.18.0.vsix using the Download Extension link +and download the extension golang.Go-0.18.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/golang/vsextensions/Go/0.18.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.18.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.18.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.18.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.18.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.18.1.vsix Type: sha256 - Checksum: 8DC527159714FF9018949A7C03CCDF7421176C99E6B000F691DBA053984C3A3D + Checksum: 6F659ADD350B4109C19B5FF19C3081F5266313E5B1CF9C01B6D8C312D7FCAA51 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 6e255fd84..9af7f8b22 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.18.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.18.1.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index f89b8e1f8..103405d2a 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.18.0 + 0.18.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From 9ef85a05d275b2b0915ece97bfa1d3f9de206f21 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 5 Nov 2020 04:16:39 +0000 Subject: [PATCH 052/106] AU: 2 updated - vscode-pylance vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 16e35c6b3..c955f682a 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@2020.10.3" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.11.0" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 09ef55aae..e591f1a15 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.10.3 + 2020.11.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index 189639ab2..b7b3c14e2 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3073' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3075' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index f548d2e73..df3c46e8b 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.3073 + 1.0.3075 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From aaccadf2ae6d02473377abb8101e1ce3db604c9c Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 6 Nov 2020 04:16:39 +0000 Subject: [PATCH 053/106] AU: 2 updated - vscode-java vscode-pull-request-github [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- .../vscode-pull-request-github/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 84f6cc12e..d3464910b 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.69.0.vsix using the Download Extension link +and download the extension redhat.java-0.70.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/redhat/vsextensions/java/0.69.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.70.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.69.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.69.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.70.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.70.0.vsix Type: sha256 - Checksum: 171AB80B804DDDA94A96A28B548647E5F131AB4E244E4FBF4443150434BCB9F4 + Checksum: 535DF5E1B6A00C93B6868B8CC9F7EAEFAAAF68E76B8846D1DE7A63BA09F320B8 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 92698fba6..242bac8b8 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.69.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.70.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index d909d154d..9de69e7cc 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.69.0 + 0.70.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index cb1389e8a..9314c5f25 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.20.1.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.21.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.20.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.21.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.20.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.20.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.0.vsix Type: sha256 - Checksum: D3173C2316CAD3A5140CA9E0F12D2F51922DE5595A1A39CE45C6F83CE0E97D4E + Checksum: 7BA273BDC536AA23A9EE427E3D3F08FE39B390DB6FF3DFBEB78C09F2384352D2 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 218fc3d29..d73731a2c 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.20.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.21.0.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 5cffabe04..d9211a951 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.20.1 + 0.21.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension From 9d5a4b8a2ef29b12e2b720892965c05582a2a7ac Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 9 Nov 2020 04:16:30 +0000 Subject: [PATCH 054/106] AU: 1 updated - vscode-test-explorer [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-test-explorer/legal/VERIFICATION.txt | 10 +++++----- .../vscode-test-explorer/tools/chocolateyinstall.ps1 | 2 +- .../vscode-test-explorer/vscode-test-explorer.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-test-explorer/legal/VERIFICATION.txt b/automatic/vscode-test-explorer/legal/VERIFICATION.txt index ef0622f80..2302e1247 100644 --- a/automatic/vscode-test-explorer/legal/VERIFICATION.txt +++ b/automatic/vscode-test-explorer/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer -and download the extension hbenl.vscode-test-explorer-2.19.1.vsix using the Download Extension link +and download the extension hbenl.vscode-test-explorer-2.19.3.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/hbenl/vsextensions/vscode-test-explorer/2.19.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/hbenl/vsextensions/vscode-test-explorer/2.19.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.3.vsix Type: sha256 - Checksum: 0EF595AD2C0E841031C72B8F2CB3518142CFD7C46BAD8F94418B717634EBCC38 + Checksum: C4F50EBEC28E40B93F419C2A1497B7A14A11CFE40388B99C535D5504F14DA279 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/hbenl.vscode-test-explorer/license diff --git a/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 b/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 index 418d41d8d..98cca3742 100644 --- a/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hbenl.vscode-test-explorer-2.19.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hbenl.vscode-test-explorer-2.19.3.vsix" diff --git a/automatic/vscode-test-explorer/vscode-test-explorer.nuspec b/automatic/vscode-test-explorer/vscode-test-explorer.nuspec index fa7f3eed0..5cf4a8edb 100644 --- a/automatic/vscode-test-explorer/vscode-test-explorer.nuspec +++ b/automatic/vscode-test-explorer/vscode-test-explorer.nuspec @@ -3,7 +3,7 @@ vscode-test-explorer - 2.19.1 + 2.19.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-test-explorer dgalbraith Test Explorer UI VSCode Extension From 6ae91e30dad3e708c7956dbcf9b98e0c7fb88aad Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 10 Nov 2020 04:16:21 +0000 Subject: [PATCH 055/106] AU: 2 updated - vscode-java-test vscode-react-native [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java-test/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java-test/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-test/vscode-java-test.nuspec | 2 +- .../vscode-react-native/tools/chocolateyinstall.ps1 | 2 +- .../vscode-react-native/vscode-react-native.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-java-test/legal/VERIFICATION.txt b/automatic/vscode-java-test/legal/VERIFICATION.txt index 07228a3d1..6f4bb3373 100644 --- a/automatic/vscode-java-test/legal/VERIFICATION.txt +++ b/automatic/vscode-java-test/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test -and download the extension vscjava.vscode-java-test-0.25.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-test-0.26.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/vcsjava/vsextensions/vscode-java-test/0.25.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.26.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.25.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.25.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.26.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.26.0.vsix Type: sha256 - Checksum: C21EF6C44560656BDD58811C1D62ADBAD6DA1A9C47BEDC958B0AFE0C72E8C2D8 + Checksum: 9E11F63B7580A0419A28998588921D93A659418D71CECB86D60494F189DA7C9E File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license diff --git a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 index cba3f951a..ce2c4f80c 100644 --- a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.25.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.26.0.vsix" diff --git a/automatic/vscode-java-test/vscode-java-test.nuspec b/automatic/vscode-java-test/vscode-java-test.nuspec index 39025d3a1..67af1d028 100644 --- a/automatic/vscode-java-test/vscode-java-test.nuspec +++ b/automatic/vscode-java-test/vscode-java-test.nuspec @@ -3,7 +3,7 @@ vscode-java-test - 0.25.0 + 0.26.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test dgalbraith Java Test Runner VSCode Extension diff --git a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 index 0ca8df9ed..7dde4c073 100644 --- a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.1.0" +Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.1.1" diff --git a/automatic/vscode-react-native/vscode-react-native.nuspec b/automatic/vscode-react-native/vscode-react-native.nuspec index 7abba128a..708a6ecb7 100644 --- a/automatic/vscode-react-native/vscode-react-native.nuspec +++ b/automatic/vscode-react-native/vscode-react-native.nuspec @@ -3,7 +3,7 @@ vscode-react-native - 1.1.0 + 1.1.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native dgalbraith React Native Tools VSCode Extension From 7954f72cfccaf7b740d31d989f0596972292743e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 11 Nov 2020 04:16:38 +0000 Subject: [PATCH 056/106] AU: 1 updated - vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index 0158879cd..25630b37b 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.186.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.188.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/Gruntfuggly/vsextensions/todo-tree/0.0.186/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.188/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.186.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.186.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.188.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.188.vsix Type: sha256 - Checksum: B9995D7B0E313EEDC44C3956824AEFB783E4E7DAFEC982D6120689BD6B74363B + Checksum: BD66483B0DF1629FB19654CCD11034CA7595847A873714C5DFC6AF09549C8BE3 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index f7086bf63..342d19c87 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.186.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.188.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 8b1cbbb6a..8a7373dfa 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.186 + 0.0.188 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From e8063311b5882b200c401bec4990f549c84286f3 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 12 Nov 2020 04:16:36 +0000 Subject: [PATCH 057/106] AU: 4 updated - mongodb-shell vscode-prettier vscode-pylance vscode-python [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- automatic/mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-prettier/legal/VERIFICATION.txt | 10 +++++----- .../vscode-prettier/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-prettier/vscode-prettier.nuspec | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index 500f3b5a9..fe1bc28cf 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.5.0-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.5.0) +[![Software version](https://img.shields.io/badge/version-0.5.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.5.2) [![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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index e7c717f9c..f22277aa8 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.5.0-win32.zip using the links in the relevant +and download the archive mongosh-0.5.2-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.5.0/mongosh-0.5.0-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.5.2/mongosh-0.5.2-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.5.0-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.5.0-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.5.2-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.5.2-win32.zip - File: mongosh-0.5.0-win32.zip + File: mongosh-0.5.2-win32.zip Type: sha256 - Checksum: 89A98DF950314ED1ADE188C0DED4785D99DCA316C13DDA63E1D067969D88DD95 + Checksum: 0F9E7862127FFCEF8E91872D2F85F9EBBF26A2DCED5D4D7F9954DCDEF63C4260 Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index 148b77870..c2db9f16a 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.5.0 + 0.5.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.5.0 + https://github.com/mongodb-js/mongosh/releases/tag/v0.5.2 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 38b838c82..41eead0f7 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.5.0-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.5.2-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-prettier/legal/VERIFICATION.txt b/automatic/vscode-prettier/legal/VERIFICATION.txt index f1fe78c47..751277a6c 100644 --- a/automatic/vscode-prettier/legal/VERIFICATION.txt +++ b/automatic/vscode-prettier/legal/VERIFICATION.txt @@ -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.7.1.vsix using the Download Extension link +and download the extension esbenp.prettier-vscode-5.7.2.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.7.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/5.7.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.7.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.7.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.7.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.7.2.vsix Type: sha256 - Checksum: 993A298A801191C4A6A9FFB1A6751D96A2C1458449DB6C0262422201DA095838 + Checksum: 2E38538C095423AB25D05840798135D3C225AEC5704F233C83E2DF10206FC4F1 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license diff --git a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 index 7fb8071c1..bb0a5f991 100644 --- a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.7.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.7.2.vsix" diff --git a/automatic/vscode-prettier/vscode-prettier.nuspec b/automatic/vscode-prettier/vscode-prettier.nuspec index a37b7f418..866d29dbb 100644 --- a/automatic/vscode-prettier/vscode-prettier.nuspec +++ b/automatic/vscode-prettier/vscode-prettier.nuspec @@ -3,7 +3,7 @@ vscode-prettier - 5.7.1 + 5.7.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier dgalbraith Prettier Code Formatter VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index c955f682a..00bd47182 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@2020.11.0" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.11.1" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index e591f1a15..14ded76fa 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.11.0 + 2020.11.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 4e1f926cf..98cd097a5 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-2020.10.332292344.vsix using the Download Extension link +and download the package ms-python.python-2020.11.358366026.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/2020.10.332292344/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.11.358366026/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.10.332292344.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.10.332292344.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.358366026.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.358366026.vsix Type: sha256 - Checksum: AA0AFF593F5EB8F310A2DF9DCC666A9BEE73F0A631DECBCE7ED0BCB5BEB48330 + Checksum: 51D1CFC7FA51DDE3F4007C38E7D7260E1963DEB542B0595D993D42BC3F428D62 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 446df2bfc..361bc8427 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-2020.10.332292344.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.11.358366026.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index e05bac760..430d09ebf 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.10.332292344 + 2020.11.358366026 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension From 06bddfcb5f4f17d1d2a60f626b52042e0329e9f3 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 13 Nov 2020 04:17:08 +0000 Subject: [PATCH 058/106] AU: 1 updated - androidstudio [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/androidstudio/androidstudio.nuspec | 2 +- automatic/androidstudio/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/androidstudio/androidstudio.nuspec b/automatic/androidstudio/androidstudio.nuspec index 3498cea06..554ab3636 100644 --- a/automatic/androidstudio/androidstudio.nuspec +++ b/automatic/androidstudio/androidstudio.nuspec @@ -3,7 +3,7 @@ androidstudio - 4.1.0.19 + 4.1.1.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio dgalbraith, Justin James, ludicrousByte Android Studio (Install) diff --git a/automatic/androidstudio/tools/chocolateyinstall.ps1 b/automatic/androidstudio/tools/chocolateyinstall.ps1 index 51f21da51..922b629bb 100644 --- a/automatic/androidstudio/tools/chocolateyinstall.ps1 +++ b/automatic/androidstudio/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.1.0.19/android-studio-ide-201.6858069-windows.exe' -$checksum64 = '127bf487a87267522fa3532b980298b667eb7acde68d805084e9cf1cfc608251' +$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.1.1.0/android-studio-ide-201.6953283-windows.exe' +$checksum64 = '88d1576b5f672e67035bc4cde55697cf4cc0e63f9c9740f82f4ef8e09ddb05d4' $packageArgs = @{ packageName = $env:ChocolateyPackageName From 53358d9a784e5dbda10ed97e45bc89f7e7e71be9 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 14 Nov 2020 04:16:22 +0000 Subject: [PATCH 059/106] AU: 1 updated - vscode-spring-initializr [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- .../vscode-spring-initializr/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-spring-initializr.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-spring-initializr/legal/VERIFICATION.txt b/automatic/vscode-spring-initializr/legal/VERIFICATION.txt index e2be3eb0b..f1bdde6ed 100644 --- a/automatic/vscode-spring-initializr/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-initializr/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-initializr -and download the package vscjava.vscode-spring-initializr-0.5.0.vsix using the Download Extension link +and download the package vscjava.vscode-spring-initializr-0.6.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/vscjava/vsextensions/vscode-spring-initializr/0.5.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-initializr/0.6.1/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-initializr-0.5.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-initializr-0.5.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-initializr-0.6.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-initializr-0.6.1.vsix Type: sha256 - Checksum: BDED799AB34807F8EA296A4DB7DE7F592A5F4A9EEA616047DE191D903B288C73 + Checksum: A17A26A1222BA8D8168530AF4A7B1BF45D4E1830A182C8F094F685AA49DA9046 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-initializr/license diff --git a/automatic/vscode-spring-initializr/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-initializr/tools/chocolateyinstall.ps1 index 862ef0fce..7219eacea 100644 --- a/automatic/vscode-spring-initializr/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-initializr/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-initializr-0.5.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-initializr-0.6.1.vsix" diff --git a/automatic/vscode-spring-initializr/vscode-spring-initializr.nuspec b/automatic/vscode-spring-initializr/vscode-spring-initializr.nuspec index b6458caf3..e4910b0f9 100644 --- a/automatic/vscode-spring-initializr/vscode-spring-initializr.nuspec +++ b/automatic/vscode-spring-initializr/vscode-spring-initializr.nuspec @@ -3,7 +3,7 @@ vscode-spring-initializr - 0.5.0 + 0.6.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-initializr dgalbraith Spring Initializr VSCode Extension From 32e178aae4041c99cb12b9937c7dc8845a5f0165 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sun, 15 Nov 2020 04:16:59 +0000 Subject: [PATCH 060/106] AU: 1 updated - vscode-drawio [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index 154769f4e..c90310f2c 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-1.0.3.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.1.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/vsciot-vscode/vsextensions/vscode-drawio/1.0.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.1.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.0.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.0.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.1.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.1.0.vsix Type: sha256 - Checksum: 548FA1B61E8206FCC50512A11AAA7DA305DF6AD6259458B4A61A23AF8F9176A8 + Checksum: 09A07FBBE6F0D68F046B10B5DA14D0BF42E83BAAD380A4E403EEF153F9FA37CB Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 633922118..00f600217 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.0.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.1.0.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index b82540ab6..b6f397d9b 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 1.0.3 + 1.1.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension From d66cccc36ddda0b039d00a902b24219997f30457 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 17 Nov 2020 04:16:29 +0000 Subject: [PATCH 061/106] AU: 1 updated - watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index 74bf9ea56..93bdc6ffa 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2020.08.17.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.08.17.00) +[![Software version](https://img.shields.io/badge/source-2020.11.16.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.11.16.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index 40288a114..f330022e9 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2020.08.17.00-windows.zip using the links in the relevant +and download the archive watchman-v2020.11.16.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2020.08.17.00/watchman-v2020.08.17.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2020.11.16.00/watchman-v2020.11.16.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.08.17.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.08.17.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.11.16.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.11.16.00-windows.zip - File: watchman-v2020.08.17.00-windows.zip + File: watchman-v2020.11.16.00-windows.zip Type: sha256 - Checksum: B778C472DD4E93DC989DADFD7B05457B6AFEB6CF1242BEC4F03361C1865E09D7 + Checksum: 3E0F5AAFC35965CE0B27F2B9934CC515E74D74AFD0C9A70BD15A4237216F90CF Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 7f38fadfe..60f23ee36 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2020.08.17.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2020.11.16.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index 3040441b9..b624b90e4 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2020.08.17.00 + 2020.11.16.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From 08fcfed890b91a6c93d146dea7b48b8689d57457 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 18 Nov 2020 04:16:39 +0000 Subject: [PATCH 062/106] AU: 1 updated - vscode-python [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 98cd097a5..65784c68c 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-2020.11.358366026.vsix using the Download Extension link +and download the package ms-python.python-2020.11.367453362.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/2020.11.358366026/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.11.367453362/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.358366026.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.358366026.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.367453362.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.367453362.vsix Type: sha256 - Checksum: 51D1CFC7FA51DDE3F4007C38E7D7260E1963DEB542B0595D993D42BC3F428D62 + Checksum: BB612D18E41C1A9F40F9E4CA342DEA79F632767235F279FAD0F9E95F92758D52 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 361bc8427..7eda072d0 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-2020.11.358366026.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.11.367453362.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 430d09ebf..cc6ece752 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.11.358366026 + 2020.11.367453362 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension From 77c5e1fd3e3fe324b6f5ac7e09d92b7a66be4129 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 19 Nov 2020 04:16:21 +0000 Subject: [PATCH 063/106] AU: 1 updated - vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 00bd47182..fd474ec1a 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@2020.11.1" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.11.2" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 14ded76fa..99c4cc919 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.11.1 + 2020.11.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From 4ee170c2aa1166f9d405cdaccdbf271a615104d4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 20 Nov 2020 04:18:09 +0000 Subject: [PATCH 064/106] AU: 3 updated - vscode-java-dependency vscode-python vscode-python-test-adapter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-java-dependency/README.md | 2 +- .../vscode-java-dependency/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-dependency/tools/chocolateyinstall.ps1 | 2 +- .../vscode-java-dependency.nuspec | 4 ++-- .../vscode-python-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/vscode-java-dependency/README.md b/automatic/vscode-java-dependency/README.md index 1b1417b4b..d62b07864 100644 --- a/automatic/vscode-java-dependency/README.md +++ b/automatic/vscode-java-dependency/README.md @@ -17,7 +17,7 @@ A lightweight extension to provide additional Java project explorer features. It ## Notes -* This package requires Visual Studio Code 1.49.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-java-dependency/legal/VERIFICATION.txt b/automatic/vscode-java-dependency/legal/VERIFICATION.txt index 5e9d092c7..c7baffc7d 100644 --- a/automatic/vscode-java-dependency/legal/VERIFICATION.txt +++ b/automatic/vscode-java-dependency/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency -and download the extension vscjava.vscode-java-dependency-0.14.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-dependency-0.15.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/vscjava/vsextensions/vscode-java-dependency/0.14.0/ + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.15.0/ vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.14.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.14.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.15.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.15.0.vsix Type: sha256 - Checksum: 626EBF66D02509C5968ADC422C08953AA233388B5A66BD29930FCAFB93804DB8 + Checksum: A03F123326D8BAF0A777A208778B465F256660FD03482FF11D51FE1558800CD7 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/license diff --git a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 index 824bea0ce..02c74f90f 100644 --- a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.14.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.15.0.vsix" diff --git a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec index 673b8ad53..5746eaabe 100644 --- a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec +++ b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec @@ -3,7 +3,7 @@ vscode-java-dependency - 0.14.0 + 0.15.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency dgalbraith Java Dependency Viewer VSCode Extension @@ -29,7 +29,7 @@ ## Notes -* This package requires Visual Studio Code 1.49.0 or newer. +* This package requires Visual Studio Code 1.50.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. diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index bb0cc1535..a3d5664e2 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.3.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix Type: sha256 - Checksum: 4E67276C1AFB693A9B6660FA43AEFDDA19E7E33FBD90888507E2C13B79810196 + Checksum: 09186E966E6C47A08A3FBC7DC4B7D67EC84688847C54779F9E2213826199FE78 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index ff74a65c6..a0666d9db 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index a4a135bbd..d0990f083 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.6.2 + 0.6.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 65784c68c..e3ad8919b 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-2020.11.367453362.vsix using the Download Extension link +and download the package ms-python.python-2020.11.371526539.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/2020.11.367453362/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.11.371526539/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.367453362.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.367453362.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.371526539.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.371526539.vsix Type: sha256 - Checksum: BB612D18E41C1A9F40F9E4CA342DEA79F632767235F279FAD0F9E95F92758D52 + Checksum: 83B91475DF623DEE9D383B035054976E48F957DC1A2E8DA71C65262018F15B45 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 7eda072d0..281960bc3 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-2020.11.367453362.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.11.371526539.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index cc6ece752..c1695c47e 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.11.367453362 + 2020.11.371526539 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension From 1757e8595bddc3722e1262137a6ff73418d99897 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 21 Nov 2020 04:16:47 +0000 Subject: [PATCH 065/106] AU: 6 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable vscode-java vscode-prettier vscode-pull-request-github [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- automatic/vscode-prettier/legal/VERIFICATION.txt | 10 +++++----- .../vscode-prettier/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-prettier/vscode-prettier.nuspec | 2 +- automatic/vscode-pull-request-github/README.md | 2 +- .../legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 4 ++-- 21 files changed, 48 insertions(+), 48 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index 18b331f1b..ab25832b8 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) +[![Software version](https://img.shields.io/badge/Source-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index b1dd027ea..c8bbb5a0c 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.8.7 + 1.8.11 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 112495eab..99c96fc78 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.8.7.exe using +and download the installer Beekeeper-Studio-Setup-1.8.11.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.7/Beekeeper-Studio-Setup-1.8.7.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.11/Beekeeper-Studio-Setup-1.8.11.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.7.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.7.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.11.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.11.exe - File64: Beekeeper-Studio-Setup-1.8.7.exe + File64: Beekeeper-Studio-Setup-1.8.11.exe Type64: sha256 - Checksum64: C734F98F1EAACEB1BD152974F28558013325B8E7146527190AE7F9DF929A5887 + Checksum64: C9D8FB84405A3CDD757457D3C0542CF635A62F813C802A35948A266DD3709CFA Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index 8bd48a23b..f184038e0 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.7.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.11.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index e44b183f2..aa6d2238c 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) +[![Software version](https://img.shields.io/badge/Source-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index d0d2cef7a..c9412b051 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.8.7 + 1.8.11 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index 5e02bd3a1..bbcfb4207 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.8.7-portable.exe using +and download the application Beekeeper-Studio-1.8.11-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7/Beekeeper-Studio-1.8.7-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11/Beekeeper-Studio-1.8.11-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.7-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.7-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.11-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.11-portable.exe - File64: Beekeeper-Studio-1.8.7-portable.exe + File64: Beekeeper-Studio-1.8.11-portable.exe Type64: sha256 - Checksum64: EB12386A90E0990823DCD75FFC46B7821677320314E0C00C6F065A45704E39A9 + Checksum64: 60F657A44C6E3355087044806D6A075B5F8F47F3267164130C192CA19A8C74A8 Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index 05966a4b9..dadff5131 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.7-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.11-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index b2dd3af2a..62f679005 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.7-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.11-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index bc4619e76..b140915f2 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.7-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7) +[![Software version](https://img.shields.io/badge/Source-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index c1175c577..f8b20c353 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.8.7 + 1.8.11 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.7 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 - + diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index d3464910b..85ea0540d 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.70.0.vsix using the Download Extension link +and download the extension redhat.java-0.71.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/redhat/vsextensions/java/0.70.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.71.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.70.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.70.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.71.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.71.0.vsix Type: sha256 - Checksum: 535DF5E1B6A00C93B6868B8CC9F7EAEFAAAF68E76B8846D1DE7A63BA09F320B8 + Checksum: 53F78FB7E33E805E1B0165E6E2812545D1161237EA27E4827D24F868ADDAE41A File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 242bac8b8..944dbecc9 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.70.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.71.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 9de69e7cc..96bf86a58 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.70.0 + 0.71.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-prettier/legal/VERIFICATION.txt b/automatic/vscode-prettier/legal/VERIFICATION.txt index 751277a6c..5bc066fb9 100644 --- a/automatic/vscode-prettier/legal/VERIFICATION.txt +++ b/automatic/vscode-prettier/legal/VERIFICATION.txt @@ -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.7.2.vsix using the Download Extension link +and download the extension esbenp.prettier-vscode-5.8.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/esbenp/vsextensions/prettier-vscode/5.7.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/5.8.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-5.7.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-5.7.2.vsix + - 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 Type: sha256 - Checksum: 2E38538C095423AB25D05840798135D3C225AEC5704F233C83E2DF10206FC4F1 + Checksum: C7AFDB05E1E2FDEA58A511B2E08F27A08B27C057451179378A017BE72E61FC40 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license diff --git a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 index bb0a5f991..0b9da438b 100644 --- a/automatic/vscode-prettier/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-prettier/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.7.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-5.8.0.vsix" diff --git a/automatic/vscode-prettier/vscode-prettier.nuspec b/automatic/vscode-prettier/vscode-prettier.nuspec index 866d29dbb..70bc72d68 100644 --- a/automatic/vscode-prettier/vscode-prettier.nuspec +++ b/automatic/vscode-prettier/vscode-prettier.nuspec @@ -3,7 +3,7 @@ vscode-prettier - 5.7.2 + 5.8.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier dgalbraith Prettier Code Formatter VSCode Extension diff --git a/automatic/vscode-pull-request-github/README.md b/automatic/vscode-pull-request-github/README.md index d0a238f38..2519e3ef1 100644 --- a/automatic/vscode-pull-request-github/README.md +++ b/automatic/vscode-pull-request-github/README.md @@ -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.50.0 or newer. +* This package requires Visual Studio Code 1.52.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. diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index 9314c5f25..730659f35 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.21.0.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.21.3.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.21.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.21.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.3.vsix Type: sha256 - Checksum: 7BA273BDC536AA23A9EE427E3D3F08FE39B390DB6FF3DFBEB78C09F2384352D2 + Checksum: 80630E7FCA01F59416D8C194D5D36B48FE7A128A706E72FC92C2C017BCD9035C 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 d73731a2c..67604eef5 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.21.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.21.3.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 d9211a951..9d1d5b31d 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.21.0 + 0.21.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension @@ -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.50.0 or newer. +* This package requires Visual Studio Code 1.52.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. From d708c1cef8d0a4417ccf149c44b7b2ecdc13b685 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Mon, 23 Nov 2020 04:16:25 +0000 Subject: [PATCH 066/106] AU: 1 updated - vscode-arduino [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040 --- automatic/vscode-arduino/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-arduino/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-arduino/vscode-arduino.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-arduino/legal/VERIFICATION.txt b/automatic/vscode-arduino/legal/VERIFICATION.txt index f1a6f09f7..9b5713a44 100644 --- a/automatic/vscode-arduino/legal/VERIFICATION.txt +++ b/automatic/vscode-arduino/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino -and download the extension vsciot-vscode.vscode-arduino-0.3.3.vsix using the Download Extension link +and download the extension vsciot-vscode.vscode-arduino-0.3.4.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/vsciot-vscode/vsextensions/vscode-arduino/0.3.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-arduino/0.3.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vsciot-vscode.vscode-arduino-0.3.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f HookyQRvsciot-vscode.vscode-arduino-0.3.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vsciot-vscode.vscode-arduino-0.3.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f HookyQRvsciot-vscode.vscode-arduino-0.3.4.vsix Type: sha256 - Checksum: 24C2D8A0FD94123B67D3F29734093F970C83CB9581C07C3082A7F8D1950D3036 + Checksum: D8A7E0155DD186C03374949634D5841CF31D7BB74BA27CE58DC0339379F91223 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vsciot-vscode.vscode-arduino/license diff --git a/automatic/vscode-arduino/tools/chocolateyinstall.ps1 b/automatic/vscode-arduino/tools/chocolateyinstall.ps1 index 6300aafe0..d923217ca 100644 --- a/automatic/vscode-arduino/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-arduino/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vsciot-vscode.vscode-arduino-0.3.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vsciot-vscode.vscode-arduino-0.3.4.vsix" diff --git a/automatic/vscode-arduino/vscode-arduino.nuspec b/automatic/vscode-arduino/vscode-arduino.nuspec index da33e1231..c26b8fffa 100644 --- a/automatic/vscode-arduino/vscode-arduino.nuspec +++ b/automatic/vscode-arduino/vscode-arduino.nuspec @@ -3,7 +3,7 @@ vscode-arduino - 0.3.3 + 0.3.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-arduino dgalbraith Arduino VSCode Extension From 745f6626f0d477c674e26a5010b23412804f069d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 24 Nov 2020 04:16:18 +0000 Subject: [PATCH 067/106] AU: 1 updated - vscode-azure-deploy [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/a7137dceab3c40ffaf1aa9583a57091a799e7222 --- automatic/vscode-azure-deploy/legal/VERIFICATION.txt | 10 +++++----- .../vscode-azure-deploy/tools/chocolateyinstall.ps1 | 2 +- .../vscode-azure-deploy/vscode-azure-deploy.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt index 0732b99fc..5b5afe847 100644 --- a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt +++ b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy -and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix using the Download Extension link +and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.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/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix Type: sha256 - Checksum: E17B020E3649F185B23775B6C361324014910C24F012FD567AB77334C9B2EAFE + Checksum: 3DD78E90F9790BAFA2D0A964D82CCBB6CE3117394C3CF593D107CC97308F291D File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license diff --git a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 index d9a07b32f..79a4bc5bc 100644 --- a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix" diff --git a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec index 3a6ccbe0e..a70bbea19 100644 --- a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec +++ b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec @@ -3,7 +3,7 @@ vscode-azure-deploy - 1.2.0 + 1.2.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy dgalbraith Deploy to Azure VSCode Extension From 4e76b288d96da9037c46e0b45e6bf821d22da51b Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 25 Nov 2020 04:16:31 +0000 Subject: [PATCH 068/106] AU: 1 updated - vscode-mongodb [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/554121b96b0343773db0c77b49b65e0c8648afb9 --- automatic/vscode-mongodb/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-mongodb/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-mongodb/vscode-mongodb.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-mongodb/legal/VERIFICATION.txt b/automatic/vscode-mongodb/legal/VERIFICATION.txt index 0dfc9523e..bf61bba41 100644 --- a/automatic/vscode-mongodb/legal/VERIFICATION.txt +++ b/automatic/vscode-mongodb/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode -and download the package mongodb.mongodb-vscode-0.2.1.vsix using the Download Extension link +and download the package mongodb.mongodb-vscode-0.3.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/mongodb/vsextensions/mongodb-vscode/0.2.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/0.3.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.2.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.2.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-0.3.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-0.3.0.vsix Type: sha256 - Checksum: 2270918554D459D3AB5FBCB1EF3BE88A3FA6EF2B448097F7E4CEFE762D6EAC89 + Checksum: 1B0C9D1B971921819F2A5483515C60E4800B298F703168071937661A976556AB File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license diff --git a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 index 777208c3f..5383ce1fc 100644 --- a/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-mongodb/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.2.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-0.3.0.vsix" diff --git a/automatic/vscode-mongodb/vscode-mongodb.nuspec b/automatic/vscode-mongodb/vscode-mongodb.nuspec index 1dbeabece..15370270e 100644 --- a/automatic/vscode-mongodb/vscode-mongodb.nuspec +++ b/automatic/vscode-mongodb/vscode-mongodb.nuspec @@ -3,7 +3,7 @@ vscode-mongodb - 0.2.1 + 0.3.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb dgalbraith MongoDB VSCode Extension From ba47184845f34fbb45d5e4ee459faee9c50a8467 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 26 Nov 2020 04:16:27 +0000 Subject: [PATCH 069/106] AU: 2 updated - mc vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/7aa9db1daf80a618793df25012054b6afa01f462 --- automatic/mc/README.md | 2 +- automatic/mc/mc.nuspec | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/mc/README.md b/automatic/mc/README.md index 317848ea4..08843ac5f 100644 --- a/automatic/mc/README.md +++ b/automatic/mc/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/adamyg/mcwin32/blob/master/mcsrc/doc/COPYING) [![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-v4.8.24.214-blue.svg)](https://sourceforge.net/projects/mcwin32/) +[![Software version](https://img.shields.io/badge/Source-v4.17.0.214-blue.svg)](https://sourceforge.net/projects/mcwin32/) [![Chocolatey package version](https://img.shields.io/chocolatey/v/mc?label=Chocolatey)](https://chocolatey.org/packages/mc) Windows XP+/32 bit native port of GNU Midnight Commander. diff --git a/automatic/mc/mc.nuspec b/automatic/mc/mc.nuspec index 5365826df..1dda318e1 100644 --- a/automatic/mc/mc.nuspec +++ b/automatic/mc/mc.nuspec @@ -3,7 +3,7 @@ mc - 4.8.24.214 + 4.17.0.214 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mc dgalbraith Midnight Commander diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 05134caa1..cb14f2237 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.18.1.vsix using the Download Extension link +and download the extension golang.Go-0.19.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/golang/vsextensions/Go/0.18.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.19.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.18.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.18.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.19.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.19.0.vsix Type: sha256 - Checksum: 6F659ADD350B4109C19B5FF19C3081F5266313E5B1CF9C01B6D8C312D7FCAA51 + Checksum: 2865AFC915BFFECC3C7CC70C34F800AEB7B41CE6A2A1BA5873C870603B6122F7 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 9af7f8b22..97ebf7c2b 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.18.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.19.0.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 103405d2a..be8b25e79 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.18.1 + 0.19.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From 4db7c7b2e80ccf2f431f94558c981b444bc33385 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 27 Nov 2020 04:16:47 +0000 Subject: [PATCH 070/106] AU: 1 updated - vscode-maven [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/fa503bcbe19821e43520bdf84fdc638b24157358 --- automatic/vscode-maven/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-maven/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-maven/vscode-maven.nuspec | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/vscode-maven/legal/VERIFICATION.txt b/automatic/vscode-maven/legal/VERIFICATION.txt index 6b8e2f43c..3ce6b308d 100644 --- a/automatic/vscode-maven/legal/VERIFICATION.txt +++ b/automatic/vscode-maven/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.maven -and download the extension vscjava.vscode-maven-0.25.0.vsix using the Download Extension link +and download the extension vscjava.vscode-maven-0.26.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/vscjava/vsextensions/vscode-maven/0.25.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.26.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.25.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.25.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.26.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.26.0.vsix Type: sha256 - Checksum: 441AD25A3F17B7EBCF521D9C08D9AE894A554E941A91167EF69D2A4DD2AD5325 + Checksum: DC6BC8EC600DD4102731E43A82D43A1D600918E4916CF988FD0537297CCD1AEF File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license diff --git a/automatic/vscode-maven/tools/chocolateyinstall.ps1 b/automatic/vscode-maven/tools/chocolateyinstall.ps1 index 461c4f299..cbcaf5362 100644 --- a/automatic/vscode-maven/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-maven/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.25.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.26.0.vsix" diff --git a/automatic/vscode-maven/vscode-maven.nuspec b/automatic/vscode-maven/vscode-maven.nuspec index a5a6ca11e..ae35b3143 100644 --- a/automatic/vscode-maven/vscode-maven.nuspec +++ b/automatic/vscode-maven/vscode-maven.nuspec @@ -3,7 +3,7 @@ vscode-maven - 0.25.0 + 0.26.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Maven for Java VSCode Extension @@ -14,7 +14,7 @@ https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license false https://github.com/microsoft/vscode-maven/ - https://github.com/Microsoft/vscode-maven/blob/v0.25.0/README.md + https://github.com/Microsoft/vscode-maven/blob/v0.26.0/README.md https://github.com/microsoft/vscode-maven/issues maven java vscode-maven vscode microsoft Maven extension for VS Code From 619f255ea04c8dcbe94fa89b4f09c9eae5264d2a Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 1 Dec 2020 04:16:30 +0000 Subject: [PATCH 071/106] AU: 1 updated - mongodb-shell [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/fbb391ded6aaf9ad0ca96b5550abb572689f4f1b --- automatic/mongodb-shell/README.md | 2 +- automatic/mongodb-shell/legal/VERIFICATION.txt | 12 ++++++------ automatic/mongodb-shell/mongodb-shell.nuspec | 4 ++-- automatic/mongodb-shell/tools/chocolateyinstall.ps1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/mongodb-shell/README.md b/automatic/mongodb-shell/README.md index fe1bc28cf..11e73dbab 100644 --- a/automatic/mongodb-shell/README.md +++ b/automatic/mongodb-shell/README.md @@ -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.5.2-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.5.2) +[![Software version](https://img.shields.io/badge/version-0.6.1-blue)](https://github.com/mongodb-js/mongosh/releases/tag/v0.6.1) [![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 diff --git a/automatic/mongodb-shell/legal/VERIFICATION.txt b/automatic/mongodb-shell/legal/VERIFICATION.txt index f22277aa8..d8015b45b 100644 --- a/automatic/mongodb-shell/legal/VERIFICATION.txt +++ b/automatic/mongodb-shell/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/mongodb-js/mongosh/releases -and download the archive mongosh-0.5.2-win32.zip using the links in the relevant +and download the archive mongosh-0.6.1-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.5.2/mongosh-0.5.2-win32.zip + https://github.com/mongodb-js/mongosh/releases/download/v0.6.1/mongosh-0.6.1-win32.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.5.2-win32.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.5.2-win32.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mongosh-0.6.1-win32.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongosh-0.6.1-win32.zip - File: mongosh-0.5.2-win32.zip + File: mongosh-0.6.1-win32.zip Type: sha256 - Checksum: 0F9E7862127FFCEF8E91872D2F85F9EBBF26A2DCED5D4D7F9954DCDEF63C4260 + Checksum: E17AD5FA658C684DFBC8411B62696C617FD2EA606B9F378018B99C8E7648111C Contents of file LICENSE.txt is obtained from https://github.com/mongodb-js/mongosh/blob/master/LICENSE diff --git a/automatic/mongodb-shell/mongodb-shell.nuspec b/automatic/mongodb-shell/mongodb-shell.nuspec index c2db9f16a..81d2b6da6 100644 --- a/automatic/mongodb-shell/mongodb-shell.nuspec +++ b/automatic/mongodb-shell/mongodb-shell.nuspec @@ -3,7 +3,7 @@ mongodb-shell - 0.5.2 + 0.6.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mongodb-shell dgalbraith MongoDB Shell @@ -48,7 +48,7 @@ Gives you autocomplete options based on the version of the server you are connec ]]> - https://github.com/mongodb-js/mongosh/releases/tag/v0.5.2 + https://github.com/mongodb-js/mongosh/releases/tag/v0.6.1 diff --git a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 index 41eead0f7..89ca03655 100644 --- a/automatic/mongodb-shell/tools/chocolateyinstall.ps1 +++ b/automatic/mongodb-shell/tools/chocolateyinstall.ps1 @@ -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.5.2-win32.zip' +$archive = Join-Path $toolsDir 'mongosh-0.6.1-win32.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 2f22a7730b2a936dcf6204598fd80b5b3ae35e3d Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 2 Dec 2020 04:16:35 +0000 Subject: [PATCH 072/106] AU: 2 updated - kyma-cli vscode-pull-request-github [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/2d4e15a089fbf154a5dd78f66003d155f6cf8f3c --- automatic/kyma-cli/README.md | 2 +- automatic/kyma-cli/kyma-cli.nuspec | 2 +- automatic/kyma-cli/legal/VERIFICATION.txt | 8 ++++---- .../vscode-pull-request-github/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/automatic/kyma-cli/README.md b/automatic/kyma-cli/README.md index 0d044a3cf..7adb6a1cb 100644 --- a/automatic/kyma-cli/README.md +++ b/automatic/kyma-cli/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/) [![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-1.15.1-blue)](https://github.com/kyma-project/cli/releases/tags/1.15.1) +[![Software version](https://img.shields.io/badge/version-1.17.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.17.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli) Kyma CLI is a command line tool which supports Kyma developers. It provides a set of commands you can use to install, manage, and test Kyma. diff --git a/automatic/kyma-cli/kyma-cli.nuspec b/automatic/kyma-cli/kyma-cli.nuspec index 7f10ae816..29410e34c 100644 --- a/automatic/kyma-cli/kyma-cli.nuspec +++ b/automatic/kyma-cli/kyma-cli.nuspec @@ -3,7 +3,7 @@ kyma-cli - 1.15.1 + 1.17.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli dgalbraith Kyma CLI - Install, Manage and Test Kyma diff --git a/automatic/kyma-cli/legal/VERIFICATION.txt b/automatic/kyma-cli/legal/VERIFICATION.txt index 70496bab7..f521e5c59 100644 --- a/automatic/kyma-cli/legal/VERIFICATION.txt +++ b/automatic/kyma-cli/legal/VERIFICATION.txt @@ -15,8 +15,8 @@ the links in the relevant assets section of the page. Alternatively the distributions can be downloaded directly from - https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_i386.zip - https://github.com/kyma-project/cli/releases/download/1.15.1/kyma_Windows_x86_64.zip + https://github.com/kyma-project/cli/releases/download/1.17.0/kyma_Windows_i386.zip + https://github.com/kyma-project/cli/releases/download/1.17.0/kyma_Windows_x86_64.zip 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip @@ -24,10 +24,10 @@ Alternatively the distributions can be downloaded directly from File32: kyma_Windows_i386.zip ChecksumType32: sha256 - Checksum32: FFDB541077F8B65479B1B8E10323B8139B77CC37D06FB0E8882E0E2C728D23A4 + Checksum32: A3A822F5CE4279CAD08BD9238A2EAD12EE31400294343D4AA92C94948DBB8893 File64: kyma_Windows_x86_64.zip ChecksumType64: sha256 - Checksum64: 3442C67208DFEE4C7BBC92D29B0F0EE2870834873651940B5151297991C292D2 + Checksum64: 56F53582C302FC841C4CA3C51748727C87F7ABE26A4A15DBCCA5D636F5D399C5 Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index 730659f35..8cf5d36e0 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.21.3.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.21.4.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.21.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.21.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.4.vsix Type: sha256 - Checksum: 80630E7FCA01F59416D8C194D5D36B48FE7A128A706E72FC92C2C017BCD9035C + Checksum: 6DE7FB192A396A5305DE6525FE72C54A90B342197D7BBE5AF644298A49C129DF 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 67604eef5..23ac79839 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.21.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.21.4.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 9d1d5b31d..5fe8a1a60 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.21.3 + 0.21.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pull-request-github dgalbraith GitHub Pull Requests and Issues VSCode Extension From 57f39db461f7f8480b8da22c03d6919985e43477 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 3 Dec 2020 04:16:33 +0000 Subject: [PATCH 073/106] AU: 3 updated - vscode-drawio vscode-go-test-adapter vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/c2ea6b71967e341cf7ceb472d6660850664b7b13 --- automatic/vscode-drawio/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-drawio/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-drawio/vscode-drawio.nuspec | 2 +- .../vscode-go-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../vscode-go-test-adapter/tools/chocolateyinstall.ps1 | 2 +- .../vscode-go-test-adapter.nuspec | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/vscode-drawio/legal/VERIFICATION.txt b/automatic/vscode-drawio/legal/VERIFICATION.txt index c90310f2c..1b8f7e1f4 100644 --- a/automatic/vscode-drawio/legal/VERIFICATION.txt +++ b/automatic/vscode-drawio/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio -and download the extension hediet.vscode-drawio-1.1.0.vsix using the Download Extension link +and download the extension hediet.vscode-drawio-1.2.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/vsciot-vscode/vsextensions/vscode-drawio/1.1.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vsciot-vscode/vsextensions/vscode-drawio/1.2.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.1.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.1.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hediet.vscode-drawio-1.2.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hediet.vscode-drawio-1.2.0.vsix Type: sha256 - Checksum: 09A07FBBE6F0D68F046B10B5DA14D0BF42E83BAAD380A4E403EEF153F9FA37CB + Checksum: 3F3F5220268695BC2E210DF0ACF8F2AEF16670816D4DEBE2E125D83A109ED9E8 Contents of LICENSE.txt is obtained from https://github.com/hediet/vscode-drawio/blob/master/LICENSE.md diff --git a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 index 00f600217..6049ffb29 100644 --- a/automatic/vscode-drawio/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-drawio/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.1.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hediet.vscode-drawio-1.2.0.vsix" diff --git a/automatic/vscode-drawio/vscode-drawio.nuspec b/automatic/vscode-drawio/vscode-drawio.nuspec index b6f397d9b..9a5f75e89 100644 --- a/automatic/vscode-drawio/vscode-drawio.nuspec +++ b/automatic/vscode-drawio/vscode-drawio.nuspec @@ -3,7 +3,7 @@ vscode-drawio - 1.1.0 + 1.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-drawio dgalbraith Draw.io VSCode Extension diff --git a/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt index f23b26cf8..d2bb05c59 100644 --- a/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ethan-reesor.vscode-go-test-adapter -and download the extension ethan-reesor.vscode-go-test-adapter-0.1.3.vsix using the Download Extension link +and download the extension ethan-reesor.vscode-go-test-adapter-0.1.4.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/ethan-reesor/vsextensions/vscode-go-test-adapter/0.1.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ethan-reesor/vsextensions/vscode-go-test-adapter/0.1.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ethan-reesor.vscode-go-test-adapter-0.1.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ethan-reesor.vscode-go-test-adapter-0.1.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ethan-reesor.vscode-go-test-adapter-0.1.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ethan-reesor.vscode-go-test-adapter-0.1.4.vsix Type: sha256 - Checksum: 97CC2373A67AC8B81C2A08E39AAF14FC5F0D2631A13BAAF7725C8D31A0C77062 + Checksum: 60CDF00E77772F82CC539A4F5F8D213164EA53853434649F4C25216C4844E46E Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ethan-reesor.vscode-go-test-adapter/license diff --git a/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 index cda25e44e..37583bea9 100644 --- a/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ethan-reesor.vscode-go-test-adapter-0.1.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ethan-reesor.vscode-go-test-adapter-0.1.4.vsix" diff --git a/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec b/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec index c055a5b84..b131b6270 100644 --- a/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec +++ b/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-go-test-adapter - 0.1.3 + 0.1.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go-test-adapter dgalbraith Go Test Explorer VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index fd474ec1a..04154a243 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@2020.11.2" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.12.0" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 99c4cc919..99d7b03f1 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.11.2 + 2020.12.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From 8598db6ac69db3059e5d71b8e08ea9292009a310 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 4 Dec 2020 04:16:38 +0000 Subject: [PATCH 074/106] AU: 1 updated - vscode-java [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/1e772d806039cba553e8a8cdc41506b5ecc7d110 --- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 85ea0540d..8063692bf 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.71.0.vsix using the Download Extension link +and download the extension redhat.java-0.72.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/redhat/vsextensions/java/0.71.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.72.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.71.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.71.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.72.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.72.0.vsix Type: sha256 - Checksum: 53F78FB7E33E805E1B0165E6E2812545D1161237EA27E4827D24F868ADDAE41A + Checksum: 848E1880FAD3720712B062ED8916C4A5BC067810BFB6B8C495C483B1815B04AD File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 944dbecc9..fdd431182 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.71.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.72.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 96bf86a58..26fe6b580 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.71.0 + 0.72.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension From 68dd91fc97f4e403c6046f533b4b195e83b003c5 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 5 Dec 2020 04:16:33 +0000 Subject: [PATCH 075/106] AU: 1 updated - vscode-go-test-adapter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/d7722345af74578d08752810516ddc13f75c3d53 --- .../vscode-go-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../vscode-go-test-adapter/tools/chocolateyinstall.ps1 | 2 +- .../vscode-go-test-adapter.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt index d2bb05c59..b3f3fbc2a 100644 --- a/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-go-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ethan-reesor.vscode-go-test-adapter -and download the extension ethan-reesor.vscode-go-test-adapter-0.1.4.vsix using the Download Extension link +and download the extension ethan-reesor.vscode-go-test-adapter-0.1.5.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/ethan-reesor/vsextensions/vscode-go-test-adapter/0.1.4/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ethan-reesor/vsextensions/vscode-go-test-adapter/0.1.5/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ethan-reesor.vscode-go-test-adapter-0.1.4.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ethan-reesor.vscode-go-test-adapter-0.1.4.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ethan-reesor.vscode-go-test-adapter-0.1.5.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ethan-reesor.vscode-go-test-adapter-0.1.5.vsix Type: sha256 - Checksum: 60CDF00E77772F82CC539A4F5F8D213164EA53853434649F4C25216C4844E46E + Checksum: 3394AB031D2D08276FBADF8B091E815EA190214EBE90617A59BD63DF0A0325DC Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ethan-reesor.vscode-go-test-adapter/license diff --git a/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 index 37583bea9..dd8004a72 100644 --- a/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ethan-reesor.vscode-go-test-adapter-0.1.4.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ethan-reesor.vscode-go-test-adapter-0.1.5.vsix" diff --git a/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec b/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec index b131b6270..e8fe5e3a9 100644 --- a/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec +++ b/automatic/vscode-go-test-adapter/vscode-go-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-go-test-adapter - 0.1.4 + 0.1.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go-test-adapter dgalbraith Go Test Explorer VSCode Extension From c1243d8c4a025ca1111beb30508c7db408ec5cc6 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 8 Dec 2020 04:16:34 +0000 Subject: [PATCH 076/106] AU: 1 updated - vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e80e1c2caf4aefb83cb8e3a05f0b9be7ea80d4ec --- automatic/vscode-todo-tree/README.md | 2 +- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/vscode-todo-tree/README.md b/automatic/vscode-todo-tree/README.md index 9899be7e2..3e6b316aa 100644 --- a/automatic/vscode-todo-tree/README.md +++ b/automatic/vscode-todo-tree/README.md @@ -12,7 +12,7 @@ Found TODOs can also be highlighted in open files. ## Notes -* This package requires Visual Studio Code 1.5.0 or newer. +* This package requires Visual Studio Code 1.46.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. diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index 25630b37b..bed5d3925 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.188.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.189.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/Gruntfuggly/vsextensions/todo-tree/0.0.188/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.189/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.188.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.188.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.189.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.189.vsix Type: sha256 - Checksum: BD66483B0DF1629FB19654CCD11034CA7595847A873714C5DFC6AF09549C8BE3 + Checksum: 74B3D031A4D4AD74DE1071B8F61EDF7F6D78AA1EE01F827434639EC0743A0E69 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 342d19c87..4fc8f91d3 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.188.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.189.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 8a7373dfa..ff98f518b 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.188 + 0.0.189 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension @@ -26,7 +26,7 @@ Found TODOs can also be highlighted in open files. ## Notes -* This package requires Visual Studio Code 1.5.0 or newer. +* This package requires Visual Studio Code 1.46.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. From 7a17211591073e98da4517f0be39e6dc506e039c Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 9 Dec 2020 04:16:32 +0000 Subject: [PATCH 077/106] AU: 2 updated - vscode-java-test vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/1179dd82f6a2520a5f4e66c518a2f463485ddf80 --- automatic/vscode-java-test/README.md | 2 +- automatic/vscode-java-test/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java-test/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-test/vscode-java-test.nuspec | 4 ++-- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/vscode-java-test/README.md b/automatic/vscode-java-test/README.md index 1d9c63d1c..1eb079c76 100644 --- a/automatic/vscode-java-test/README.md +++ b/automatic/vscode-java-test/README.md @@ -26,7 +26,7 @@ The [Java Test Runner](https://marketplace.visualstudio.com/items?itemName=vscja ## Notes -* This package requires Visual Studio Code 1.50.0 or newer. +* This package requires Visual Studio Code 1.51.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. diff --git a/automatic/vscode-java-test/legal/VERIFICATION.txt b/automatic/vscode-java-test/legal/VERIFICATION.txt index 6f4bb3373..45dad0f8f 100644 --- a/automatic/vscode-java-test/legal/VERIFICATION.txt +++ b/automatic/vscode-java-test/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test -and download the extension vscjava.vscode-java-test-0.26.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-test-0.26.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/vcsjava/vsextensions/vscode-java-test/0.26.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.26.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.26.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.26.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.26.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.26.1.vsix Type: sha256 - Checksum: 9E11F63B7580A0419A28998588921D93A659418D71CECB86D60494F189DA7C9E + Checksum: 6FE62956CCA8DA6054E93F612A39261EB9C9E606E8923EA5ACABE4A6C76BDB43 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license diff --git a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 index ce2c4f80c..5f318d824 100644 --- a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.26.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.26.1.vsix" diff --git a/automatic/vscode-java-test/vscode-java-test.nuspec b/automatic/vscode-java-test/vscode-java-test.nuspec index 67af1d028..a531f3ba3 100644 --- a/automatic/vscode-java-test/vscode-java-test.nuspec +++ b/automatic/vscode-java-test/vscode-java-test.nuspec @@ -3,7 +3,7 @@ vscode-java-test - 0.26.0 + 0.26.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test dgalbraith Java Test Runner VSCode Extension @@ -38,7 +38,7 @@ The [Java Test Runner](https://marketplace.visualstudio.com/items?itemName=vscja ## Notes -* This package requires Visual Studio Code 1.50.0 or newer. +* This package requires Visual Studio Code 1.51.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. diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index bed5d3925..b7c742476 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.189.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.190.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/Gruntfuggly/vsextensions/todo-tree/0.0.189/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.190/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.189.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.189.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.190.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.190.vsix Type: sha256 - Checksum: 74B3D031A4D4AD74DE1071B8F61EDF7F6D78AA1EE01F827434639EC0743A0E69 + Checksum: 87B6CC9D6E0AD6E3C27B8412EAEED75DB630DA8D95C1141306311AEAC1A67117 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 4fc8f91d3..1d4c8640e 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.189.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.190.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index ff98f518b..262ba9743 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.189 + 0.0.190 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From 6a8857b3abee20e68a04381d810ed125af6d4f85 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 10 Dec 2020 04:16:39 +0000 Subject: [PATCH 078/106] AU: 4 updated - tunein-radio vscode-go vscode-pylance vscode-python-test-adapter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/7b02e350f2bd51f10e447de5b9717c96ffe8f8f2 --- automatic/tunein-radio/README.md | 2 +- automatic/tunein-radio/tools/chocolateyinstall.ps1 | 4 ++-- automatic/tunein-radio/tunein-radio.nuspec | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- .../vscode-python-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/tunein-radio/README.md b/automatic/tunein-radio/README.md index 4e18d70a2..08d0cd139 100644 --- a/automatic/tunein-radio/README.md +++ b/automatic/tunein-radio/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://tunein.com/policies/) [![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-1.18.0-blue)](https://tunein.com/get-tunein/download/) +[![Software version](https://img.shields.io/badge/version-1.19.0-blue)](https://tunein.com/get-tunein/download/) [![Chocolatey package version](https://img.shields.io/chocolatey/v/tunein-radio?label=Chocolatey)](https://chocolatey.org/packages/tunein-radio) The TuneIn desktop app improves how you browse and discover content from all over the world, and enables you to seamlessly listen and save favorites across all of your devices. diff --git a/automatic/tunein-radio/tools/chocolateyinstall.ps1 b/automatic/tunein-radio/tools/chocolateyinstall.ps1 index a7ceaa495..44460ece9 100644 --- a/automatic/tunein-radio/tools/chocolateyinstall.ps1 +++ b/automatic/tunein-radio/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'TuneIn*' - url = 'https://gemini-desktop-prod.s3-us-west-2.amazonaws.com/release/TuneIn+Setup+1.18.0.exe' - checksum = '952924c1bd01486a706f448c405dd601257026618f01e29a088df7f2f3ddbdf1' + url = 'https://gemini-desktop-prod.s3-us-west-2.amazonaws.com/release/TuneIn+Setup+1.19.0.exe' + checksum = '2e1a58bdadf26b5e989130dff7b216e36c6ed9da97d2acfd65853a2de6d562a8' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/tunein-radio/tunein-radio.nuspec b/automatic/tunein-radio/tunein-radio.nuspec index c36f4a70a..9232d36a9 100644 --- a/automatic/tunein-radio/tunein-radio.nuspec +++ b/automatic/tunein-radio/tunein-radio.nuspec @@ -3,7 +3,7 @@ tunein-radio - 1.18.0 + 1.19.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/tunein-radio dgalbraith TuneIn Radio Desktop diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index cb14f2237..dfde0af36 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.19.0.vsix using the Download Extension link +and download the extension golang.Go-0.19.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/golang/vsextensions/Go/0.19.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.19.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.19.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.19.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.19.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.19.1.vsix Type: sha256 - Checksum: 2865AFC915BFFECC3C7CC70C34F800AEB7B41CE6A2A1BA5873C870603B6122F7 + Checksum: D02CDDBBA939A9E66622B950C34F0018FAF84AA986CFDFDD5F43F69353A244A0 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 97ebf7c2b..c1e899d88 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.19.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.19.1.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index be8b25e79..35e762f6b 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.19.0 + 0.19.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 04154a243..9ee4e59a2 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@2020.12.0" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.12.1" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 99d7b03f1..248accd42 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.12.0 + 2020.12.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index a3d5664e2..d6bc9536a 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.4.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix Type: sha256 - Checksum: 09186E966E6C47A08A3FBC7DC4B7D67EC84688847C54779F9E2213826199FE78 + Checksum: 95AD6837F75C2B09BD800737D05B1B94C5FDCD7D44FA53A95ED171087B44D326 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index a0666d9db..9fea85ca4 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index d0990f083..f2333a9e0 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.6.3 + 0.6.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension From a3888242b60d27fead94736fc2ca89839b54e8e2 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 11 Dec 2020 04:16:27 +0000 Subject: [PATCH 079/106] AU: 1 updated - vscode-cloud-code [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/c31074e5814b0a7bd97b66e51822808e57d592c5 --- automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 7194a83e7..37acd6138 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.7.0' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@1.7.1' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index a89e06d2f..8b42b7aec 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 1.7.0 + 1.7.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension From bbe903a43ce3a9a146570603090901bc5f5ae259 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 12 Dec 2020 04:17:09 +0000 Subject: [PATCH 080/106] AU: 5 updated - vscode-pull-request-github vscode-pylance vscode-python-test-adapter vscode-todo-tree vscode-vsonline [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/cc8e1fa358995f3503c44977e9a11a989cf81c9c --- .../vscode-pull-request-github/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pull-request-github.nuspec | 2 +- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- .../vscode-python-test-adapter/legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-python-test-adapter.nuspec | 2 +- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- automatic/vscode-vsonline/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-vsonline/vscode-vsonline.nuspec | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/automatic/vscode-pull-request-github/legal/VERIFICATION.txt b/automatic/vscode-pull-request-github/legal/VERIFICATION.txt index 8cf5d36e0..a36126bd7 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.21.4.vsix using the Download Extension link +and download the extension GitHub.vscode-pull-request-github-0.22.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.21.4/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/GitHub/vsextensions/vscode-pull-request-github/0.22.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash GitHub.vscode-pull-request-github-0.21.4.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f GitHub.vscode-pull-request-github-0.21.4.vsix + - 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 Type: sha256 - Checksum: 6DE7FB192A396A5305DE6525FE72C54A90B342197D7BBE5AF644298A49C129DF + Checksum: 3CDB6562E54FDAF660566834FD2596E613C55BBFE8A872AF3542E5B90DFAE38E 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 23ac79839..eeeb5e1aa 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.21.4.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\GitHub.vscode-pull-request-github-0.22.0.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 5fe8a1a60..dd2228791 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.21.4 + 0.22.0 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 9ee4e59a2..ee474e44b 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@2020.12.1" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2020.12.2" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 248accd42..6c6796681 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.12.1 + 2020.12.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension diff --git a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt index d6bc9536a..c0e39b3e4 100644 --- a/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt +++ b/automatic/vscode-python-test-adapter/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter -and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix using the Download Extension link +and download the extension LittleFoxTeam.vscode-python-test-adapter-0.6.5.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/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.4/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.6.5/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.6.5.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.6.5.vsix Type: sha256 - Checksum: 95AD6837F75C2B09BD800737D05B1B94C5FDCD7D44FA53A95ED171087B44D326 + Checksum: 98D9E905DFF215BBDBD16EB964F277C93A63633E379AD3EE5F9931098FCF2D8D Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license diff --git a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 index 9fea85ca4..1777353eb 100644 --- a/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python-test-adapter/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.4.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.6.5.vsix" diff --git a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec index f2333a9e0..6802d44bc 100644 --- a/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec +++ b/automatic/vscode-python-test-adapter/vscode-python-test-adapter.nuspec @@ -3,7 +3,7 @@ vscode-python-test-adapter - 0.6.4 + 0.6.5 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter dgalbraith Python Test Explorer VSCode Extension diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index b7c742476..a2ebe41b1 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.190.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.192.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/Gruntfuggly/vsextensions/todo-tree/0.0.190/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.192/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.190.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.190.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.192.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.192.vsix Type: sha256 - Checksum: 87B6CC9D6E0AD6E3C27B8412EAEED75DB630DA8D95C1141306311AEAC1A67117 + Checksum: BF3E11045EC407EE1DFE3AF7AF5F54D905984203801ADF38F577FC39CDDE5703 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index 1d4c8640e..ba929a067 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.190.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.192.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index 262ba9743..f2edf8764 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.190 + 0.0.192 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension diff --git a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 index b7b3c14e2..ab041db60 100644 --- a/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-vsonline/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3075' +Install-VsCodeExtension -extensionId 'ms-vsonline.vsonline@1.0.3076' diff --git a/automatic/vscode-vsonline/vscode-vsonline.nuspec b/automatic/vscode-vsonline/vscode-vsonline.nuspec index df3c46e8b..02ae287de 100644 --- a/automatic/vscode-vsonline/vscode-vsonline.nuspec +++ b/automatic/vscode-vsonline/vscode-vsonline.nuspec @@ -3,7 +3,7 @@ vscode-vsonline - 1.0.3075 + 1.0.3076 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-vsonline dgalbraith Visual Studio Codespaces VSCode Extension From ad9a207900f4ba419538adccd640680da3a22d15 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 15 Dec 2020 04:16:53 +0000 Subject: [PATCH 081/106] AU: 3 updated - dotcover-cli vscode-react-native watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/6b7f6ab024f9b283b100d026008fdd22d574d793 --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-react-native/vscode-react-native.nuspec | 2 +- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 1c1f09359..547b9effa 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.2.4-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index de66e7be5..71e5b53b6 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.2.4 + 2020.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index 1ff02ded4..d24240a12 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.2.4.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.3.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.2.4/JetBrains.dotCover.CommandLineTools.2020.2.4.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.3/JetBrains.dotCover.CommandLineTools.2020.3.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.4.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.4.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.4/JetBrains.dotCover.CommandLineTools.2020.2.4.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3/JetBrains.dotCover.CommandLineTools.2020.3.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.2.4.zip + File: JetBrains.dotCover.CommandLineTools.2020.3.zip Type: sha256 - Checksum: 34D9931AB904A1CF2D25F5C37FFB3F5BC11EBA0511C6EA0F3E1ADD5F7C8CE30A + Checksum: 8832D0D6CAF2678897BA7C221D7AEB0EAA296E3B334440712CD5D81E03880DF0 Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index de965a33b..ad34b9159 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = JetBrains.dotCover.CommandLineTools.2020.2.4.zip' +$archive = JetBrains.dotCover.CommandLineTools.2020.3.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 index 7dde4c073..108c8a74c 100644 --- a/automatic/vscode-react-native/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-react-native/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.1.1" +Install-VsCodeExtension -extensionId "msjsdiag.vscode-react-native@1.2.0" diff --git a/automatic/vscode-react-native/vscode-react-native.nuspec b/automatic/vscode-react-native/vscode-react-native.nuspec index 708a6ecb7..40d285515 100644 --- a/automatic/vscode-react-native/vscode-react-native.nuspec +++ b/automatic/vscode-react-native/vscode-react-native.nuspec @@ -3,7 +3,7 @@ vscode-react-native - 1.1.1 + 1.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-react-native dgalbraith React Native Tools VSCode Extension diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index 93bdc6ffa..855cbe212 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2020.11.16.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.11.16.00) +[![Software version](https://img.shields.io/badge/source-2020.12.14.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.14.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index f330022e9..fd5a58132 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2020.11.16.00-windows.zip using the links in the relevant +and download the archive watchman-v2020.12.14.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2020.11.16.00/watchman-v2020.11.16.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2020.12.14.00/watchman-v2020.12.14.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.11.16.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.11.16.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.14.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.14.00-windows.zip - File: watchman-v2020.11.16.00-windows.zip + File: watchman-v2020.12.14.00-windows.zip Type: sha256 - Checksum: 3E0F5AAFC35965CE0B27F2B9934CC515E74D74AFD0C9A70BD15A4237216F90CF + Checksum: 68CAAB34CF88F47A87A63728FB87FED511B63D851C31271C08108918F428A719 Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 60f23ee36..4fe3ae357 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2020.11.16.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2020.12.14.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index b624b90e4..dfad3188e 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2020.11.16.00 + 2020.12.14.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From c8685214cc20ae7a51ed722bb346d70de469171c Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 16 Dec 2020 04:16:59 +0000 Subject: [PATCH 082/106] AU: 4 updated - vscode-java-dependency vscode-maven vscode-python vscode-spring-boot [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/99f5f459597a817788841d778df288f999b29c8b --- .../vscode-java-dependency/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-dependency/tools/chocolateyinstall.ps1 | 2 +- .../vscode-java-dependency.nuspec | 2 +- automatic/vscode-maven/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-maven/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-maven/vscode-maven.nuspec | 4 ++-- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 2 +- automatic/vscode-spring-boot/legal/VERIFICATION.txt | 10 +++++----- .../vscode-spring-boot/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-spring-boot/vscode-spring-boot.nuspec | 2 +- 12 files changed, 29 insertions(+), 29 deletions(-) diff --git a/automatic/vscode-java-dependency/legal/VERIFICATION.txt b/automatic/vscode-java-dependency/legal/VERIFICATION.txt index c7baffc7d..e0557f11b 100644 --- a/automatic/vscode-java-dependency/legal/VERIFICATION.txt +++ b/automatic/vscode-java-dependency/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency -and download the extension vscjava.vscode-java-dependency-0.15.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-dependency-0.16.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/vscjava/vsextensions/vscode-java-dependency/0.15.0/ + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-java-dependency/0.16.0/ vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.15.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.15.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-dependency-0.16.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-dependency-0.16.0.vsix Type: sha256 - Checksum: A03F123326D8BAF0A777A208778B465F256660FD03482FF11D51FE1558800CD7 + Checksum: 5CFAD23FE7CE3E4FE7ED91FF1C68717F6EA731A724F6B3D1B6774219F6322782 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-dependency/license diff --git a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 index 02c74f90f..f379883b2 100644 --- a/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-dependency/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.15.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-dependency-0.16.0.vsix" diff --git a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec index 5746eaabe..fe6459b4b 100644 --- a/automatic/vscode-java-dependency/vscode-java-dependency.nuspec +++ b/automatic/vscode-java-dependency/vscode-java-dependency.nuspec @@ -3,7 +3,7 @@ vscode-java-dependency - 0.15.0 + 0.16.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-dependency dgalbraith Java Dependency Viewer VSCode Extension diff --git a/automatic/vscode-maven/legal/VERIFICATION.txt b/automatic/vscode-maven/legal/VERIFICATION.txt index 3ce6b308d..d0befac5d 100644 --- a/automatic/vscode-maven/legal/VERIFICATION.txt +++ b/automatic/vscode-maven/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.maven -and download the extension vscjava.vscode-maven-0.26.0.vsix using the Download Extension link +and download the extension vscjava.vscode-maven-0.27.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/vscjava/vsextensions/vscode-maven/0.26.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.27.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.26.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.26.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.27.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.27.0.vsix Type: sha256 - Checksum: DC6BC8EC600DD4102731E43A82D43A1D600918E4916CF988FD0537297CCD1AEF + Checksum: 6FA61D7356D9D81AAEAC7EBD0F58BDC087C3A927EAD42AB8B1822329C50E338B File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license diff --git a/automatic/vscode-maven/tools/chocolateyinstall.ps1 b/automatic/vscode-maven/tools/chocolateyinstall.ps1 index cbcaf5362..20203fb2b 100644 --- a/automatic/vscode-maven/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-maven/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.26.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.27.0.vsix" diff --git a/automatic/vscode-maven/vscode-maven.nuspec b/automatic/vscode-maven/vscode-maven.nuspec index ae35b3143..d133d4643 100644 --- a/automatic/vscode-maven/vscode-maven.nuspec +++ b/automatic/vscode-maven/vscode-maven.nuspec @@ -3,7 +3,7 @@ vscode-maven - 0.26.0 + 0.27.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Maven for Java VSCode Extension @@ -14,7 +14,7 @@ https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license false https://github.com/microsoft/vscode-maven/ - https://github.com/Microsoft/vscode-maven/blob/v0.26.0/README.md + https://github.com/Microsoft/vscode-maven/blob/v0.27.0/README.md https://github.com/microsoft/vscode-maven/issues maven java vscode-maven vscode microsoft Maven extension for VS Code diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index e3ad8919b..843978a7a 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-2020.11.371526539.vsix using the Download Extension link +and download the package ms-python.python-2020.12.424452561.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/2020.11.371526539/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2020.12.424452561/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.11.371526539.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.11.371526539.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2020.12.424452561.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2020.12.424452561.vsix Type: sha256 - Checksum: 83B91475DF623DEE9D383B035054976E48F957DC1A2E8DA71C65262018F15B45 + Checksum: 8E2E4C4B807A10C7A16A1F268B9A9B90FFAC9C2A154090B94ACD921B55E3A07D 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 281960bc3..305d12f1c 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-2020.11.371526539.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2020.12.424452561.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index c1695c47e..475ef7392 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2020.11.371526539 + 2020.12.424452561 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension diff --git a/automatic/vscode-spring-boot/legal/VERIFICATION.txt b/automatic/vscode-spring-boot/legal/VERIFICATION.txt index 59134a648..80d8ffbcc 100644 --- a/automatic/vscode-spring-boot/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-spring-boot -and download the extension Pivotal.vscode-spring-boot-1.23.0.vsix using the Download Extension link +and download the extension Pivotal.vscode-spring-boot-1.24.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/Pivotal/vsextensions/vscode-spring-boot/1.23.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Pivotal/vsextensions/vscode-spring-boot/1.24.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.23.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.23.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Pivotal.vscode-spring-boot-1.24.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Pivotal.vscode-spring-boot-1.24.0.vsix Type: sha256 - Checksum: E838DC3BA338504BEAFA0189209EF00B6CB1CCBCAC9592975DA1AE4530D40D5B + Checksum: 5502A4CA1A4A243DB28CAE1372FBD102CADDDA4695F2323256823D147F7F9183 Contents of LICENSE.txt is obtained from https://github.com/spring-projects/sts4/blob/master/license.txt diff --git a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 index 0518dc28c..093e731cc 100644 --- a/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.23.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Pivotal.vscode-spring-boot-1.24.0.vsix" diff --git a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec index b96136853..e54de2253 100644 --- a/automatic/vscode-spring-boot/vscode-spring-boot.nuspec +++ b/automatic/vscode-spring-boot/vscode-spring-boot.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot - 1.23.0 + 1.24.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot dgalbraith Spring Boot Tools VSCode Extension From 9483ba7cf219917d2134abb1f2b058dcf835b9e6 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 17 Dec 2020 04:16:38 +0000 Subject: [PATCH 083/106] AU: 2 updated - kyma-cli vscode-spring-boot-dashboard [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/9000dcda050ff20142a47717bfe8542ddb45a950 --- automatic/kyma-cli/README.md | 2 +- automatic/kyma-cli/kyma-cli.nuspec | 2 +- automatic/kyma-cli/legal/VERIFICATION.txt | 8 ++++---- automatic/vscode-spring-boot-dashboard/README.md | 2 +- .../legal/VERIFICATION.txt | 10 +++++----- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-spring-boot-dashboard.nuspec | 4 ++-- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/kyma-cli/README.md b/automatic/kyma-cli/README.md index 7adb6a1cb..f21448844 100644 --- a/automatic/kyma-cli/README.md +++ b/automatic/kyma-cli/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/kyma-project/kyma-cli)](https://github.com/kyma-project/cli/blob/master/LICENCE/) [![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-1.17.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.17.0) +[![Software version](https://img.shields.io/badge/version-1.18.0-blue)](https://github.com/kyma-project/cli/releases/tags/1.18.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/kyma-cli?label=Chocolatey)](https://chocolatey.org/packages/kyma-cli) Kyma CLI is a command line tool which supports Kyma developers. It provides a set of commands you can use to install, manage, and test Kyma. diff --git a/automatic/kyma-cli/kyma-cli.nuspec b/automatic/kyma-cli/kyma-cli.nuspec index 29410e34c..1393a9c5e 100644 --- a/automatic/kyma-cli/kyma-cli.nuspec +++ b/automatic/kyma-cli/kyma-cli.nuspec @@ -3,7 +3,7 @@ kyma-cli - 1.17.0 + 1.18.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/kyma-cli dgalbraith Kyma CLI - Install, Manage and Test Kyma diff --git a/automatic/kyma-cli/legal/VERIFICATION.txt b/automatic/kyma-cli/legal/VERIFICATION.txt index f521e5c59..dcddac3ad 100644 --- a/automatic/kyma-cli/legal/VERIFICATION.txt +++ b/automatic/kyma-cli/legal/VERIFICATION.txt @@ -15,8 +15,8 @@ the links in the relevant assets section of the page. Alternatively the distributions can be downloaded directly from - https://github.com/kyma-project/cli/releases/download/1.17.0/kyma_Windows_i386.zip - https://github.com/kyma-project/cli/releases/download/1.17.0/kyma_Windows_x86_64.zip + https://github.com/kyma-project/cli/releases/download/1.18.0/kyma_Windows_i386.zip + https://github.com/kyma-project/cli/releases/download/1.18.0/kyma_Windows_x86_64.zip 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash kyma_Windows_i386.zip @@ -24,10 +24,10 @@ Alternatively the distributions can be downloaded directly from File32: kyma_Windows_i386.zip ChecksumType32: sha256 - Checksum32: A3A822F5CE4279CAD08BD9238A2EAD12EE31400294343D4AA92C94948DBB8893 + Checksum32: 988AF36332C8817095C4EFFE230BFFBE48C6DD39EE8A39AC2158D18F057B52A9 File64: kyma_Windows_x86_64.zip ChecksumType64: sha256 - Checksum64: 56F53582C302FC841C4CA3C51748727C87F7ABE26A4A15DBCCA5D636F5D399C5 + Checksum64: 018DB50BFB39EF4968B19A6E768F1BBDA06AA7B90D238E7A3407761556EA0C7A Contents of file LICENSE.txt is obtained from https://github.com/kyma-project/cli/blob/master/LICENCE diff --git a/automatic/vscode-spring-boot-dashboard/README.md b/automatic/vscode-spring-boot-dashboard/README.md index eac92993b..4c95a8c5b 100644 --- a/automatic/vscode-spring-boot-dashboard/README.md +++ b/automatic/vscode-spring-boot-dashboard/README.md @@ -20,7 +20,7 @@ Spring Boot Dashboard is a lightweight extension in Visual Studio Code (VS Code) ## Notes * A JDK (version 1.8.0 or later) is required. -* This package requires Visual Studio Code 1.24.0 or newer. +* This package requires Visual Studio Code 1.51.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. diff --git a/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt b/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt index 310342745..55dfcad5d 100644 --- a/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt +++ b/automatic/vscode-spring-boot-dashboard/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-spring-boot-dashboard -and download the package vscjava.vscode-spring-boot-dashboard-0.1.10.vsix using the Download Extension link +and download the package vscjava.vscode-spring-boot-dashboard-0.2.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/vscjava/vsextensions/vscode-spring-boot-dashboard/0.1.10/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-spring-boot-dashboard/0.2.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.1.10.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.1.10.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-spring-boot-dashboard-0.2.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-spring-boot-dashboard-0.2.0.vsix Type: sha256 - Checksum: 1A1757404220A2E7454F0C3AC46B10D132C17038174A0539109AD63E6EBE8A69 + Checksum: 4315F44E08FEDC7D4044BA24A65453E51A0576D8FF5A7F5E50A4147311D90854 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-spring-boot-dashboard/license diff --git a/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 b/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 index e48df7501..15df1fe50 100644 --- a/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-spring-boot-dashboard/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.1.10.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-spring-boot-dashboard-0.2.0.vsix" diff --git a/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec b/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec index c8d4e7d62..5200ea874 100644 --- a/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec +++ b/automatic/vscode-spring-boot-dashboard/vscode-spring-boot-dashboard.nuspec @@ -3,7 +3,7 @@ vscode-spring-boot-dashboard - 0.1.10 + 0.2.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-spring-boot-dashboard dgalbraith Spring Boot Dashboard VSCode Extension @@ -31,7 +31,7 @@ ## Notes * A JDK (version 1.8.0 or later) is required. -* This package requires Visual Studio Code 1.24.0 or newer. +* This package requires Visual Studio Code 1.51.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. From 7b6756de48449dea7b9487a145a7e060d470a620 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 18 Dec 2020 04:16:48 +0000 Subject: [PATCH 084/106] AU: 2 updated - vscode-java vscode-java-debug [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/3ee5057566a4dfe495d6db844fef49de51c785f2 --- automatic/vscode-java-debug/legal/VERIFICATION.txt | 10 +++++----- .../vscode-java-debug/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-debug/vscode-java-debug.nuspec | 2 +- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/vscode-java-debug/legal/VERIFICATION.txt b/automatic/vscode-java-debug/legal/VERIFICATION.txt index 3ec189246..58c6e5236 100644 --- a/automatic/vscode-java-debug/legal/VERIFICATION.txt +++ b/automatic/vscode-java-debug/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug -and download the extension vscjava.vscode-java-debug-0.29.0.vsix using the Download Extension link +and download the extension vscjava.vscode-java-debug-0.30.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/vcsjava/vsextensions/vscode-java-debug/0.29.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.30.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.29.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.29.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.30.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.30.0.vsix Type: sha256 - Checksum: C4E3DB2725C0AA812C288063902AA182EB9F6E1FB065180E335309EADD29FF84 + Checksum: 685C75307502856B6A39C768A56E82A221E824EC4FEDF4B0B19BB285FAD75C35 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license diff --git a/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 b/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 index 7fc695044..47e707509 100644 --- a/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-debug/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.29.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.30.0.vsix" diff --git a/automatic/vscode-java-debug/vscode-java-debug.nuspec b/automatic/vscode-java-debug/vscode-java-debug.nuspec index 74bc81b60..ffdea5c91 100644 --- a/automatic/vscode-java-debug/vscode-java-debug.nuspec +++ b/automatic/vscode-java-debug/vscode-java-debug.nuspec @@ -3,7 +3,7 @@ vscode-java-debug - 0.29.0 + 0.30.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug dgalbraith Debugger for Java VSCode Extension diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 8063692bf..4c7e01fd7 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-0.72.0.vsix using the Download Extension link +and download the extension redhat.java-0.73.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/redhat/vsextensions/java/0.72.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/0.73.0/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.72.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.72.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-0.73.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-0.73.0.vsix Type: sha256 - Checksum: 848E1880FAD3720712B062ED8916C4A5BC067810BFB6B8C495C483B1815B04AD + Checksum: 2F27EE11AD2E7532EF8E8BEB9AFBB4CB76E1DEBBFC85BB0443F8F23946284443 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index fdd431182..9d8c47927 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.72.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-0.73.0.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 26fe6b580..89fa5cdf8 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 0.72.0 + 0.73.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension From e629b001f187b45458412dd07af279128bb30196 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 22 Dec 2020 04:16:43 +0000 Subject: [PATCH 085/106] AU: 2 updated - keys watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/8b0e605889007117e2583632f624bc854550fdee --- automatic/keys/README.md | 2 +- automatic/keys/keys.nuspec | 2 +- automatic/keys/legal/VERIFICATION.txt | 4 ++-- automatic/keys/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/keys/README.md b/automatic/keys/README.md index b964fd4df..983fa7c46 100644 --- a/automatic/keys/README.md +++ b/automatic/keys/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/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.1.20-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.20) +[![Software version](https://img.shields.io/badge/version-0.2.3-blue)](https://github.com/keys-pub/app/releases/tag/v0.2.3) [![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys) Key management is hard. We need tools, libraries, apps and documentation to help us. diff --git a/automatic/keys/keys.nuspec b/automatic/keys/keys.nuspec index d9b259e2b..201c63247 100644 --- a/automatic/keys/keys.nuspec +++ b/automatic/keys/keys.nuspec @@ -3,7 +3,7 @@ keys - 0.1.20 + 0.2.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/keys dgalbraith Keys - Cryptographic Key Management diff --git a/automatic/keys/legal/VERIFICATION.txt b/automatic/keys/legal/VERIFICATION.txt index df5d19c8f..ac965f597 100644 --- a/automatic/keys/legal/VERIFICATION.txt +++ b/automatic/keys/legal/VERIFICATION.txt @@ -15,14 +15,14 @@ in the Install section of the main page. Alternatively the distribution can be downloaded directly from - https://github.com/keys-pub/app/releases/download/v0.1.20/Keys-0.1.20.msi + https://github.com/keys-pub/app/releases/download/v0.2.3/Keys-0.2.3.msi 2. The installer can be validated by comparing checksums - Use powershell function 'Get-Filehash' - Get-Filehash Keys-0.1.7.msi - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Keys-0.1.7.msi Type: sha256 - Checksum: 5D40000360EF229FE32C9A750B0EF5A53ECFEEC12D7D829D39C532DCAABD6842 + Checksum: 39124643AEC71BD6C202C7D91CAC446ACD3A304C50F2AC6AE8EBE27E6100383C Contents of file LICENSE.txt is obtained from https://github.com/keys-pub/keys/blob/master/LICENSE diff --git a/automatic/keys/tools/chocolateyinstall.ps1 b/automatic/keys/tools/chocolateyinstall.ps1 index 2755192a0..c44bfb808 100644 --- a/automatic/keys/tools/chocolateyinstall.ps1 +++ b/automatic/keys/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) $packageArgs = @{ PackageName = $env:ChocolateyPackageName SoftwareName = 'Keys*' - File = Join-Path $toolsDir 'Keys-0.1.20.msi' + File = Join-Path $toolsDir 'Keys-0.2.3.msi' FileType = 'msi' SilentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:ChocolateyPackageName).$($env:ChocolateyPackageVersion).MsiInstall.log`"" ValidExitCodes = @(0, 3010, 1641) diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index 855cbe212..782143922 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2020.12.14.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.14.00) +[![Software version](https://img.shields.io/badge/source-2020.12.21.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.21.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index fd5a58132..4e8c554f5 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2020.12.14.00-windows.zip using the links in the relevant +and download the archive watchman-v2020.12.21.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2020.12.14.00/watchman-v2020.12.14.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2020.12.21.00/watchman-v2020.12.21.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.14.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.14.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.21.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.21.00-windows.zip - File: watchman-v2020.12.14.00-windows.zip + File: watchman-v2020.12.21.00-windows.zip Type: sha256 - Checksum: 68CAAB34CF88F47A87A63728FB87FED511B63D851C31271C08108918F428A719 + Checksum: 1E48DDE238F8EDC227017BC20814A1191B4BF776DC6CC42E0DBC48C96D5AF21A Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 4fe3ae357..6535d29a3 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2020.12.14.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2020.12.21.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index dfad3188e..bb701e2f3 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2020.12.14.00 + 2020.12.21.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From db0a617c44b20873635bd2152becd3fde03779cf Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 23 Dec 2020 04:16:28 +0000 Subject: [PATCH 086/106] AU: 1 updated - vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/b16b10b31b943d70947915c0ae4c40018cfdac29 --- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index dfde0af36..88eeb119c 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.19.1.vsix using the Download Extension link +and download the extension golang.Go-0.20.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/golang/vsextensions/Go/0.19.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.20.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.19.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.19.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.0.vsix Type: sha256 - Checksum: D02CDDBBA939A9E66622B950C34F0018FAF84AA986CFDFDD5F43F69353A244A0 + Checksum: 7E80A8B47C12B42F71606605ACFB780BF809FA206CD05BC183CDEA1CF6A65EBD File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index c1e899d88..090c35119 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.19.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.0.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 35e762f6b..f85b5de81 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.19.1 + 0.20.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From bff215624fdb65fe4bae40e866b0fde9ddf9ac3e Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 25 Dec 2020 04:16:32 +0000 Subject: [PATCH 087/106] AU: 1 updated - dotcover-cli [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/c09b393b35e9aaa03fd7ab9e24ca95295b2f564c --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 547b9effa..38467cc06 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.3-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.3.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index 71e5b53b6..36a527baa 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.3 + 2020.3.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index d24240a12..c06b45b77 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.3.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.3.1.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.3/JetBrains.dotCover.CommandLineTools.2020.3.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.3.1/JetBrains.dotCover.CommandLineTools.2020.3.1.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3/JetBrains.dotCover.CommandLineTools.2020.3.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.1.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.1.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3.1/JetBrains.dotCover.CommandLineTools.2020.3.1.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.3.zip + File: JetBrains.dotCover.CommandLineTools.2020.3.1.zip Type: sha256 - Checksum: 8832D0D6CAF2678897BA7C221D7AEB0EAA296E3B334440712CD5D81E03880DF0 + Checksum: 9809FEA4F1FF1007F41DF6C859FF4DEFED9147FB25D6057D739C7A03FC3E53AA Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index ad34b9159..42a220a22 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = JetBrains.dotCover.CommandLineTools.2020.3.zip' +$archive = JetBrains.dotCover.CommandLineTools.2020.3.1.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 368258ff64daef1fff88e6f58b97d7d5c82cd685 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 29 Dec 2020 04:16:30 +0000 Subject: [PATCH 088/106] AU: 1 updated - watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/30e44967e982250c8580b326bd85edaaefe38972 --- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index 782143922..01ab61d8c 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2020.12.21.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.21.00) +[![Software version](https://img.shields.io/badge/source-2020.12.28.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.28.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index 4e8c554f5..792674bc9 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2020.12.21.00-windows.zip using the links in the relevant +and download the archive watchman-v2020.12.28.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2020.12.21.00/watchman-v2020.12.21.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2020.12.28.00/watchman-v2020.12.28.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.21.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.21.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.28.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.28.00-windows.zip - File: watchman-v2020.12.21.00-windows.zip + File: watchman-v2020.12.28.00-windows.zip Type: sha256 - Checksum: 1E48DDE238F8EDC227017BC20814A1191B4BF776DC6CC42E0DBC48C96D5AF21A + Checksum: 25B0D79F2E24B24C75F6FC8049F1759B946A4999C6DCDDE95B73BD433A520D1D Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 6535d29a3..3f6f45ac1 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2020.12.21.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2020.12.28.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index bb701e2f3..4786fb155 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2020.12.21.00 + 2020.12.28.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From fb3e68ae536051820f23c9096fe9688efd3f4b77 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 30 Dec 2020 04:16:27 +0000 Subject: [PATCH 089/106] AU: 1 updated - vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/b63dbcfa2a62867a23115b6b205bea3cc134c9a0 --- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index 88eeb119c..f8b940f09 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.20.0.vsix using the Download Extension link +and download the extension golang.Go-0.20.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/golang/vsextensions/Go/0.20.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.20.1/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.1.vsix Type: sha256 - Checksum: 7E80A8B47C12B42F71606605ACFB780BF809FA206CD05BC183CDEA1CF6A65EBD + Checksum: 52319A78F8D871E2DD91FDB2AF1915CBA86DD9A4AD279C24960B8A7BF67C1D42 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 090c35119..5f3be9647 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.1.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index f85b5de81..ae224fa97 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.20.0 + 0.20.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From 11445505482657204698d132f918f1d45cc8ffcb Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 31 Dec 2020 04:16:28 +0000 Subject: [PATCH 090/106] AU: 1 updated - dotcover-cli [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/e4f78cbb067c3f10a04723e9b4398d5e8c96e24e --- automatic/dotcover-cli/README.md | 2 +- automatic/dotcover-cli/dotcover-cli.nuspec | 2 +- automatic/dotcover-cli/legal/VERIFICATION.txt | 14 +++++++------- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/dotcover-cli/README.md b/automatic/dotcover-cli/README.md index 38467cc06..69583a07e 100644 --- a/automatic/dotcover-cli/README.md +++ b/automatic/dotcover-cli/README.md @@ -3,7 +3,7 @@ [![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.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-v2020.3.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) +[![Software version](https://img.shields.io/badge/Source-v2020.3.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline) [![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli) dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio. diff --git a/automatic/dotcover-cli/dotcover-cli.nuspec b/automatic/dotcover-cli/dotcover-cli.nuspec index 36a527baa..821a6bb03 100644 --- a/automatic/dotcover-cli/dotcover-cli.nuspec +++ b/automatic/dotcover-cli/dotcover-cli.nuspec @@ -3,7 +3,7 @@ dotcover-cli - 2020.3.1 + 2020.3.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli dgalbraith dotCover Command Line Tools diff --git a/automatic/dotcover-cli/legal/VERIFICATION.txt b/automatic/dotcover-cli/legal/VERIFICATION.txt index c06b45b77..56d1a4ae6 100644 --- a/automatic/dotcover-cli/legal/VERIFICATION.txt +++ b/automatic/dotcover-cli/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://www.jetbrains.com/dotcover/download/#section=commandline -and download the archive JetBrains.dotCover.CommandLineTools.2020.3.1.zip for Windows using the Download button on the page. +and download the archive JetBrains.dotCover.CommandLineTools.2020.3.2.zip for Windows using the Download button on the page. Alternatively the archive can be downloaded directly from - https://download.jetbrains.com/resharper/dotUltimate.2020.3.1/JetBrains.dotCover.CommandLineTools.2020.3.1.zip + https://download.jetbrains.com/resharper/dotUltimate.2020.3.2/JetBrains.dotCover.CommandLineTools.2020.3.2.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.1.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.1.zip - - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3.1/JetBrains.dotCover.CommandLineTools.2020.3.1.zip.sha256 + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.2.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.2.zip + - Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3.2/JetBrains.dotCover.CommandLineTools.2020.3.2.zip.sha256 - File: JetBrains.dotCover.CommandLineTools.2020.3.1.zip + File: JetBrains.dotCover.CommandLineTools.2020.3.2.zip Type: sha256 - Checksum: 9809FEA4F1FF1007F41DF6C859FF4DEFED9147FB25D6057D739C7A03FC3E53AA + Checksum: 71689A671CE57F5CAED5F3F5250612344E5B75E67851649F47A9247C981E8C46 Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index 42a220a22..a3af3a142 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = JetBrains.dotCover.CommandLineTools.2020.3.1.zip' +$archive = JetBrains.dotCover.CommandLineTools.2020.3.2.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 5a0d1bb408d409bd737ece635589fed03db0be5f Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 1 Jan 2021 04:16:42 +0000 Subject: [PATCH 091/106] AU: 2 updated - vscode-azure-deploy vscode-todo-tree [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/07033a9c64211d80ecc507a82cadb21f6b871645 --- automatic/vscode-azure-deploy/legal/VERIFICATION.txt | 10 +++++----- .../vscode-azure-deploy/tools/chocolateyinstall.ps1 | 2 +- .../vscode-azure-deploy/vscode-azure-deploy.nuspec | 2 +- automatic/vscode-todo-tree/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-todo-tree/vscode-todo-tree.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt index 5b5afe847..c98eb4724 100644 --- a/automatic/vscode-azure-deploy/legal/VERIFICATION.txt +++ b/automatic/vscode-azure-deploy/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-vscode-deploy-azure.azure-deploy -and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix using the Download Extension link +and download the extension ms-vscode-deploy-azure.azure-deploy-1.2.2.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-vscode-deploy-azure/vsextensions/azure-deploy/1.2.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode-deploy-azure/vsextensions/azure-deploy/1.2.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix Type: sha256 - Checksum: 3DD78E90F9790BAFA2D0A964D82CCBB6CE3117394C3CF593D107CC97308F291D + Checksum: 96954F7AAED003ED1C4DE7364580D734D3A470670E0436263829BD7132261041 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-vscode-deploy-azure.azure-deploy/license diff --git a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 index 79a4bc5bc..e872a4563 100644 --- a/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-azure-deploy/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-vscode-deploy-azure.azure-deploy-1.2.2.vsix" diff --git a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec index a70bbea19..2186eb099 100644 --- a/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec +++ b/automatic/vscode-azure-deploy/vscode-azure-deploy.nuspec @@ -3,7 +3,7 @@ vscode-azure-deploy - 1.2.1 + 1.2.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-azure-deploy dgalbraith Deploy to Azure VSCode Extension diff --git a/automatic/vscode-todo-tree/legal/VERIFICATION.txt b/automatic/vscode-todo-tree/legal/VERIFICATION.txt index a2ebe41b1..2271586db 100644 --- a/automatic/vscode-todo-tree/legal/VERIFICATION.txt +++ b/automatic/vscode-todo-tree/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree -and download the extension Gruntfuggly.todo-tree-0.0.192.vsix using the Download Extension link +and download the extension Gruntfuggly.todo-tree-0.0.193.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/Gruntfuggly/vsextensions/todo-tree/0.0.192/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Gruntfuggly/vsextensions/todo-tree/0.0.193/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.192.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.192.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash Gruntfuggly.todo-tree-0.0.193.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Gruntfuggly.todo-tree-0.0.193.vsix Type: sha256 - Checksum: BF3E11045EC407EE1DFE3AF7AF5F54D905984203801ADF38F577FC39CDDE5703 + Checksum: 5EF910419AC2B7A0A6BFAE180A82C5AAE217D3B3C505ADD10D2C4ACF2F0817B3 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Gruntfuggly.todo-tree/license diff --git a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 index ba929a067..e9bcb6bd8 100644 --- a/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-todo-tree/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.192.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\Gruntfuggly.todo-tree-0.0.193.vsix" diff --git a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec index f2edf8764..65142c0a3 100644 --- a/automatic/vscode-todo-tree/vscode-todo-tree.nuspec +++ b/automatic/vscode-todo-tree/vscode-todo-tree.nuspec @@ -3,7 +3,7 @@ vscode-todo-tree - 0.0.192 + 0.0.193 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-todo-tree dgalbraith Todo Tree VSCode Extension From dca9a4cf09088ced010a504bc43b13718be7fe62 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 5 Jan 2021 04:16:28 +0000 Subject: [PATCH 092/106] AU: 4 updated - beekeeper-studio beekeeper-studio.install beekeeper-studio.portable watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/92ad34a56a7d10760a3c6bafbe0126adc7648754 --- automatic/beekeeper-studio.install/README.md | 2 +- .../beekeeper-studio.install.nuspec | 4 ++-- .../beekeeper-studio.install/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- automatic/beekeeper-studio.portable/README.md | 2 +- .../beekeeper-studio.portable.nuspec | 4 ++-- .../beekeeper-studio.portable/legal/VERIFICATION.txt | 12 ++++++------ .../tools/chocolateyinstall.ps1 | 2 +- .../tools/chocolateyuninstall.ps1 | 2 +- automatic/beekeeper-studio/README.md | 2 +- automatic/beekeeper-studio/beekeeper-studio.nuspec | 6 +++--- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 15 files changed, 34 insertions(+), 34 deletions(-) diff --git a/automatic/beekeeper-studio.install/README.md b/automatic/beekeeper-studio.install/README.md index ab25832b8..5a1728871 100644 --- a/automatic/beekeeper-studio.install/README.md +++ b/automatic/beekeeper-studio.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) +[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec index c8bbb5a0c..e5b3d055e 100644 --- a/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec +++ b/automatic/beekeeper-studio.install/beekeeper-studio.install.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.install - 1.8.11 + 1.9.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install dgalbraith Beekeeper Studio (Install) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1 diff --git a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt index 99c96fc78..7316f1f24 100644 --- a/automatic/beekeeper-studio.install/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.install/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the installer Beekeeper-Studio-Setup-1.8.11.exe using +and download the installer Beekeeper-Studio-Setup-1.9.1.exe using the links in the relevant assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.8.11/Beekeeper-Studio-Setup-1.8.11.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.1/Beekeeper-Studio-Setup-1.9.1.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.8.11.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.8.11.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.9.1.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.9.1.exe - File64: Beekeeper-Studio-Setup-1.8.11.exe + File64: Beekeeper-Studio-Setup-1.9.1.exe Type64: sha256 - Checksum64: C9D8FB84405A3CDD757457D3C0542CF635A62F813C802A35948A266DD3709CFA + Checksum64: 6EDB0F8A2D9A5647684C7B1626E98A1835B908FC0945633FEC163699D6CB1BDB Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 index f184038e0..d354d28a9 100644 --- a/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.install/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' softwareName = 'Beekeeper Studio*' - file64 = "$toolsDir\Beekeeper-Studio-Setup-1.8.11.exe" + file64 = "$toolsDir\Beekeeper-Studio-Setup-1.9.1.exe" checksumType64 = 'sha256' silentArgs = @('/S') validExitCodes = @(0, 1641, 3010) diff --git a/automatic/beekeeper-studio.portable/README.md b/automatic/beekeeper-studio.portable/README.md index aa6d2238c..17347d990 100644 --- a/automatic/beekeeper-studio.portable/README.md +++ b/automatic/beekeeper-studio.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) +[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec index c9412b051..5f0a51f34 100644 --- a/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec +++ b/automatic/beekeeper-studio.portable/beekeeper-studio.portable.nuspec @@ -3,7 +3,7 @@ beekeeper-studio.portable - 1.8.11 + 1.9.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable dgalbraith Beekeeper Studio (Portable) - SQL Editor and Database Manager @@ -38,7 +38,7 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1 diff --git a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt index bbcfb4207..6b6b753b5 100644 --- a/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt +++ b/automatic/beekeeper-studio.portable/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/beekeeper-studio/beekeeper-studio/releases -and download the application Beekeeper-Studio-1.8.11-portable.exe using +and download the application Beekeeper-Studio-1.9.1-portable.exe using the links in the relevant assets section of the page. Alternatively the application can be downloaded directly from - https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11/Beekeeper-Studio-1.8.11-portable.exe + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1/Beekeeper-Studio-1.9.1-portable.exe 2. The application can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.8.11-portable.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.8.11-portable.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.9.1-portable.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.9.1-portable.exe - File64: Beekeeper-Studio-1.8.11-portable.exe + File64: Beekeeper-Studio-1.9.1-portable.exe Type64: sha256 - Checksum64: 60F657A44C6E3355087044806D6A075B5F8F47F3267164130C192CA19A8C74A8 + Checksum64: 6565782BC3AA59A4ED1664FEC150C4A05941A4C89E2499BA5B5623ECC378868E Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 index dadff5131..6ca2aecdc 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyinstall.ps1 @@ -8,6 +8,6 @@ foreach ($file in $files) { New-Item "$file.ignore" -type file -force | Out-Null } -$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.8.11-portable.exe' +$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.9.1-portable.exe' Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 index 62f679005..5310ef78c 100644 --- a/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 +++ b/automatic/beekeeper-studio.portable/tools/chocolateyuninstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$executable = Join-Path $installDir 'Beekeeper-Studio-1.8.11-portable.exe' +$executable = Join-Path $installDir 'Beekeeper-Studio-1.9.1-portable.exe' Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable" diff --git a/automatic/beekeeper-studio/README.md b/automatic/beekeeper-studio/README.md index b140915f2..9b901af5d 100644 --- a/automatic/beekeeper-studio/README.md +++ b/automatic/beekeeper-studio/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md) [![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-1.8.11-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11) +[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio) [Beekeeper Studio is a free and open source SQL editor and database manager. diff --git a/automatic/beekeeper-studio/beekeeper-studio.nuspec b/automatic/beekeeper-studio/beekeeper-studio.nuspec index f8b20c353..e545d36b8 100644 --- a/automatic/beekeeper-studio/beekeeper-studio.nuspec +++ b/automatic/beekeeper-studio/beekeeper-studio.nuspec @@ -3,7 +3,7 @@ beekeeper-studio - 1.8.11 + 1.9.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio dgalbraith Beekeeper Studio - SQL Editor and Database Manager @@ -38,9 +38,9 @@ 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/beekeeper-studio/beekeeper-studio/releases/tag/v1.8.11 + https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1 - + diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index 01ab61d8c..b5081bda0 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2020.12.28.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2020.12.28.00) +[![Software version](https://img.shields.io/badge/source-2021.01.04.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2021.01.04.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index 792674bc9..84d623e06 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2020.12.28.00-windows.zip using the links in the relevant +and download the archive watchman-v2021.01.04.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2020.12.28.00/watchman-v2020.12.28.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2021.01.04.00/watchman-v2021.01.04.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2020.12.28.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2020.12.28.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2021.01.04.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2021.01.04.00-windows.zip - File: watchman-v2020.12.28.00-windows.zip + File: watchman-v2021.01.04.00-windows.zip Type: sha256 - Checksum: 25B0D79F2E24B24C75F6FC8049F1759B946A4999C6DCDDE95B73BD433A520D1D + Checksum: C18D7888129F819B4DB5319A8514DD95DC5AA27AC81AC789EA64215BAF072353 Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 3f6f45ac1..7c8ad71bb 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2020.12.28.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2021.01.04.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index 4786fb155..616a027e9 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2020.12.28.00 + 2021.01.04.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From bcf7b41031338801e78b13ca2c9fc8b63d5d2a72 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 6 Jan 2021 04:27:39 +0000 Subject: [PATCH 093/106] AU: 1 updated - vscode-code-runner [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/3daeb019e8991deb4af6ed55a9fdc351d4eb5ab9 --- automatic/vscode-code-runner/legal/VERIFICATION.txt | 10 +++++----- .../vscode-code-runner/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-code-runner/vscode-code-runner.nuspec | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/vscode-code-runner/legal/VERIFICATION.txt b/automatic/vscode-code-runner/legal/VERIFICATION.txt index 23f10ecf4..de8a6b956 100644 --- a/automatic/vscode-code-runner/legal/VERIFICATION.txt +++ b/automatic/vscode-code-runner/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner -and download the extension formulahendry.code-runner-0.11.1.vsix using the Download Extension link +and download the extension formulahendry.code-runner-0.11.2.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/formulahendry/vsextensions/code-runner/0.11.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/formulahendry/vsextensions/code-runner/0.11.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash formulahendry.code-runner-0.11.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f formulahendry.code-runner-0.11.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash formulahendry.code-runner-0.11.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f formulahendry.code-runner-0.11.2.vsix Type: sha256 - Checksum: 4F8053EDF3C5EDEECA5DAFDE358CEC580BFB2224F21660B1BFC76FF13458F9F8 + Checksum: 9E41108A503D22BB54513B3F28E28301DF19EF938C5D425BC590F7504DEE8C63 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/formulahendry.code-runner/license diff --git a/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 index a861446f2..85d2d1567 100644 --- a/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-code-runner/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\formulahendry.code-runner-0.11.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\formulahendry.code-runner-0.11.2.vsix" diff --git a/automatic/vscode-code-runner/vscode-code-runner.nuspec b/automatic/vscode-code-runner/vscode-code-runner.nuspec index 2138e6aa1..94a5222cc 100644 --- a/automatic/vscode-code-runner/vscode-code-runner.nuspec +++ b/automatic/vscode-code-runner/vscode-code-runner.nuspec @@ -3,14 +3,14 @@ vscode-code-runner - 0.11.1 + 0.11.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-code-runner dgalbraith Code Runner VSCode Extension Jun Han https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@4fa478d748b9e792ac48216d123cd3f90b3e543b/icons/vscode-code-runner.png - Copyright 2016-2020 Jun Han + Copyright 2016-2021 Jun Han https://marketplace.visualstudio.com/items/formulahendry.code-runner/license false https://github.com/formulahendry/vscode-code-runner From 39f4383ecfb93f1452620a80472ebcc9a0820618 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 6 Jan 2021 21:25:34 +0000 Subject: [PATCH 094/106] (gh-197) Updated Winaero Tweaker package to 0.18.0 Updated the Winaero Tweaker package to the 0.18.0 version. --- manual/winaero-tweaker.install/README.md | 6 +++--- .../tools/chocolateyinstall.ps1 | 8 ++++---- manual/winaero-tweaker.portable/README.md | 6 +++--- .../tools/chocolateyinstall.ps1 | 8 ++++---- .../winaero-tweaker.portable.nuspec | 12 ++++++------ manual/winaero-tweaker/winaero-tweaker.nuspec | 14 +++++++------- 6 files changed, 27 insertions(+), 27 deletions(-) diff --git a/manual/winaero-tweaker.install/README.md b/manual/winaero-tweaker.install/README.md index 9d8bdf49e..8c8b67fad 100644 --- a/manual/winaero-tweaker.install/README.md +++ b/manual/winaero-tweaker.install/README.md @@ -1,16 +1,16 @@ # [Winaero Tweaker (Install)]() -[![Software license ©Sergey Tkachenko](https://img.shields.io/badge/license-Copyright-lightgrey)](https://winaero.com/comment.php?comment.news.1836) +[![Software license ©Sergey Tkachenko](https://img.shields.io/badge/license-Copyright-lightgrey)](https://winaero.com/winaero-tweaker/) [![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-0.17.1-blue.svg)](https://winaero.com/comment.php?comment.news.1836) +[![Software version](https://img.shields.io/badge/Source-0.18.0-blue.svg)](https://winaero.com/winaero-tweaker/) [![Chocolatey package version](https://img.shields.io/chocolatey/v/winaero-tweaker?label=Chocolatey)]() Winaero Tweaker is essential software for every Windows 10, Windows 8 and Windows 7 user. It allows you to customize the appearance and behavior of the operating system in a flexible way. ## Features -* A complete list of [Winaero Tweaker features](https://winaero.com/blog/the-list-of-winaero-tweaker-features/) +* A complete list of [Winaero Tweaker features](https://winaero.com/the-list-of-winaero-tweaker-features/) ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e8b9e573aef0ea98700df580f115d5f765f9669/manual/winaero-tweaker/screenshot.png) diff --git a/manual/winaero-tweaker.install/tools/chocolateyinstall.ps1 b/manual/winaero-tweaker.install/tools/chocolateyinstall.ps1 index 3a9b6d9ba..6306294ab 100644 --- a/manual/winaero-tweaker.install/tools/chocolateyinstall.ps1 +++ b/manual/winaero-tweaker.install/tools/chocolateyinstall.ps1 @@ -6,12 +6,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'zip' - url = 'https://winaero.com/e107_files/downloads/winaerotweaker.zip' - checksum = '8349864814D217EC366DD2EFD8513F51CC5B3FEC84DDCCF6E1CAD0D9504A40AD' + url = 'https://winaero.com/downloads/winaerotweaker.zip' + checksum = '2AFB617F444D801CD39C5C94DF3E6DFED265752160C3963082B7B34C5A48449E' checksumType = 'sha256' options = @{ headers = @{ - referer = "https://winaero.com/download.php?view.1796" + referer = "https://winaero.com/download-winaero-tweaker/" } } } @@ -23,7 +23,7 @@ $packageArgs = @{ fileType = 'exe' softwareName = 'Winaero Tweaker' file = "$toolsDir\WinaeroTweaker-$env:packageVersion-setup.exe" - checksum = '8E33F423C30D3977E48F4E57D5F05CF467FCD3468A093E0E8E5B2036F9439595' + checksum = '820217E028C858D059D9BE4DCD75EC790B36C68FEF2F33346AC9D0B26815076C' checksumType = 'sha256' silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' validExitCodes= @(0) diff --git a/manual/winaero-tweaker.portable/README.md b/manual/winaero-tweaker.portable/README.md index c95aad6b1..ceb5eebb1 100644 --- a/manual/winaero-tweaker.portable/README.md +++ b/manual/winaero-tweaker.portable/README.md @@ -1,16 +1,16 @@ # [Winaero Tweaker (Portable)]() -[![Software license ©Sergey Tkachenko](https://img.shields.io/badge/license-Copyright-lightgrey)](https://winaero.com/comment.php?comment.news.1836) +[![Software license ©Sergey Tkachenko](https://img.shields.io/badge/license-Copyright-lightgrey)](https://winaero.com/winaero-tweaker/) [![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-0.17.1-blue.svg)](https://winaero.com/comment.php?comment.news.1836) +[![Software version](https://img.shields.io/badge/Source-0.18.0-blue.svg)](https://winaero.com/winaero-tweaker/) [![Chocolatey package version](https://img.shields.io/chocolatey/v/winaero-tweaker?label=Chocolatey)]() Winaero Tweaker is essential software for every Windows 10, Windows 8 and Windows 7 user. It allows you to customize the appearance and behavior of the operating system in a flexible way. ## Features -* A complete list of [Winaero Tweaker features](https://winaero.com/blog/the-list-of-winaero-tweaker-features/) +* A complete list of [Winaero Tweaker features](https://winaero.com/the-list-of-winaero-tweaker-features/) ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e8b9e573aef0ea98700df580f115d5f765f9669/manual/winaero-tweaker/screenshot.png) diff --git a/manual/winaero-tweaker.portable/tools/chocolateyinstall.ps1 b/manual/winaero-tweaker.portable/tools/chocolateyinstall.ps1 index f47f0aeb0..8ec98af78 100644 --- a/manual/winaero-tweaker.portable/tools/chocolateyinstall.ps1 +++ b/manual/winaero-tweaker.portable/tools/chocolateyinstall.ps1 @@ -6,12 +6,12 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'zip' - url = 'https://winaero.com/e107_files/downloads/winaerotweaker.zip' - checksum = '8349864814D217EC366DD2EFD8513F51CC5B3FEC84DDCCF6E1CAD0D9504A40AD' + url = 'https://winaero.com/downloads/winaerotweaker.zip' + checksum = '2AFB617F444D801CD39C5C94DF3E6DFED265752160C3963082B7B34C5A48449E' checksumType = 'sha256' options = @{ headers = @{ - referer = "https://winaero.com/download.php?view.1796" + referer = "https://winaero.com/download-winaero-tweaker/" } } } @@ -23,7 +23,7 @@ $packageArgs = @{ fileType = 'exe' softwareName = 'Winaero Tweaker' file = "$toolsDir\WinaeroTweaker-$env:packageVersion-setup.exe" - checksum = '8E33F423C30D3977E48F4E57D5F05CF467FCD3468A093E0E8E5B2036F9439595' + checksum = '820217E028C858D059D9BE4DCD75EC790B36C68FEF2F33346AC9D0B26815076C' checksumType = 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /PORTABLE /DIR=`"$toolsDir`"" validExitCodes= @(0) diff --git a/manual/winaero-tweaker.portable/winaero-tweaker.portable.nuspec b/manual/winaero-tweaker.portable/winaero-tweaker.portable.nuspec index 32efeeb95..019410acf 100644 --- a/manual/winaero-tweaker.portable/winaero-tweaker.portable.nuspec +++ b/manual/winaero-tweaker.portable/winaero-tweaker.portable.nuspec @@ -3,17 +3,17 @@ winaero-tweaker.portable - 0.17.1.0 + 0.18.0.0 bcurran3,dgalbraith https://github.com/dgalbraith/chocolatey-packages/tree/master/manual/winaero-tweaker.portable Winaero Tweaker (Portable) Sergey Tkachenko - https://winaero.com/index.php + https://winaero.com/ https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@13e084a993db7ca0e2260759355fb12d225be4dd/icons/winaero-tweaker.png Copyright Sergey Tkachenko false - https://winaero.com/blog/winaero-tweaker-faq/ - https://winaero.com/comment.php?comment.news.1836 + https://winaero.com/winaero-tweaker-faq/ + https://winaero.com/winaero-tweaker/ winaero tweaker windows aero system utility Customize the appearance and behavior of the Windows operating system @@ -21,7 +21,7 @@ Winaero Tweaker is essential software for every Windows 10, Windows 8 and Window ## Features -* A complete list of [Winaero Tweaker features](https://winaero.com/blog/the-list-of-winaero-tweaker-features/) +* A complete list of [Winaero Tweaker features](https://winaero.com/the-list-of-winaero-tweaker-features/) ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e8b9e573aef0ea98700df580f115d5f765f9669/manual/winaero-tweaker/screenshot.png) @@ -34,7 +34,7 @@ Winaero Tweaker is essential software for every Windows 10, Windows 8 and Window - https://winaero.com/blog/winaero-tweaker-0-17-1-is-here-with-2-fixes-and-1-new-feature/ + https://winaero.com/winaero-tweaker-0-18-is-out-with-windows-10-version-20h2-support-and-new-features/ diff --git a/manual/winaero-tweaker/winaero-tweaker.nuspec b/manual/winaero-tweaker/winaero-tweaker.nuspec index 8b675d686..b4db4025a 100644 --- a/manual/winaero-tweaker/winaero-tweaker.nuspec +++ b/manual/winaero-tweaker/winaero-tweaker.nuspec @@ -3,17 +3,17 @@ winaero-tweaker - 0.17.1.0 + 0.18.0.0 bcurran3,dgalbraith https://github.com/dgalbraith/chocolatey-packages/tree/master/manual/winaero-tweaker Winaero Tweaker Sergey Tkachenko - https://winaero.com/index.php + https://winaero.com/ https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@13e084a993db7ca0e2260759355fb12d225be4dd/icons/winaero-tweaker.png Copyright Sergey Tkachenko false - https://winaero.com/blog/winaero-tweaker-faq/ - https://winaero.com/comment.php?comment.news.1836 + https://winaero.com/winaero-tweaker-faq/ + https://winaero.com/winaero-tweaker/ winaero tweaker windows aero system utility Customize the appearance and behavior of the Windows operating system @@ -21,7 +21,7 @@ Winaero Tweaker is essential software for every Windows 10, Windows 8 and Window ## Features -* A complete list of [Winaero Tweaker features](https://winaero.com/blog/the-list-of-winaero-tweaker-features/) +* A complete list of [Winaero Tweaker features](https://winaero.com/the-list-of-winaero-tweaker-features/) ![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@7e8b9e573aef0ea98700df580f115d5f765f9669/manual/winaero-tweaker/screenshot.png) @@ -31,9 +31,9 @@ Winaero Tweaker is essential software for every Windows 10, Windows 8 and Window * Versions released after the package will cause checksums to fail. If this is the case please contact the maintainer(s) and let them know the package requires updating. - https://winaero.com/blog/winaero-tweaker-0-17-1-is-here-with-2-fixes-and-1-new-feature/ + https://winaero.com/winaero-tweaker-0-18-is-out-with-windows-10-version-20h2-support-and-new-features/ - + From f1124c7aaf4c84ad9e91aed6612ffd6eb4d228f3 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 6 Jan 2021 21:27:29 +0000 Subject: [PATCH 095/106] (gh-197) Updated Winaero Tweaker package to 0.18.0 Updated the Winaero Tweaker package to the 0.18.0 version. --- .../winaero-tweaker.install.nuspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/winaero-tweaker.install/winaero-tweaker.install.nuspec b/manual/winaero-tweaker.install/winaero-tweaker.install.nuspec index 0f3806d54..07567f47e 100644 --- a/manual/winaero-tweaker.install/winaero-tweaker.install.nuspec +++ b/manual/winaero-tweaker.install/winaero-tweaker.install.nuspec @@ -3,17 +3,17 @@ winaero-tweaker.install - 0.17.1.0 + 0.18.0.0 bcurran3,dgalbraith https://github.com/dgalbraith/chocolatey-packages/tree/master/manual/winaero-tweaker.install Winaero Tweaker (Install) Sergey Tkachenko - https://winaero.com/index.php + https://winaero.com/ https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@13e084a993db7ca0e2260759355fb12d225be4dd/icons/winaero-tweaker.png Copyright Sergey Tkachenko false - https://winaero.com/blog/winaero-tweaker-faq/ - https://winaero.com/comment.php?comment.news.1836 + https://winaero.com/winaero-tweaker-faq/ + https://winaero.com/winaero-tweaker/ winaero tweaker windows aero system utility Customize the appearance and behavior of the Windows operating system @@ -34,7 +34,7 @@ Winaero Tweaker is essential software for every Windows 10, Windows 8 and Window - https://winaero.com/blog/winaero-tweaker-0-17-1-is-here-with-2-fixes-and-1-new-feature/ + https://winaero.com/winaero-tweaker-0-18-is-out-with-windows-10-version-20h2-support-and-new-features/ From 91a68b845e1a16ddc8656a1e99fea3d49553f12f Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 7 Jan 2021 04:16:29 +0000 Subject: [PATCH 096/106] AU: 1 updated - vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/d4bc16b99e231b1cac48f90646c1deb31f534477 --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index ee474e44b..a4a963a32 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@2020.12.2" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2021.1.0" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 6c6796681..1f04aff5b 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2020.12.2 + 2021.1.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From afed5d9119db6db7d46795b203f7d156a9987032 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 7 Jan 2021 21:47:02 +0000 Subject: [PATCH 097/106] (gh-195) Update package install script The package install script is failing verification due to a syntax error caused by a missing `'` on a string. The string needs to be updated to include the opening `'` to ensure the syntax is valid. --- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index a3af3a142..40c23c49e 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = JetBrains.dotCover.CommandLineTools.2020.3.2.zip' +$archive = 'JetBrains.dotCover.CommandLineTools.2020.3.2.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName From 92aca7659b6ad575b1e3424d516f1028e3f77484 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 7 Jan 2021 21:53:58 +0000 Subject: [PATCH 098/106] AU: 2 updated - vscode-java-test vscode-test-explorer [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/2cbc0ab2ea62c7fae6118975246cc2898fd73f84 --- automatic/vscode-java-test/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java-test/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java-test/vscode-java-test.nuspec | 2 +- automatic/vscode-test-explorer/legal/VERIFICATION.txt | 10 +++++----- .../vscode-test-explorer/tools/chocolateyinstall.ps1 | 2 +- .../vscode-test-explorer/vscode-test-explorer.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/vscode-java-test/legal/VERIFICATION.txt b/automatic/vscode-java-test/legal/VERIFICATION.txt index 45dad0f8f..4cd1f32fb 100644 --- a/automatic/vscode-java-test/legal/VERIFICATION.txt +++ b/automatic/vscode-java-test/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test -and download the extension vscjava.vscode-java-test-0.26.1.vsix using the Download Extension link +and download the extension vscjava.vscode-java-test-0.27.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/vcsjava/vsextensions/vscode-java-test/0.26.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-test/0.27.0/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.26.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.26.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-test-0.27.0.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-test-0.27.0.vsix Type: sha256 - Checksum: 6FE62956CCA8DA6054E93F612A39261EB9C9E606E8923EA5ACABE4A6C76BDB43 + Checksum: B348EA0990C205FB15C0F3ADE618067710E82DE483DFDC96F5806BA781FB0418 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-test/license diff --git a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 index 5f318d824..8595d636d 100644 --- a/automatic/vscode-java-test/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java-test/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.26.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-test-0.27.0.vsix" diff --git a/automatic/vscode-java-test/vscode-java-test.nuspec b/automatic/vscode-java-test/vscode-java-test.nuspec index a531f3ba3..91db8d72d 100644 --- a/automatic/vscode-java-test/vscode-java-test.nuspec +++ b/automatic/vscode-java-test/vscode-java-test.nuspec @@ -3,7 +3,7 @@ vscode-java-test - 0.26.1 + 0.27.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-test dgalbraith Java Test Runner VSCode Extension diff --git a/automatic/vscode-test-explorer/legal/VERIFICATION.txt b/automatic/vscode-test-explorer/legal/VERIFICATION.txt index 2302e1247..21fd99ff3 100644 --- a/automatic/vscode-test-explorer/legal/VERIFICATION.txt +++ b/automatic/vscode-test-explorer/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer -and download the extension hbenl.vscode-test-explorer-2.19.3.vsix using the Download Extension link +and download the extension hbenl.vscode-test-explorer-2.19.4.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/hbenl/vsextensions/vscode-test-explorer/2.19.3/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/hbenl/vsextensions/vscode-test-explorer/2.19.4/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.3.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.3.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash hbenl.vscode-test-explorer-2.19.4.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f hbenl.vscode-test-explorer-2.19.4.vsix Type: sha256 - Checksum: C4F50EBEC28E40B93F419C2A1497B7A14A11CFE40388B99C535D5504F14DA279 + Checksum: BF2B8A1EC036EADE3A0C1DD9354427863BDDAD0A926B46D745D9C10DEF72CC56 Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/hbenl.vscode-test-explorer/license diff --git a/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 b/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 index 98cca3742..24c781d70 100644 --- a/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-test-explorer/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\hbenl.vscode-test-explorer-2.19.3.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\hbenl.vscode-test-explorer-2.19.4.vsix" diff --git a/automatic/vscode-test-explorer/vscode-test-explorer.nuspec b/automatic/vscode-test-explorer/vscode-test-explorer.nuspec index 5cf4a8edb..cde0d4625 100644 --- a/automatic/vscode-test-explorer/vscode-test-explorer.nuspec +++ b/automatic/vscode-test-explorer/vscode-test-explorer.nuspec @@ -3,7 +3,7 @@ vscode-test-explorer - 2.19.3 + 2.19.4 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-test-explorer dgalbraith Test Explorer UI VSCode Extension From ac6ff9df5634b58edf096b1fb339296f4da356f6 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Fri, 8 Jan 2021 04:16:32 +0000 Subject: [PATCH 099/106] AU: 1 updated - vscode-maven [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/981d1e17fd9ca77231cc0cae6e6c3fa6e44924e1 --- automatic/vscode-maven/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-maven/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-maven/vscode-maven.nuspec | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/automatic/vscode-maven/legal/VERIFICATION.txt b/automatic/vscode-maven/legal/VERIFICATION.txt index d0befac5d..7f7176784 100644 --- a/automatic/vscode-maven/legal/VERIFICATION.txt +++ b/automatic/vscode-maven/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=vscjava.maven -and download the extension vscjava.vscode-maven-0.27.0.vsix using the Download Extension link +and download the extension vscjava.vscode-maven-0.27.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/vscjava/vsextensions/vscode-maven/0.27.0/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vscjava/vsextensions/vscode-maven/0.27.1/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.27.0.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.27.0.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-maven-0.27.1.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-maven-0.27.1.vsix Type: sha256 - Checksum: 6FA61D7356D9D81AAEAC7EBD0F58BDC087C3A927EAD42AB8B1822329C50E338B + Checksum: 388DC8A6EED22B3DD6B428AFC684A12279EEC2275546BF6ECE43370913C06C38 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license diff --git a/automatic/vscode-maven/tools/chocolateyinstall.ps1 b/automatic/vscode-maven/tools/chocolateyinstall.ps1 index 20203fb2b..633e457f0 100644 --- a/automatic/vscode-maven/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-maven/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.27.0.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-maven-0.27.1.vsix" diff --git a/automatic/vscode-maven/vscode-maven.nuspec b/automatic/vscode-maven/vscode-maven.nuspec index d133d4643..631337ee2 100644 --- a/automatic/vscode-maven/vscode-maven.nuspec +++ b/automatic/vscode-maven/vscode-maven.nuspec @@ -3,7 +3,7 @@ vscode-maven - 0.27.0 + 0.27.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Maven for Java VSCode Extension @@ -14,7 +14,7 @@ https://marketplace.visualstudio.com/items/vscjava.vscode-maven/license false https://github.com/microsoft/vscode-maven/ - https://github.com/Microsoft/vscode-maven/blob/v0.27.0/README.md + https://github.com/Microsoft/vscode-maven/blob/v0.27.1/README.md https://github.com/microsoft/vscode-maven/issues maven java vscode-maven vscode microsoft Maven extension for VS Code From 02c0247a615f79c1ab6662aa22c5605c1502d9a3 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Sat, 9 Jan 2021 04:16:30 +0000 Subject: [PATCH 100/106] AU: 1 updated - vscode-go [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/64bbf14bd36c818ffd1b1567d2cb13937eb62713 --- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index f8b940f09..68888c110 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.20.1.vsix using the Download Extension link +and download the extension golang.Go-0.20.2.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/golang/vsextensions/Go/0.20.1/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.20.2/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.1.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.1.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.20.2.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.20.2.vsix Type: sha256 - Checksum: 52319A78F8D871E2DD91FDB2AF1915CBA86DD9A4AD279C24960B8A7BF67C1D42 + Checksum: D7E58DE88316850EE14E64A63D535C95E009135495B3840447A4F923E5C67816 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 5f3be9647..a95bd1c5a 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.1.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.20.2.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index ae224fa97..d1c0118a9 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.20.1 + 0.20.2 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension From fa9bac6744b5ac5b7153f81d2948cdbd89eefa96 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 12 Jan 2021 04:17:24 +0000 Subject: [PATCH 101/106] AU: 1 updated - watchman [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/ba475e8fb8a2a8924f191eecff067e6f484e3dad --- automatic/watchman/README.md | 2 +- automatic/watchman/legal/VERIFICATION.txt | 12 ++++++------ automatic/watchman/tools/chocolateyinstall.ps1 | 2 +- automatic/watchman/watchman.nuspec | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/watchman/README.md b/automatic/watchman/README.md index b5081bda0..7225848e1 100644 --- a/automatic/watchman/README.md +++ b/automatic/watchman/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/facebook/watchman)](https://github.com/facebook/watchman/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-2021.01.04.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2021.01.04.00) +[![Software version](https://img.shields.io/badge/source-2021.01.11.00-blue.svg)](https://github.com/facebook/watchman/releases/tag/v2021.01.11.00) [![Chocolatey package version](https://img.shields.io/chocolatey/v/watchman?label=Chocolatey)](https://chocolatey.org/packages/watchman) Watchman exists to watch files and record when they change. It can also trigger actions (such as diff --git a/automatic/watchman/legal/VERIFICATION.txt b/automatic/watchman/legal/VERIFICATION.txt index 84d623e06..c7473e440 100644 --- a/automatic/watchman/legal/VERIFICATION.txt +++ b/automatic/watchman/legal/VERIFICATION.txt @@ -10,19 +10,19 @@ be verified by: https://github.com/facebook/watchman/releases -and download the archive watchman-v2021.01.04.00-windows.zip using the links in the relevant +and download the archive watchman-v2021.01.11.00-windows.zip using the links in the relevant asset section of the page. Alternatively the build can be downloaded directly from - https://github.com/facebook/watchman/releases/download/v2021.01.04.00/watchman-v2021.01.04.00-windows.zip + https://github.com/facebook/watchman/releases/download/v2021.01.11.00/watchman-v2021.01.11.00-windows.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2021.01.04.00-windows.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2021.01.04.00-windows.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 watchman-v2021.01.11.00-windows.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f watchman-v2021.01.11.00-windows.zip - File: watchman-v2021.01.04.00-windows.zip + File: watchman-v2021.01.11.00-windows.zip Type: sha256 - Checksum: C18D7888129F819B4DB5319A8514DD95DC5AA27AC81AC789EA64215BAF072353 + Checksum: C5BE1C0E3063CBB72A193E2448FB45107D6D70F92C380175F24A96B8FF381F14 Contents of file LICENSE.txt is obtained from https://github.com/facebook/watchman/blob/master/LICENSE diff --git a/automatic/watchman/tools/chocolateyinstall.ps1 b/automatic/watchman/tools/chocolateyinstall.ps1 index 7c8ad71bb..3ddee14d7 100644 --- a/automatic/watchman/tools/chocolateyinstall.ps1 +++ b/automatic/watchman/tools/chocolateyinstall.ps1 @@ -6,7 +6,7 @@ if ((Get-ProcessorBits 32) -or $env:ChocolateyForceX86 -eq 'true') { $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'watchman-v2021.01.04.00-windows.zip' +$archive = Join-Path $toolsDir 'watchman-v2021.01.11.00-windows.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName diff --git a/automatic/watchman/watchman.nuspec b/automatic/watchman/watchman.nuspec index 616a027e9..4ab87f6a2 100644 --- a/automatic/watchman/watchman.nuspec +++ b/automatic/watchman/watchman.nuspec @@ -3,7 +3,7 @@ watchman - 2021.01.04.00 + 2021.01.11.00 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/watchman dgalbraith Watchman - A file watching service From 71d3ac68e493ce4263d006ee3ce2c8ef53d62707 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 14 Jan 2021 03:37:39 +0000 Subject: [PATCH 102/106] (gh-201) Modified update script to match on boundaries Package updates were incorrectly modifying the install script due to excessive matching on the regular expression. The expression needed to be updated to match on word boundaries to support the match within the string of the package version only to preserve the correct syntax in the update script. --- automatic/dotcover-cli/tools/chocolateyInstall.ps1 | 4 ++-- automatic/dotcover-cli/update.ps1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 index 40c23c49e..4ee0cf151 100644 --- a/automatic/dotcover-cli/tools/chocolateyInstall.ps1 +++ b/automatic/dotcover-cli/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition -$archive = 'JetBrains.dotCover.CommandLineTools.2020.3.2.zip' +$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.3.2.zip' $unzipArgs = @{ PackageName = $env:ChocolateyPackageName @@ -10,5 +10,5 @@ $unzipArgs = @{ } Get-ChocolateyUnzip @unzipArgs -Remove-Item $toolsPath\*.zip -ea 0 +Remove-Item $toolsDir\*.zip -ea 0 Get-ChildItem $toolsDir -include *.exe -exclude 'dotCover.exe' -recurse | Select-Object { New-Item "$_.ignore" -type file -force } | Out-Null diff --git a/automatic/dotcover-cli/update.ps1 b/automatic/dotcover-cli/update.ps1 index 91877d394..3b64e11d6 100644 --- a/automatic/dotcover-cli/update.ps1 +++ b/automatic/dotcover-cli/update.ps1 @@ -5,7 +5,7 @@ $ErrorActionPreference = 'STOP' $domain = 'https://data.services.jetbrains.com' $releases = "${domain}/products?code=DCCLT&release.type=release" -$refile = "(\/|'|\s'|e\s|\s)(J.+zip)" +$refile = "\b(\/|'|\s'|e\s|\s)(J.+zip)" $reversion = '(-v)(\d+\.\d\.*\d*)' function global:au_BeforeUpdate { From 9e18681c26496eb654aab0ca56ffa7855fe584b2 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 14 Jan 2021 03:45:49 +0000 Subject: [PATCH 103/106] AU: 1 updated - vscode-pylance [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/ef573efd1caba1f6608aa8e47e44d713857f54bd --- automatic/vscode-pylance/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-pylance/vscode-pylance.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index a4a963a32..f18c5e9f3 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@2021.1.0" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2021.1.1" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index 1f04aff5b..8bfa8f873 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2021.1.0 + 2021.1.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension From 0fe70bbd7b56bf474007df2012f64bcecc623d0a Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 14 Jan 2021 06:48:56 +0000 Subject: [PATCH 104/106] (gh-204) Added images for the Jupyter extension Added icon and screenshot for the Jupyter VSCode extension. --- automatic/vscode-jupyter/screenshot.png | Bin 0 -> 166782 bytes icons/vscode-jupyter.png | Bin 0 -> 6294 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 automatic/vscode-jupyter/screenshot.png create mode 100644 icons/vscode-jupyter.png diff --git a/automatic/vscode-jupyter/screenshot.png b/automatic/vscode-jupyter/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..c43dbe145ac98c957dcaa118de764b238754b34e GIT binary patch literal 166782 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 b(2Yn3!8h-mk$&7e;143HC{ZS6;QPM-xXJGz literal 0 HcmV?d00001 diff --git a/icons/vscode-jupyter.png b/icons/vscode-jupyter.png new file mode 100644 index 0000000000000000000000000000000000000000..b974fe2e1c7efa5daf763222b35787a0a09023fb GIT binary patch literal 6294 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 k_F&|R-v8f Date: Thu, 14 Jan 2021 07:20:02 +0000 Subject: [PATCH 105/106] (gh-207) Add Jupyter package Add automatic package for the VSCode Jupyter extension. --- automatic/vscode-jupyter/README.md | 24 +++++++++ .../tools/chocolateyinstall.ps1 | 3 ++ .../tools/chocolateyuninstall.ps1 | 3 ++ automatic/vscode-jupyter/update.ps1 | 32 ++++++++++++ .../vscode-jupyter/vscode-jupyter.nuspec | 49 +++++++++++++++++++ 5 files changed, 111 insertions(+) create mode 100644 automatic/vscode-jupyter/README.md create mode 100644 automatic/vscode-jupyter/tools/chocolateyinstall.ps1 create mode 100644 automatic/vscode-jupyter/tools/chocolateyuninstall.ps1 create mode 100644 automatic/vscode-jupyter/update.ps1 create mode 100644 automatic/vscode-jupyter/vscode-jupyter.nuspec diff --git a/automatic/vscode-jupyter/README.md b/automatic/vscode-jupyter/README.md new file mode 100644 index 000000000..3227ab3c0 --- /dev/null +++ b/automatic/vscode-jupyter/README.md @@ -0,0 +1,24 @@ +# [Jupyter VSCode Extension](https://chocolatey.org/packages/vscode-jupyter) + +[![Software license](https://img.shields.io/badge/license-Proprietary-lightgrey)](https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/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) +[![Visual Studio Marketplace version](https://img.shields.io/visual-studio-marketplace/v/ms-toolsai.jupyter?label=Marketplace)](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) +[![Chocolatey package version](https://img.shields.io/chocolatey/v/vscode-jupyter?label=Chocolatey)](https://chocolatey.org/packages/vscode-jupyter) + +A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) +that provides basic notebook support for [language kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels) that are supported in +[Jupyter Notebooks](https://jupyter.org/) today. Many language kernels will work with no modification. To enable advanced features, +modifications may be needed in the VS Code language extensions. + +![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@0fe70bbd7b56bf474007df2012f64bcecc623d0a/automatic/vscode-jupyter/screenshot.png) + +## Notes + +* This package requires Visual Studio Code 1.49.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. + See [Extension auto-update](https://code.visualstudio.com/docs/editor/extension-gallery#_extension-autoupdate) for instructions on how to disable auto-update. +* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md). + 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. diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 new file mode 100644 index 000000000..940c77761 --- /dev/null +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -0,0 +1,3 @@ +$ErrorActionPreference = 'Stop' + +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2020.12.411183155' diff --git a/automatic/vscode-jupyter/tools/chocolateyuninstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyuninstall.ps1 new file mode 100644 index 000000000..1f5973b7a --- /dev/null +++ b/automatic/vscode-jupyter/tools/chocolateyuninstall.ps1 @@ -0,0 +1,3 @@ +$ErrorActionPreference = 'Stop' + +Uninstall-VsCodeExtension -extensionId 'ms-toolsai.jupyter' diff --git a/automatic/vscode-jupyter/update.ps1 b/automatic/vscode-jupyter/update.ps1 new file mode 100644 index 000000000..778e6b2b0 --- /dev/null +++ b/automatic/vscode-jupyter/update.ps1 @@ -0,0 +1,32 @@ +Import-Module au +Import-Module ..\..\scripts\vs-marketplace\VS-Marketplace.psd1 + +$extension = 'jupyter' +$publisher = 'ms-toolsai' + +function global:au_SearchReplace { + @{ + "$($Latest.PackageName).nuspec" = @{ + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\README.md" = @{ + "(Visual Studio Code )([0-9]+\.[0-9]+\.[0-9]+)( or newer)" = "`${1}$($Latest.VSCodeVersion)`${3}" + } + + ".\tools\chocolateyinstall.ps1" = @{ + "([0-9]+\.[0-9]+\.[0-9]+)" = "$($Latest.Version)" + } + } +} + +function global:au_GetLatest { + $extensionInfo = Get-VSMarketplaceExtensionDetails -Extension $extension -Publisher $publisher + + @{ + Version = $extensionInfo.Version + VSCodeVersion = $extensionInfo.VSCodeVersion + } +} + +update -ChecksumFor none -NoCheckUrl -NoReadme diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec new file mode 100644 index 000000000..9b35289d5 --- /dev/null +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -0,0 +1,49 @@ + + + + + vscode-jupyter + 2020.12.411183155 + https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter + dgalbraith + Visual Studio Jupyter VSCode Extension + Microsoft + https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter + https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@0fe70bbd7b56bf474007df2012f64bcecc623d0a/icons/vscode-jupyter.png + Copyright 2020 Microsoft Corporation + https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/license + false + https://github.com/microsoft/vscode-jupyter + https://github.com/microsoft/vscode-jupyter/wiki + https://github.com/Microsoft/vscode-jupyter/issues + jupyter python julia r vscode microsoft + Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more + + https://marketplace.visualstudio.com/items/ms-toolsai.jupyter/changelog + + + + + + + + From f4196daa9310a3c904de0680b689cec77a0d4797 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 14 Jan 2021 07:27:22 +0000 Subject: [PATCH 106/106] AU: 1 updated - vscode-jupyter [skip ci] https://gist.github.com/aef61e2663a09f3dfdfa40482177e040/4a68e73befdac6f58b96e39de0d7d3eba97c51f0 --- automatic/vscode-jupyter/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-jupyter/vscode-jupyter.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 940c77761..f42ed9a82 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@2020.12.411183155' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2020.12.414227025' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 9b35289d5..c42250092 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2020.12.411183155 + 2020.12.414227025 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension