mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Bump PSReadLine from 2.2.2 to 2.2.5 in /src/Modules (#17252)
* Bump PSReadLine from 2.2.2 to 2.2.5 in /src/Modules Bumps PSReadLine from 2.2.2 to 2.2.5. --- updated-dependencies: - dependency-name: PSReadLine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update files.wxs * Cleanup Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com> Co-authored-by: Dongbo Wang <dongbow@microsoft.com>
This commit is contained in:
parent
0ea03f560d
commit
0ff843da99
@ -1843,11 +1843,6 @@
|
||||
<File Id="fil07E2CE764A83431CAFEF1132FEDBE039" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net6plus\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
|
||||
</Component>
|
||||
</Directory>
|
||||
<Directory Name="net461" Id="dir0BE8A79265FB414097A6FEEC3FD1A9DA">
|
||||
<Component Id="cmpFDAD012AF60E4E3A9281239CB2D1814A">
|
||||
<File Id="fil73F9E4ADB9644EA298A91C82BF1AE025" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net461\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
|
||||
</Component>
|
||||
</Directory>
|
||||
<Directory Name="_manifest" Id="dirAB7C5C1B9B094AFDB92B0579CB436378">
|
||||
<Directory Name="spdx_2.2" Id="dirC34C47323EC444F9ABBAD517851610A8">
|
||||
<Component Id="cmp6BFA61E2CB7C40E2A92575EBFC772B96">
|
||||
@ -1858,6 +1853,11 @@
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Name="net462" Id="dirE8193E9A93A04D29BC5ECCFAB1DB4704">
|
||||
<Component Id="cmpF735DF855B6A444E8874E7FD15796C37">
|
||||
<File Id="fil7C020FDFFB144CA4890E8288E91F6926" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net462\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Name="PowerShellGet" Id="dir49159A33EB06456C9C2C971815311A6A">
|
||||
<Directory Name="en-US" Id="dirF5EBE6CBD04149359D3582351CB4438D">
|
||||
@ -3777,7 +3777,6 @@
|
||||
<ComponentRef Id="cmp9207ABECCDB7479392AFC35A6133994E" />
|
||||
<ComponentRef Id="cmp6BFA61E2CB7C40E2A92575EBFC772B96" />
|
||||
<ComponentRef Id="cmp0F6EADB772B844B48C250D8F0469A19B" />
|
||||
<ComponentRef Id="cmpFDAD012AF60E4E3A9281239CB2D1814A" />
|
||||
<ComponentRef Id="cmp3F48AB8F48674965B721E9D5DE5AC19F" />
|
||||
<ComponentRef Id="cmpB9EF9DAB25064D92A757E7D390CC8922" />
|
||||
<ComponentRef Id="cmp092D1859608844F78D3211718ED31171" />
|
||||
@ -4214,6 +4213,7 @@
|
||||
<ComponentRef Id="cmp05AA3332D604464298B922F34672061F" />
|
||||
<ComponentRef Id="cmpFE56825F03274064A69AA43CA4B597C7" />
|
||||
<ComponentRef Id="cmp0AB1EF494922410AB17DC61097295172" />
|
||||
<ComponentRef Id="cmpF735DF855B6A444E8874E7FD15796C37" />
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<PackageReference Include="PowerShellGet" Version="2.2.5" />
|
||||
<PackageReference Include="PackageManagement" Version="1.4.7" />
|
||||
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
|
||||
<PackageReference Include="PSReadLine" Version="2.2.2" />
|
||||
<PackageReference Include="PSReadLine" Version="2.2.5" />
|
||||
<PackageReference Include="ThreadJob" Version="2.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user