Skip to content

Commit

Permalink
AU: 3 updated - nushell remote-desktop-client vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 7, 2023
1 parent acf3c35 commit c9bddbe
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/nushell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/blob/main/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-v0.80.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.80.0)
[![Software version](https://img.shields.io/badge/Source-v0.81.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.81.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell?label=Chocolatey)](https://chocolatey.org/packages/nushell)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
6 changes: 3 additions & 3 deletions automatic/nushell/nushell.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>nushell</id>
<version>0.80.0</version>
<version>0.81.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell</title>
Expand Down Expand Up @@ -58,9 +58,9 @@ 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.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.80.0</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.81.0</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.80.0]" />
<dependency id="nushell.install" version="[0.81.0]" />
</dependencies>
</metadata>
<files>
Expand Down
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.4240-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.4331-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.4240</version>
<version>1.2.4331</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/RW12RSQ'
Checksum = '07ee589b0f31bc6c1be4004bd6c3a150002a7146460f2dc3dd4a007723fd1696'
Url = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW14J4a'
Checksum = '6e0aa81a01e78e72afbaa0f57116ae853ccc20397f16a7f157ef5a9f3399efc2'
ChecksumType = 'sha256'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW132i3'
Checksum64 = '031c0bba621be0671a2fc34246fe50aec42a127cbb323e9921f2dd278ee1f3a0'
Url64 = 'https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RW14Gvb'
Checksum64 = '994db2a862804568fb8a8005a6cd41c2dc0a5346e82cec774a9019b8ac6fad17'
ChecksumType64 = 'sha256'
SilentArgs = $silentArgs
ValidExitCodes = @(0, 3010, 1641)
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@2023.5.1001541100'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2023.5.1001582324'
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>2023.5.1001541100</version>
<version>2023.5.1001582324</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

0 comments on commit c9bddbe

Please sign in to comment.