Update PSResourceGet to v1.1.0-RC2 (#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>
This commit is contained in:
alerickson 2024-10-31 00:27:47 -07:00 committed by GitHub
parent fac134832c
commit c2dd2c0202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="PowerShellGet" Version="2.2.5" />
<PackageReference Include="PackageManagement" Version="1.4.8.1" />
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.0-preview2" />
<PackageReference Include="Microsoft.PowerShell.PSResourceGet" Version="1.1.0-rc2" />
<PackageReference Include="Microsoft.PowerShell.Archive" Version="1.2.5" />
<PackageReference Include="PSReadLine" Version="2.3.6" />
<PackageReference Include="ThreadJob" Version="2.0.3" />

View File

@ -787,14 +787,6 @@
"Pattern": "Microsoft.WSMan.Runtime.xml",
"FileType": "NonProduct"
},
{
"Pattern": "Modules/*.json",
"FileType": "NonProduct"
},
{
"Pattern": "Modules/*.sha256",
"FileType": "NonProduct"
},
{
"Pattern": "Modules/Microsoft.PowerShell.Archive/*.cat",
"FileType": "NonProduct"
@ -900,7 +892,11 @@
"FileType": "NonProduct"
},
{
"Pattern": "Modules\\PSReadLine\\_manifest\\spdx_2.2\\manifest.cat",
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.adml",
"FileType": "NonProduct"
},
{
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\PSResourceRepository.admx",
"FileType": "NonProduct"
},
{
@ -3455,6 +3451,10 @@
"Pattern": "Modules/PSDiagnostics/PSDiagnostics.psm1",
"FileType": "Product"
},
{
"Pattern": "Modules\\Microsoft.PowerShell.PSResourceGet\\InstallPSResourceGetPolicyDefinitions.ps1",
"FileType": "Product"
},
{
"Pattern": "pwsh.dll",
"FileType": "Product"