Skip to content

Commit

Permalink
AU: 1 updated - remote-desktop-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 7, 2024
1 parent 9936955 commit ce563b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5252-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.5254-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.5252</version>
<version>1.2.5254</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/RW1iwM9'
Checksum = '0c9b4430c40fe993ea6a21cf127ac9bf00d4f4d819515d83e88cccf5126764b4'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1iIL9'
Checksum = 'e95917e94e311f581838f486de47137faa043783e60964320ad6342ac05bcb64'
ChecksumType = 'sha256'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1iEtH'
Checksum64 = '3400b4dee70001e78ef4c347a64fd21b4bb94f99f310a549deafb7e9ea0bab2d'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW1iILw'
Checksum64 = 'dad2ee85b65606b5bfb1e41ad30feae3be578b634a7887c1576adffc5c8aafc9'
ChecksumType64 = 'sha256'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit ce563b4

Please sign in to comment.