From 7521ffc9f49e3c50bfa7497ffd00288c986df8ef Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Wed, 21 Feb 2024 04:19:30 +0000 Subject: [PATCH] AU: 7 updated - authme authme.install authme.portable jruby vscode-java vscode-jupyter vscode-pylance [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/e329ca9a3d0fa7354011c78160ea1d8c4aebb80f --- automatic/authme.install/README.md | 2 +- .../authme.install/authme.install.nuspec | 2 +- .../authme.install/legal/VERIFICATION.txt | 14 ++++++------ .../tools/chocolateyInstall.ps1 | 2 +- automatic/authme.portable/README.md | 2 +- .../authme.portable/authme.portable.nuspec | 2 +- .../authme.portable/legal/VERIFICATION.txt | 14 ++++++------ .../tools/chocolateyInstall.ps1 | 2 +- .../tools/chocolateyUninstall.ps1 | 2 +- automatic/authme/README.md | 2 +- automatic/authme/authme.nuspec | 4 ++-- automatic/jruby/README.md | 2 +- automatic/jruby/jruby.nuspec | 4 ++-- automatic/jruby/legal/VERIFICATION.txt | 22 +++++++++---------- automatic/jruby/tools/chocolateyInstall.ps1 | 4 ++-- automatic/jruby/tools/chocolateyUninstall.ps1 | 2 +- automatic/vscode-java/legal/VERIFICATION.txt | 10 ++++----- .../vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-jupyter/vscode-jupyter.nuspec | 2 +- .../tools/chocolateyinstall.ps1 | 2 +- .../vscode-pylance/vscode-pylance.nuspec | 2 +- 23 files changed, 52 insertions(+), 52 deletions(-) diff --git a/automatic/authme.install/README.md b/automatic/authme.install/README.md index c0e77efd9..da263ddb9 100644 --- a/automatic/authme.install/README.md +++ b/automatic/authme.install/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.0) +[![Software version](https://img.shields.io/badge/source-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.install?label=Chocolatey)](https://chocolatey.org/packages/authme.install) Authme is a simple two-factor (2FA) authenticator application for the desktop with support for diff --git a/automatic/authme.install/authme.install.nuspec b/automatic/authme.install/authme.install.nuspec index b37497375..84f36fc60 100644 --- a/automatic/authme.install/authme.install.nuspec +++ b/automatic/authme.install/authme.install.nuspec @@ -3,7 +3,7 @@ authme.install - 5.0.0 + 5.0.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme dgalbraith Authme (Install) - Simple 2FA Desktop Application diff --git a/automatic/authme.install/legal/VERIFICATION.txt b/automatic/authme.install/legal/VERIFICATION.txt index eb28189d2..33de2771c 100644 --- a/automatic/authme.install/legal/VERIFICATION.txt +++ b/automatic/authme.install/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/Levminer/authme/releases/tag/5.0.0 + https://github.com/Levminer/authme/releases/tag/5.0.1 -and download the installer authme-5.0.0-windows-x64.msi using the links in the +and download the installer authme-5.0.1-windows-x64.msi using the links in the assets section of the page. Alternatively the installer can be downloaded directly from - https://github.com/Levminer/authme/releases/download/5.0.0/authme-5.0.0-windows-x64.msi + https://github.com/Levminer/authme/releases/download/5.0.1/authme-5.0.1-windows-x64.msi 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.0-windows-x64.msi - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.0-windows-x64.msi + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.1-windows-x64.msi + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.1-windows-x64.msi - File: authme-5.0.0-windows-x64.msi + File: authme-5.0.1-windows-x64.msi Type: sha256 - Checksum: D3019D710A202153E944A1D26040A8E38DBC2456E7177AFF242759E5D1B22B65 + Checksum: E3751D9FFF5C9F14DF12D604D83BDA3DF164B7B6815E8BAD6985F563F1E83AC8 Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md diff --git a/automatic/authme.install/tools/chocolateyInstall.ps1 b/automatic/authme.install/tools/chocolateyInstall.ps1 index 2e4b202e3..c429d9e20 100644 --- a/automatic/authme.install/tools/chocolateyInstall.ps1 +++ b/automatic/authme.install/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$installer = Join-Path $toolsDir 'authme-5.0.0-windows-x64.msi' +$installer = Join-Path $toolsDir 'authme-5.0.1-windows-x64.msi' $silentArgs = '/S /AllUsers' $pp = Get-PackageParameters diff --git a/automatic/authme.portable/README.md b/automatic/authme.portable/README.md index b0b0c8da8..4cc47868d 100644 --- a/automatic/authme.portable/README.md +++ b/automatic/authme.portable/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.0) +[![Software version](https://img.shields.io/badge/source-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/authme.portable?label=Chocolatey)](https://chocolatey.org/packages/authme.portable) Authme is a simple two-factor (2FA) authenticator application for the desktop with support for diff --git a/automatic/authme.portable/authme.portable.nuspec b/automatic/authme.portable/authme.portable.nuspec index 3ff08e7ac..09875a506 100644 --- a/automatic/authme.portable/authme.portable.nuspec +++ b/automatic/authme.portable/authme.portable.nuspec @@ -3,7 +3,7 @@ authme.portable - 5.0.0 + 5.0.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme dgalbraith Authme - Simple 2FA Desktop Application diff --git a/automatic/authme.portable/legal/VERIFICATION.txt b/automatic/authme.portable/legal/VERIFICATION.txt index c1bb08d90..7a17ac2c3 100644 --- a/automatic/authme.portable/legal/VERIFICATION.txt +++ b/automatic/authme.portable/legal/VERIFICATION.txt @@ -8,21 +8,21 @@ be verified by: 1. Go to the binary distribution page - https://github.com/Levminer/authme/releases/tag/5.0.0 + https://github.com/Levminer/authme/releases/tag/5.0.1 -and download the archive authme-5.0.0-windows-x64.zip using the links in the +and download the archive authme-5.0.1-windows-x64.zip using the links in the assets section of the page. Alternatively the archive can be downloaded directly from - https://github.com/Levminer/authme/releases/download/5.0.0/authme-5.0.0-windows-x64.zip + https://github.com/Levminer/authme/releases/download/5.0.1/authme-5.0.1-windows-x64.zip 2. The archive can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.0-windows-x64.zip - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.0-windows-x64.zip + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 authme-5.0.1-windows-x64.zip + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f authme-5.0.1-windows-x64.zip - File: authme-5.0.0-windows-x64.zip + File: authme-5.0.1-windows-x64.zip Type: sha256 - Checksum: 165B1F6524E3FB14FD5323BE4CFE2A2244D625CA97860FCE7935DF4AC141DF71 + Checksum: 3B90DC967F5C4E863158E59B5D98486A1E8544BAAEA7B8C445442707DF04C053 Contents of file LICENSE.txt is obtained from https://github.com/Levminer/authme/blob/dev/LICENSE.md diff --git a/automatic/authme.portable/tools/chocolateyInstall.ps1 b/automatic/authme.portable/tools/chocolateyInstall.ps1 index 745b6ea03..1553c1b83 100644 --- a/automatic/authme.portable/tools/chocolateyInstall.ps1 +++ b/automatic/authme.portable/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition) -$archive = Join-Path $toolsDir 'authme-5.0.0-windows-x64.zip' +$archive = Join-Path $toolsDir 'authme-5.0.1-windows-x64.zip' $pp = Get-PackageParameters diff --git a/automatic/authme.portable/tools/chocolateyUninstall.ps1 b/automatic/authme.portable/tools/chocolateyUninstall.ps1 index eae36de8d..aa6d217bb 100644 --- a/automatic/authme.portable/tools/chocolateyUninstall.ps1 +++ b/automatic/authme.portable/tools/chocolateyUninstall.ps1 @@ -19,7 +19,7 @@ if (Test-Path -Path $zipTargetFile) { $parentDirectory = Split-Path $unzipDirectory } -Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.0.0-windows-x64.zip' +Uninstall-ChocolateyZipPackage 'authme.portable' 'authme-5.0.1-windows-x64.zip' # Uninstall-ChocolateyZipPackage only removes child directories unpacked from # the archive so remove the main and parent directories if empty diff --git a/automatic/authme/README.md b/automatic/authme/README.md index 05b3abd31..ed946f3f2 100644 --- a/automatic/authme/README.md +++ b/automatic/authme/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/github/license/Levminer/authme)](https://github.com/Levminer/authme/blob/main/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-v5.0.0-blue)](https://github.com/Levminer/authme/releases/tag/5.0.0) +[![Software version](https://img.shields.io/badge/source-v5.0.1-blue)](https://github.com/Levminer/authme/releases/tag/5.0.1) [![Chocolatey package version](https://img.shields.io/chocolatey/v/authme?label=Chocolatey)](https://chocolatey.org/packages/authme) Authme is a simple two-factor (2FA) authenticator application for the desktop with support for diff --git a/automatic/authme/authme.nuspec b/automatic/authme/authme.nuspec index 37d8c4ca6..8e355ad17 100644 --- a/automatic/authme/authme.nuspec +++ b/automatic/authme/authme.nuspec @@ -3,7 +3,7 @@ authme - 5.0.0 + 5.0.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/authme dgalbraith Authme - Simple 2FA Desktop Application @@ -55,7 +55,7 @@ If you find it is out of date by more than a day or two, please contact the main https://github.com/Levminer/authme/blob/dev/CHANGELOG.md - + diff --git a/automatic/jruby/README.md b/automatic/jruby/README.md index 1bafc1e6a..73aabf245 100644 --- a/automatic/jruby/README.md +++ b/automatic/jruby/README.md @@ -3,7 +3,7 @@ [![GitHub license](https://img.shields.io/badge/license-EPL%20v2.0%20%7C%20GPL%20v2%20%7C%20LGPL%20v2.1-blue)](https://github.com/jruby/jruby/blob/master/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-v9.4.5.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.5.0) +[![Software version](https://img.shields.io/badge/Source-v9.4.6.0-blue)](https://github.com/jruby/jruby/releases/tag/9.4.6.0) [![Chocolatey package version](https://img.shields.io/chocolatey/v/jruby?label=Chocolatey)](https://chocolatey.org/packages/jruby) JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. diff --git a/automatic/jruby/jruby.nuspec b/automatic/jruby/jruby.nuspec index 7aa06e33e..d1515a1a1 100644 --- a/automatic/jruby/jruby.nuspec +++ b/automatic/jruby/jruby.nuspec @@ -3,7 +3,7 @@ jruby - 9.4.5.0 + 9.4.6.0 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/jruby dgalbraith JRuby - The Ruby Programming Language on the JVM @@ -57,7 +57,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly. ]]> - https://github.com/jruby/jruby/releases/tag/9.4.5.0 + https://github.com/jruby/jruby/releases/tag/9.4.6.0 diff --git a/automatic/jruby/legal/VERIFICATION.txt b/automatic/jruby/legal/VERIFICATION.txt index b09a942aa..ea3e7611c 100644 --- a/automatic/jruby/legal/VERIFICATION.txt +++ b/automatic/jruby/legal/VERIFICATION.txt @@ -10,27 +10,27 @@ be verified by: https://github.com/jruby/jruby/releases -and download the installer jruby_windows_9_4_5_0.exe or jruby_windows_x64_9_4_5_0.exe using +and download the installer jruby_windows_9_4_6_0.exe or jruby_windows_x64_9_4_6_0.exe using the links in the relevant assets section of the page. Alternatively the installers can be downloaded directly from - https://github.com/jruby/jruby/releases/download/9.4.5.0/jruby_windows_9_4_5_0.exe - https://github.com/jruby/jruby/releases/download/9.4.5.0/jruby_windows_x64_9_4_5_0.exe + https://github.com/jruby/jruby/releases/download/9.4.6.0/jruby_windows_9_4_6_0.exe + https://github.com/jruby/jruby/releases/download/9.4.6.0/jruby_windows_x64_9_4_6_0.exe 2. The installer can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_4_5_0.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_4_5_0.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_9_4_6_0.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_9_4_6_0.exe - File32: jruby_windows_9_4_5_0.exe + File32: jruby_windows_9_4_6_0.exe Type32: sha256 - Checksum32: F69F9A0388A57D96C7648F543297214A9D360C1F0A9B8A4B6AD7991DCC6E2D62 + Checksum32: 8D71F074E773E129626F642F77A29A6C8EEA70AB096803A65BBFCB3A0321AD42 - - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_4_5_0.exe - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_4_5_0.exe + - Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 jruby_windows_x64_9_4_6_0.exe + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f jruby_windows_x64_9_4_6_0.exe - File64: jruby_windows_x64_9_4_5_0.exe + File64: jruby_windows_x64_9_4_6_0.exe Type64: sha256 - Checksum64: 381DA22720BEC729B90AE9A21E6FDBDEBF63272BDEFBE699726A0FBAF08696EC + Checksum64: 4305EDE1B0EB427486CE47570C151EC90DAE59A7DFCDC3E2B553940C1F1A8E6D Contents of file LICENSE.txt is obtained from https://github.com/jruby/jruby/blob/master/COPYING diff --git a/automatic/jruby/tools/chocolateyInstall.ps1 b/automatic/jruby/tools/chocolateyInstall.ps1 index efb2956f0..096c44459 100644 --- a/automatic/jruby/tools/chocolateyInstall.ps1 +++ b/automatic/jruby/tools/chocolateyInstall.ps1 @@ -21,8 +21,8 @@ $silentArgs = '-q -overwrite -dir {0} {1}' -f $installDir, $pathArgs $packageArgs = @{ PackageName = $env:ChocolateyPackageName - File = Join-Path $toolsDir 'jruby_windows_9_4_5_0.exe' - File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_5_0.exe' + File = Join-Path $toolsDir 'jruby_windows_9_4_6_0.exe' + File64 = Join-Path $toolsDir 'jruby_windows_x64_9_4_6_0.exe' SilentArgs = $silentArgs ValidExitCodes = @(0) } diff --git a/automatic/jruby/tools/chocolateyUninstall.ps1 b/automatic/jruby/tools/chocolateyUninstall.ps1 index a61073f0a..83c4cfcbf 100644 --- a/automatic/jruby/tools/chocolateyUninstall.ps1 +++ b/automatic/jruby/tools/chocolateyUninstall.ps1 @@ -2,7 +2,7 @@ $packageArgs = @{ PackageName = $env:ChocolateyPackageName - PackageSearch = 'jruby 9.4.5.0' + PackageSearch = 'jruby 9.4.6.0' SilentArgs = '-q' ValidExitCodes = @(0) } diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index adfdb85f2..42abd1f3b 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-1.29.2024021608.vsix using the Download Extension link +and download the extension redhat.java-1.29.2024022008.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/1.29.2024021608/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024022008/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024021608.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024021608.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.29.2024022008.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.29.2024022008.vsix Type: sha256 - Checksum: 64F266FF097AFCED663CF97980BB5B3A6859C00E71BA6ADD44853C12522D4DA9 + Checksum: 679D532AE669F792A6E4816EA251519D42839387C37770A1499307654B087DE7 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 22e0afb69..aaad3829d 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-1.29.2024021608.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024022008.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index 0a34fe87d..0208acdaf 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.29.2024021608 + 1.29.2024022008 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index 431a575c6..db5b459fe 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024021901' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024022001' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 64368b89a..5a32f0062 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2024.2.2024021901 + 2024.2.2024022001 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 index 45a024f2a..68291ec90 100644 --- a/automatic/vscode-pylance/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-pylance/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.2.101" +Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.2.102" diff --git a/automatic/vscode-pylance/vscode-pylance.nuspec b/automatic/vscode-pylance/vscode-pylance.nuspec index d163e30ee..7ca8dde7f 100644 --- a/automatic/vscode-pylance/vscode-pylance.nuspec +++ b/automatic/vscode-pylance/vscode-pylance.nuspec @@ -3,7 +3,7 @@ vscode-pylance - 2024.2.101 + 2024.2.102 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance dgalbraith Pylance VSCode Extension