Skip to content

Commit 0ff843d

Browse files
dependabot[bot]TravisEz13daxian-dbw
authored
Bump PSReadLine from 2.2.2 to 2.2.5 in /src/Modules (PowerShell#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] <[email protected]> * Update files.wxs * Cleanup Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Travis Plunk <[email protected]> Co-authored-by: Dongbo Wang <[email protected]>
1 parent 0ea03f5 commit 0ff843d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

assets/wix/files.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,11 +1843,6 @@
18431843
<File Id="fil07E2CE764A83431CAFEF1132FEDBE039" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net6plus\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
18441844
</Component>
18451845
</Directory>
1846-
<Directory Name="net461" Id="dir0BE8A79265FB414097A6FEEC3FD1A9DA">
1847-
<Component Id="cmpFDAD012AF60E4E3A9281239CB2D1814A">
1848-
<File Id="fil73F9E4ADB9644EA298A91C82BF1AE025" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net461\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
1849-
</Component>
1850-
</Directory>
18511846
<Directory Name="_manifest" Id="dirAB7C5C1B9B094AFDB92B0579CB436378">
18521847
<Directory Name="spdx_2.2" Id="dirC34C47323EC444F9ABBAD517851610A8">
18531848
<Component Id="cmp6BFA61E2CB7C40E2A92575EBFC772B96">
@@ -1858,6 +1853,11 @@
18581853
</Component>
18591854
</Directory>
18601855
</Directory>
1856+
<Directory Name="net462" Id="dirE8193E9A93A04D29BC5ECCFAB1DB4704">
1857+
<Component Id="cmpF735DF855B6A444E8874E7FD15796C37">
1858+
<File Id="fil7C020FDFFB144CA4890E8288E91F6926" KeyPath="yes" Source="$(var.ProductSourcePath)\Modules\PSReadLine\net462\Microsoft.PowerShell.PSReadLine.Polyfiller.dll" />
1859+
</Component>
1860+
</Directory>
18611861
</Directory>
18621862
<Directory Name="PowerShellGet" Id="dir49159A33EB06456C9C2C971815311A6A">
18631863
<Directory Name="en-US" Id="dirF5EBE6CBD04149359D3582351CB4438D">
@@ -3777,7 +3777,6 @@
37773777
<ComponentRef Id="cmp9207ABECCDB7479392AFC35A6133994E" />
37783778
<ComponentRef Id="cmp6BFA61E2CB7C40E2A92575EBFC772B96" />
37793779
<ComponentRef Id="cmp0F6EADB772B844B48C250D8F0469A19B" />
3780-
<ComponentRef Id="cmpFDAD012AF60E4E3A9281239CB2D1814A" />
37813780
<ComponentRef Id="cmp3F48AB8F48674965B721E9D5DE5AC19F" />
37823781
<ComponentRef Id="cmpB9EF9DAB25064D92A757E7D390CC8922" />
37833782
<ComponentRef Id="cmp092D1859608844F78D3211718ED31171" />
@@ -4214,6 +4213,7 @@
42144213
<ComponentRef Id="cmp05AA3332D604464298B922F34672061F" />
42154214
<ComponentRef Id="cmpFE56825F03274064A69AA43CA4B597C7" />
42164215
<ComponentRef Id="cmp0AB1EF494922410AB17DC61097295172" />
4216+
<ComponentRef Id="cmpF735DF855B6A444E8874E7FD15796C37" />
42174217
</ComponentGroup>
42184218
</Fragment>
42194219
</Wix>

src/Modules/PSGalleryModules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="PowerShellGet" Version="2.2.5" />
1515
<PackageReference Include="PackageManagement" Version="1.4.7" />
1616
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
17-
<PackageReference Include="PSReadLine" Version="2.2.2" />
17+
<PackageReference Include="PSReadLine" Version="2.2.5" />
1818
<PackageReference Include="ThreadJob" Version="2.0.3" />
1919
</ItemGroup>
2020

0 commit comments

Comments
 (0)