Skip to content

Commit 7498139

Browse files
authored
Update Microsoft.PowerShell.PSResourceGet version to 1.2.0 (PowerShell#27003)
1 parent a76568c commit 7498139

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

src/Modules/PSGalleryModules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="PowerShellGet" Version="2.2.5" />
1515
<PackageReference Include="PackageManagement" Version="1.4.8.1" />
16-
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.2.0-rc3" />
16+
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.2.0" />
1717
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
1818
<PackageReference Include="PSReadLine" Version="2.4.5" />
1919
<PackageReference Include="Microsoft.PowerShell.ThreadJob" Version="2.2.0" />

tools/packaging/boms/windows.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,11 @@
12161216
"FileType": "NonProduct",
12171217
"Architecture": null
12181218
},
1219+
{
1220+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\.signature.p7s",
1221+
"FileType": "NonProduct",
1222+
"Architecture": null
1223+
},
12191224
{
12201225
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\Microsoft.PowerShell.PSResourceGet.pdb",
12211226
"FileType": "NonProduct",

0 commit comments

Comments
 (0)