diff --git a/src/Modules/PSGalleryModules.csproj b/src/Modules/PSGalleryModules.csproj
index f4d5d37475b..80a1b7e2022 100644
--- a/src/Modules/PSGalleryModules.csproj
+++ b/src/Modules/PSGalleryModules.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/powershell/Modules/PSReadLine/PSReadLine.Tests.ps1 b/test/powershell/Modules/PSReadLine/PSReadLine.Tests.ps1
index 6e5924d9c55..975f4f82da3 100644
--- a/test/powershell/Modules/PSReadLine/PSReadLine.Tests.ps1
+++ b/test/powershell/Modules/PSReadLine/PSReadLine.Tests.ps1
@@ -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")
}
diff --git a/tools/packaging/boms/windows.json b/tools/packaging/boms/windows.json
index f1a9bec1ed5..4ec63b872c2 100644
--- a/tools/packaging/boms/windows.json
+++ b/tools/packaging/boms/windows.json
@@ -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"
@@ -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"
},
{