Skip to content

Commit

Permalink
AU: 4 updated - remote-desktop-client vscode-java-debug vscode-jupyte…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 8, 2024
1 parent 9569b00 commit 3af36da
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/remote-desktop-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-Proprietary-lightgrey)](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@ae31f3c2a0f3c01522a777ed8186a3b39f75c480/automatic/remote-desktop-client/legal/LICENSE.txt)
[![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.2.5105-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Software version](https://img.shields.io/badge/source-v1.2.5112-blue)](https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/windowsdesktop)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/remote-desktop-client?label=Chocolatey)](https://community.chocolatey.org/packages/remote-desktop-client)

Use the Remote Desktop Services client (MSRDC) to access Windows apps and desktops remotely from a different Windows device.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>remote-desktop-client</id>
<version>1.2.5105</version>
<version>1.2.5112</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/remote-desktop-client</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Remote Desktop Client (MSRDC)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/remote-desktop-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ $packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = $packageSearch
FileType = 'msi'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1gxVu'
Checksum = 'aaca25e40ccf952cdea4da3aac53c53992c2e9646dbeeca74733adf2b4815f0a'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1hibO'
Checksum = '1815a3de7e1091979a1bbf5ed90a62424489477ce73e404fb9c688448c0a6d8d'
ChecksumType = 'sha256'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1gq9I'
Checksum64 = 'de09f575b831e75abc675bf8660e3b2454e6b1c523eedcfaeaa54aa3daab935e'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1hpNC'
Checksum64 = '1582c1b7b03520be41a74d8e639d6bea57e26ba13aa9268e1b916dc74d1df152'
ChecksumType64 = 'sha256'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 3010, 1641)
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.56.2024013105.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.56.2024020601.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.56.2024013105/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.56.2024020601/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.56.2024013105.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.56.2024013105.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.56.2024020601.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.56.2024020601.vsix

Type: sha256
Checksum: 809449CCEAAB6D80E3BF3808389FDB9AE1D69D2FBD1A410F2F010A315272FAA5
Checksum: 7F590A821F472C58D7B6AEA2AEA92E17DBFFB8DEDBBC3B3024AC574D6B80061C

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024013105.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024020601.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-java-debug</id>
<version>0.56.2024013105</version>
<version>0.56.2024020601</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024020501'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024020701'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2024.2.2024020501</version>
<version>2024.2.2024020701</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python-test-adapter/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.1.vsix using the Download Extension link
and download the extension LittleFoxTeam.vscode-python-test-adapter-0.8.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.8.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/LittleFoxTeam/vsextensions/vscode-python-test-adapter/0.8.2/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.8.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.8.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash LittleFoxTeam.vscode-python-test-adapter-0.8.2.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f LittleFoxTeam.vscode-python-test-adapter-0.8.2.vsix

Type: sha256
Checksum: 3C84695EB499845CE487C65216EB8F8BE809B30B999E85E896C8F784F40CCB9C
Checksum: 4F004F1ABF1B6A6D4D497D8A46B9BDD8339059E55AD24FA95D3E2AFE2B1660E2

Contents of the file LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/LittleFoxTeam.vscode-python-test-adapter/license
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.8.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\LittleFoxTeam.vscode-python-test-adapter-0.8.2.vsix"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python-test-adapter</id>
<version>0.8.1</version>
<version>0.8.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-python-test-adapter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python Test Explorer VSCode Extension</title>
Expand Down

0 comments on commit 3af36da

Please sign in to comment.