Skip to content

Commit

Permalink
Bump PSReadLine from 2.2.6 to 2.3.4 (PowerShell#20305)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw committed Oct 3, 2023
1 parent 8f09e3c commit 109c242
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Modules/PSGalleryModules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="PackageManagement" Version="1.4.8.1" />
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="0.9.0-rc1" />
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
<PackageReference Include="PSReadLine" Version="2.2.6" />
<PackageReference Include="PSReadLine" Version="2.3.4" />
<PackageReference Include="ThreadJob" Version="2.0.3" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions test/powershell/Modules/PSReadLine/PSReadLine.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Describe "PSReadLine" -tags "CI" {
Import-Module PSReadLine
$module = Get-Module PSReadLine
$module.Name | Should -BeExactly 'PSReadLine'
$module.Version | Should -Match '^2.2.\d$'
$module.Version | Should -Match '^2.3.\d$'
}

It "Should be installed to `$PSHOME" {
$module = Get-Module (Join-Path -Path $PSHOME -ChildPath "Modules" -AdditionalChildPath "PSReadLine") -ListAvailable
$module.Name | Should -BeExactly 'PSReadLine'
$module.Version | Should -Match '^2.2.\d$'
$module.Version | Should -Match '^2.3.\d$'
$module.Path | Should -Be (Join-Path -Path $PSHOME -ChildPath "Modules/PSReadLine/PSReadLine.psd1")
}

Expand Down
6 changes: 5 additions & 1 deletion tools/packaging/boms/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,10 @@
"Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psd1",
"FileType": "NonProduct"
},
{
"Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psm1",
"FileType": "NonProduct"
},
{
"Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Notice.txt",
"FileType": "NonProduct"
Expand Down Expand Up @@ -900,7 +904,7 @@
"FileType": "NonProduct"
},
{
"Pattern": "Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psm1",
"Pattern": "Modules\\PSReadLine\\_manifest\\spdx_2.2\\manifest.cat",
"FileType": "NonProduct"
},
{
Expand Down

0 comments on commit 109c242

Please sign in to comment.