mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
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:
parent
fac134832c
commit
c2dd2c0202
@ -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" />
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user