Skip to content

Commit c1241ed

Browse files
pwshBotTravisEz13adityapatwardhan
authored
Update outdated package references (PowerShell#25232)
Co-authored-by: Travis Plunk <[email protected]> Co-authored-by: Aditya Patwardhan <[email protected]>
1 parent 84369c7 commit c1241ed

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

src/Modules/PSGalleryModules.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.1" />
1717
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
1818
<PackageReference Include="PSReadLine" Version="2.3.6" />
19-
<PackageReference Include="ThreadJob" Version="2.0.3" />
19+
<PackageReference Include="ThreadJob" Version="2.1.0" />
20+
<PackageReference Include="Microsoft.PowerShell.ThreadJob" Version="2.2.0" />
2021
</ItemGroup>
2122

2223
</Project>

tools/packaging/boms/windows.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -879,10 +879,6 @@
879879
"Pattern": "Modules/PSReadLine/*.txt",
880880
"FileType": "NonProduct"
881881
},
882-
{
883-
"Pattern": "Modules/ThreadJob/*.dll",
884-
"FileType": "NonProduct"
885-
},
886882
{
887883
"Pattern": "Modules/ThreadJob/*.psd1",
888884
"FileType": "NonProduct"
@@ -899,10 +895,34 @@
899895
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.admx",
900896
"FileType": "NonProduct"
901897
},
898+
{
899+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\.signature.p7s",
900+
"FileType": "NonProduct"
901+
},
902+
{
903+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\en-us\\Microsoft.PowerShell.ThreadJob.dll-Help.xml",
904+
"FileType": "NonProduct"
905+
},
906+
{
907+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\LICENSE",
908+
"FileType": "NonProduct"
909+
},
910+
{
911+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\ThirdPartyNotices.txt",
912+
"FileType": "NonProduct"
913+
},
902914
{
903915
"Pattern": "Modules\\PSReadLine\\.signature.p7s",
904916
"FileType": "NonProduct"
905917
},
918+
{
919+
"Pattern": "Modules\\ThreadJob\\.signature.p7s",
920+
"FileType": "NonProduct"
921+
},
922+
{
923+
"Pattern": "Modules\\ThreadJob\\ThreadJob.psm1",
924+
"FileType": "NonProduct"
925+
},
906926
{
907927
"Pattern": "mscordaccore_*.dll",
908928
"FileType": "NonProduct"
@@ -3471,6 +3491,14 @@
34713491
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\InstallPSResourceGetPolicyDefinitions.ps1",
34723492
"FileType": "Product"
34733493
},
3494+
{
3495+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\Microsoft.PowerShell.ThreadJob.dll",
3496+
"FileType": "Product"
3497+
},
3498+
{
3499+
"Pattern": "Modules\\Microsoft.PowerShell.ThreadJob\\Microsoft.PowerShell.ThreadJob.psd1",
3500+
"FileType": "Product"
3501+
},
34743502
{
34753503
"Pattern": "pwsh.dll",
34763504
"FileType": "Product"

0 commit comments

Comments
 (0)