10000 Update PSResourceGet to v1.1.0-RC2 (#24512) · awakecoding/PowerShell@c2dd2c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2dd2c0

Browse files
Update PSResourceGet to v1.1.0-RC2 (PowerShell#24512)
* Update PSResourceGet to v1.1.0-RC2 * Fix windows packaging * Update windows bom * Update version string to be lowercase --------- Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
1 parent fac1348 commit c2dd2c0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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.1.0-preview2" />
16+
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.0-rc2" />
1717
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
1818
<PackageReference Include="PSReadLine" Version="2.3.6" />
1919
<PackageReference Include="ThreadJob" Version="2.0.3" />

tools/packaging/boms/windows.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -787,14 +787,6 @@
787787
"Pattern": "Microsoft.WSMan.Runtime.xml",
788788
"FileType": "NonProduct"
789789
},
790-
{
791-
"Pattern": "Modules/*.json",
792-
"FileType": "NonProduct"
793-
},
794-
{
795-
"Pattern": "Modules/*.sha256",
796-
"FileType": "NonProduct"
797-
},
798790
{
799791
"Pattern": "Modules/Microsoft.PowerShell.Archive/*.cat",
800792
"FileType": "NonProduct"
@@ -900,7 +892,11 @@
900892
"FileType": "NonProduct"
901893
},
902894
{
903-
"Pattern": "Modules\\PSReadLine\\_manifest\\spdx_2.2\\manifest.cat",
895+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.adml",
896+
"FileType": "NonProduct"
897+
},
898+
{
899+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.admx",
904900
"FileType": "NonProduct"
905901
},
906902
{
@@ -3455,6 +3451,10 @@
34553451
"Pattern": "Modules/PSDiagnostics/PSDiagnostics.psm1",
34563452
"FileType": "Product"
34573453
},
3454+
{
3455+
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\InstallPSResourceGetPolicyDefinitions.ps1",
3456+
"FileType": "Product"
3457+
},
34583458
{
34593459
"Pattern": "pwsh.dll",
34603460
"FileType": "Product"

0 commit comments

Comments
 (0)
0