Skip to content

Commit

Permalink
[release/v7.4.2] Update PSReadLine to v2.3.5 for the next `v7.4.x…
Browse files Browse the repository at this point in the history
…` servicing release (#21414) (#21427)
  • Loading branch information
SeeminglyScience committed Apr 4, 2024
1 parent e1bcda3 commit 6b10aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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="1.0.1" />
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
<PackageReference Include="PSReadLine" Version="2.3.4" />
<PackageReference Include="PSReadLine" Version="2.3.5" />
<PackageReference Include="ThreadJob" Version="2.0.3" />
</ItemGroup>

Expand Down
4 changes: 4 additions & 0 deletions tools/packaging/boms/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,10 @@
"Pattern": "Modules\\PSReadLine\\_manifest\\spdx_2.2\\manifest.cat",
"FileType": "NonProduct"
},
{
"Pattern": "Modules\\PSReadLine\\.signature.p7s",
"FileType": "NonProduct"
},
{
"Pattern": "mscordaccore_*.dll",
"FileType": "NonProduct"
Expand Down

0 comments on commit 6b10aa2

Please sign in to comment.