Skip to content

Commit

Permalink
AU: 10 updated - fend fend.install fend.portable nushell nushell.inst…
Browse files Browse the repository at this point in the history
…all nushell.portable remote-desktop-client vscode-cloud-code vscode-jupyter vscode-python

[skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/86bbb8a875433238bf2a5f97dc7a7386bf3b1879
  • Loading branch information
dgalbraith committed Mar 6, 2024
1 parent c03d45b commit 9936955
Show file tree
Hide file tree
Showing 31 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion automatic/fend.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/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-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Software version](https://img.shields.io/badge/Source-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.install?label=Chocolatey)](https://community.chocolatey.org/packages/fend.install)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.install/fend.install.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>fend.install</id>
<version>1.4.3</version>
<version>1.4.4</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Install)</title>
Expand Down Expand Up @@ -54,7 +54,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/printfn/fend/releases/tag/v1.4.3
https://github.com/printfn/fend/releases/tag/v1.4.4

and download the installer fend-1.4.3-windows-x64.msi using the links in the asset
and download the installer fend-1.4.4-windows-x64.msi using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.3/fend-1.4.3-windows-x64.msi
https://github.com/printfn/fend/releases/download/v1.4.4/fend-1.4.4-windows-x64.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.3-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.3-windows-x64.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.4-windows-x64.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.4-windows-x64.msi

File: fend-1.4.3-windows-x64.msi
File: fend-1.4.4-windows-x64.msi
Type: sha256
Checksum: 35C719C0508BE959DADE59192D676629961FB7C7C4D819488F9440B8643E7370
Checksum: 52E8697452B2857D162014C362D367E8580700E751FFE635C31B45BB7C98E128

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$installer = Join-Path $toolsDir 'fend-1.4.3-windows-x64.msi'
$installer = Join-Path $toolsDir 'fend-1.4.4-windows-x64.msi'
$silentArgs = '/qn /norestart'

$pp = Get-PackageParameters
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/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-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Software version](https://img.shields.io/badge/Source-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend.portable?label=Chocolatey)](https://community.chocolatey.org/packages/fend.portable)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
4 changes: 2 additions & 2 deletions automatic/fend.portable/fend.portable.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>fend.portable</id>
<version>1.4.3</version>
<version>1.4.4</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator (Portable)</title>
Expand Down Expand Up @@ -55,7 +55,7 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<dependencies />
</metadata>
<files>
Expand Down
14 changes: 7 additions & 7 deletions automatic/fend.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/println/fend/releases/tag/v1.4.3
https://github.com/println/fend/releases/tag/v1.4.4

and download the archive fend-1.4.3-windows-x64-exe.zip using the links in the asset
and download the archive fend-1.4.4-windows-x64-exe.zip using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/printfn/fend/releases/download/v1.4.3/fend-1.4.3-windows-x64-exe.zip
https://github.com/printfn/fend/releases/download/v1.4.4/fend-1.4.4-windows-x64-exe.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.3-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.3-windows-x64-exe.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 fend-1.4.4-windows-x64-exe.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f fend-1.4.4-windows-x64-exe.zip

File: fend-1.4.3-windows-x64-exe.zip
File: fend-1.4.4-windows-x64-exe.zip
Type: sha256
Checksum: F77F82F81B570DD13C9A4892994BD19549CB7831465CBCAD2ED686CFE01E6171
Checksum: EBDC8C8F4D0755BC2C98AA545B4D3C0DC64E03E1355C9FD05A6BA50F364DEEC7

Contents of file LICENSE.txt is obtained from https://github.com/printfn/fend/blob/main/LICENSE.md
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $paths.GetEnumerator() | ForEach-Object {

Uninstall-BinFile -Name 'fend' -Path 'fend.exe'

$zipFileName = "$packageDir/fend-1.4.3-windows-x64-exe.zip"
$zipFileName = "$packageDir/fend-1.4.4-windows-x64-exe.zip"

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'fend-1.4.3-windows-x64-exe.zip'
$archive = Join-Path $toolsDir 'fend-1.4.4-windows-x64-exe.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/fend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/printfn/fend)](https://github.com/printfn/fend/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-v1.4.3-blue)](https://github.com/printfn/fend/releases/tag/v1.4.3)
[![Software version](https://img.shields.io/badge/Source-v1.4.4-blue)](https://github.com/printfn/fend/releases/tag/v1.4.4)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/fend?label=Chocolatey)](https://community.chocolatey.org/packages/fend)

[fend](https://printfn.github.io/fend) is an arbitrary-precision unit-aware calculator.
Expand Down
6 changes: 3 additions & 3 deletions automatic/fend/fend.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>fend</id>
<version>1.4.3</version>
<version>1.4.4</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/fend</packageSourceUrl>
<owners>dgalbraith</owners>
<title>fend - Arbitary-Precision Unit-Aware Calculator</title>
Expand Down Expand Up @@ -54,9 +54,9 @@ If you find it is out of date by more than a day or two, please contact the main
]]>
</description>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.3</releaseNotes>
<releaseNotes>https://github.com/printfn/fend/releases/tag/v1.4.4</releaseNotes>
<dependencies>
<dependency id="fend.install" version="[1.4.3]" />
<dependency id="fend.install" version="[1.4.4]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.install/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.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Software version](https://img.shields.io/badge/Source-v0.91.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.91.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.install?label=Chocolatey)](https://chocolatey.org/packages/nushell.install)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nushell/nushell/releases/tag/0.90.1
https://github.com/nushell/nushell/releases/tag/0.91.0

and download the archive nu-0.90.1-x86_64-pc-windows-msvc.msi using the relevant link in the
and download the archive nu-0.91.0-x86_64-pc-windows-msvc.msi using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.90.1/nu-0.90.1-x86_64-pc-windows-msvc.msi
https://github.com/nushell/nushell/releases/download/0.91.0/nu-0.91.0-x86_64-pc-windows-msvc.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.90.1-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.90.1-x86_64-pc-windows-msvc.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.91.0-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.91.0-x86_64-pc-windows-msvc.msi

File: nu-0.90.1-x86_64-pc-windows-msvc.msi
File: nu-0.91.0-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: E7B7A84B1C52AF6D31A659BE38E0301CA34F20312C3DF60DB984A9E7D8BE82E5
Checksum: 1F691C3F848A957B4AFE8B12F0052D3174C538D1584B0A14A5F68544903FC6BD

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.install/nushell.install.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.install</id>
<version>0.90.1</version>
<version>0.91.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,7 +58,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.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.90.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.91.0</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = 'Nu'
File64 = Join-Path $toolsDir 'nu-0.90.1-x86_64-pc-windows-msvc.msi'
File64 = Join-Path $toolsDir 'nu-0.91.0-x86_64-pc-windows-msvc.msi'
FileType = 'msi'
SilentArgs = '/qn /norestart'
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/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.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Software version](https://img.shields.io/badge/Source-v0.91.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.91.0)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.portable?label=Chocolatey)](https://chocolatey.org/packages/nushell.portable)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nushell/nushell/releases/tag/0.90.1
https://github.com/nushell/nushell/releases/tag/0.91.0

and download the archive nu-0.90.1-x86_64-pc-windows-msvc.zip using the relevant link in the
and download the archive nu-0.91.0-x86_64-pc-windows-msvc.zip using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.90.1/nu-0.90.1-x86_64-pc-windows-msvc.zip
https://github.com/nushell/nushell/releases/download/0.91.0/nu-0.91.0-x86_64-pc-windows-msvc.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.90.1-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.90.1-x86_64-pc-windows-msvc.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.91.0-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.91.0-x86_64-pc-windows-msvc.zip

File: nu-0.90.1-x86_64-pc-windows-msvc.zip
File: nu-0.91.0-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: A94F04EE39F2AAAA612C012D8BA441AA30B0B7166706DE070233292EF126BAC7
Checksum: 5B07F751CF5E75D857FF2E5D6F2DA607B532E7AC0E508452369AD1B467A58569

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.portable/nushell.portable.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.portable</id>
<version>0.90.1</version>
<version>0.91.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell (Portable)</title>
Expand Down Expand Up @@ -58,7 +58,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.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.90.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.91.0</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath64 = Join-Path $toolsDir 'nu-0.90.1-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.91.0-x86_64-pc-windows-msvc.zip'
Destination = $toolsDir
}

Expand Down
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.90.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.90.1)
[![Software version](https://img.shields.io/badge/Source-v0.91.0-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.91.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.90.1</version>
<version>0.91.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.90.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.91.0</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.90.1]" />
<dependency id="nushell.install" version="[0.91.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.5112-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.5252-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.5112</version>
<version>1.2.5252</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
Loading

0 comments on commit 9936955

Please sign in to comment.