diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index d96adca90..02b815ee3 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-2023.25.10101826.vsix using the Download Extension link +and download the package ms-python.python-2023.25.10111009.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/2023.25.10101826/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2023.25.10111009/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2023.25.10101826.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2023.25.10101826.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2023.25.10111009.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2023.25.10111009.vsix Type: sha256 - Checksum: 6EFC5AF44854193A18D41B698350291141695CF5412E8E50083B3171D8D2152E + Checksum: 341EEA7506C63588713249CAC5E97DA618C6C8836FC19E6845DFA7D7E16CFD2F 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 ae3b17adf..5e59362ae 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-2023.25.10101826.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2023.25.10111009.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 854a91a07..255c93a37 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2023.25.10101826 + 2023.25.10111009 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension