PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">Microsoft.PowerShell.PSResourceGet</S> <S N="Version">0.5.23-beta23</S> <S N="Type">Module</S> <S N="Description">PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.</S> <S N="Author">Microsoft Corporation</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>alerickson</S> <S>anamnavi</S> </LST> </Obj> <S N="Copyright">(c) Microsoft Corporation. All rights reserved.</S> <DT N="PublishedDate">2023-07-27T06:30:08-07:00</DT> <Obj N="InstalledDate" RefId="2"> <DT>2023-07-27T09:05:30.6286311-07:00</DT> <MS> <Obj N="DisplayHint" RefId="3"> <TN RefId="2"> <T>Microsoft.PowerShell.Commands.DisplayHintType</T> <T>System.Enum</T> <T>System.ValueType</T> <T>System.Object</T> </TN> <ToString>DateTime</ToString> <I32>2</I32> </Obj> </MS> </Obj> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://go.microsoft.com/fwlink/?LinkId=829061</URI> <URI N="ProjectUri">https://go.microsoft.com/fwlink/?LinkId=828955</URI> <Nil N="IconUri" /> <Obj N="Tags" RefId="4"> <TNRef RefId="1" /> <LST> <S>PackageManagement</S> <S>PSEdition_Desktop</S> <S>PSEdition_Core</S> <S>Linux</S> <S>Mac</S> <S>Windows</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="5"> <TN RefId="3"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST> <S>Import-PSGetRepository</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">RoleCapability</S> <Ref N="Value" RefId="7" /> </En> <En> <S N="Key">Workflow</S> <Ref N="Value" RefId="7" /> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST> <S>Find-PSResource</S> <S>Get-InstalledPSResource</S> <S>Get-PSResourceRepository</S> <S>Get-PSScriptFileInfo</S> <S>Install-PSResource</S> <S>Register-PSResourceRepository</S> <S>Save-PSResource</S> <S>Set-PSResourceRepository</S> <S>New-PSScriptFileInfo</S> <S>Test-PSScriptFileInfo</S> <S>Update-PSScriptFileInfo</S> <S>Publish-PSResource</S> <S>Uninstall-PSResource</S> <S>Unregister-PSResourceRepository</S> <S>Update-PSModuleManifest</S> <S>Update-PSResource</S> </LST> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="9"> <TNRef RefId="1" /> <LST> <S>Find-PSResource</S> <S>Get-InstalledPSResource</S> <S>Get-PSResourceRepository</S> <S>Get-PSScriptFileInfo</S> <S>Install-PSResource</S> <S>Register-PSResourceRepository</S> <S>Save-PSResource</S> <S>Set-PSResourceRepository</S> <S>New-PSScriptFileInfo</S> <S>Test-PSScriptFileInfo</S> <S>Update-PSScriptFileInfo</S> <S>Publish-PSResource</S> <S>Uninstall-PSResource</S> <S>Unregister-PSResourceRepository</S> <S>Update-PSModuleManifest</S> <S>Update-PSResource</S> <S>Import-PSGetRepository</S> </LST> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">## 0.5.23-beta23_x000D__x000A__x000D__x000A_### Breaking Changes_x000D__x000A__x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- *-PSResourceRepository -Uri now accepting PSPaths (#1269)_x000D__x000A_- Add aliases for Install-PSResource, Find-PSResource, Update-PSResource, Publish-PSResource (#1264)_x000D__x000A_- Add custom user agent string to API calls (#1260)_x000D__x000A_- Support install for NuGet.Server application hosted feed (#1253)_x000D__x000A_- Add support for NuGet.Server application hosted feeds (#1236)_x000D__x000A_- Add Import-PSGetRepository function to import existing v2 PSRepositories into PSResourceRepositories. (#1221)_x000D__x000A_- Add 'Get-PSResource' alias to 'Get-InstalledPSResource' (#1216)_x000D__x000A_- Add -ApiVersion parameter to Set-PSResourceRepository (#1207)_x000D__x000A_- Add support for FindNameGlobbing scenarios (i.e -Name az*) for MyGet server repository (V3) (#1202)_x000D__x000A__x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Better error handling for scenario where repo ApiVersion is unknown and allow for PSPaths as URI for registered repositories (#1288)_x000D__x000A_- Bugfix for Uninstall should be able to remove older versions of a package that are not a dependency (#1287)_x000D__x000A_- Bugfix for Publish finding prerelease dependency versions. (#1283)_x000D__x000A_- Fix Pagination for V3 search with globbing scenarios (#1277)_x000D__x000A_- Update message for -WhatIf in Install-PSResource, Save-PSResource, and Update-PSResource (#1274)_x000D__x000A_- Bug fix for publishing with ExternalModuleDependencies (#1271)_x000D__x000A_- Support Credential Persistence for Publish-PSResource (#1268)_x000D__x000A_- Update Save-PSResource -Path param so it defaults to the current working directory (#1265)_x000D__x000A_- Update dependency error message in Publish-PSResource (#1263)_x000D__x000A_- Bug fixes for script metadata (#1259)_x000D__x000A_- Fix error message for Publish-PSResource for MyGet.org feeds (#1256)_x000D__x000A_- Bug fix for version ranges with prerelease versions not returning the correct versions (#1255)_x000D__x000A_- Bug fix for file path version must match psd1 version error when publishing (#1254)_x000D__x000A_- Bug fix for searching through local repositories with -Type parameter (#1252)_x000D__x000A_- Allow environment variables in module manifests (#1249)_x000D__x000A_- Updating prerelease version should update to latest prerelease version (#1238)_x000D__x000A_- Fix InstallHelper call to GetEnvironmentVariable() on Unix (#1237)_x000D__x000A_- Update build script to resolve module loading error (#1234)_x000D__x000A_- Enable UNC Paths for local repositories, source directories and destination directories (#1229)_x000D__x000A_- Improve better error handling for -Path in Publish-PSResource (#1227)_x000D__x000A_- Bug fix for RequireLicenseAcceptance in Publish-PSResource (#1225)_x000D__x000A_- Provide clearer error handling for V3 Publish support (#1224)_x000D__x000A_- Fix bug with version parsing in Publish-PSResource (#1223)_x000D__x000A_- Improve error handling for Find-PSResource (#1222)_x000D__x000A_- Add error handling to Get-InstalledPSResource and Find-PSResource (#1217)_x000D__x000A_- Improve error handling in Uninstall-PSResource (#1215)_x000D__x000A_- Change resolved paths to use GetResolvedProviderPathFromPSPath (#1209)_x000D__x000A_- Bug fix for Get-InstalledPSResource returning type of scripts as module (#1198)_x000D__x000A_ _x000D__x000A__x000D__x000A_## 0.5.22-beta22_x000D__x000A__x000D__x000A_### Breaking Changes_x000D__x000A_- PowerShellGet is now PSResourceGet! (#1164)_x000D__x000A_- Update-PSScriptFile is now Update-PSScriptFileInfo (#1140)_x000D__x000A_- New-PSScriptFile is now New-PSScriptFileInfo (#1140)_x000D__x000A_- Update-ModuleManifest is now Update-PSModuleManifest (#1139)_x000D__x000A_- -Tags parameter changed to -Tag in New-PSScriptFile, Update-PSScriptFileInfo, and Update-ModuleManifest (#1123)_x000D__x000A_- Change the type of -InputObject from PSResource to PSResource[] for Install-PSResource, Save-PSResource, and Uninstall-PSResource (#1124)_x000D__x000A_- PSModulePath is no longer referenced when searching paths (#1154)_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Support for Azure Artifacts, GitHub Packages, and Artifactory (#1167, #1180)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Filter out unlisted packages (#1172, #1161)_x000D__x000A_- Add paging for V3 server requests (#1170)_x000D__x000A_- Support for floating versions (#1117)_x000D__x000A_- Update, Save, and Install with wildcard gets the latest version within specified range (#1117)_x000D__x000A_- Add positonal parameter for -Path in Publish-PSResource (#1111)_x000D__x000A_- Uninstall-PSResource -WhatIf now shows version and path of package being uninstalled (#1116)_x000D__x000A_- Find returns packages from the highest priority repository only (#1155)_x000D__x000A_- Bug fix for PSCredentialInfo constructor (#1156)_x000D__x000A_- Bug fix for Install-PSResource -NoClobber parameter (#1121)_x000D__x000A_- Save-PSResource now searches through all repos when no repo is specified (#1125)_x000D__x000A_- Caching for improved performance in Uninstall-PSResource (#1175)_x000D__x000A_- Bug fix for parsing package tags from local repository (#1119)_x000D__x000A__x000D__x000A_See change log (CHANGELOG.md) at https://github.com/PowerShell/PSResourceGet</S> <Obj N="Dependencies" RefId="10"> <TNRef RefId="1" /> <LST /> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="11"> <TN RefId="4"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">(c) Microsoft Corporation. All rights reserved.</S> <S N="description">PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.</S> <S N="requireLicenseAcceptance">False</S> <S N="releaseNotes">## 0.5.23-beta23_x000D__x000A__x000D__x000A_### Breaking Changes_x000D__x000A__x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- *-PSResourceRepository -Uri now accepting PSPaths (#1269)_x000D__x000A_- Add aliases for Install-PSResource, Find-PSResource, Update-PSResource, Publish-PSResource (#1264)_x000D__x000A_- Add custom user agent string to API calls (#1260)_x000D__x000A_- Support install for NuGet.Server application hosted feed (#1253)_x000D__x000A_- Add support for NuGet.Server application hosted feeds (#1236)_x000D__x000A_- Add Import-PSGetRepository function to import existing v2 PSRepositories into PSResourceRepositories. (#1221)_x000D__x000A_- Add 'Get-PSResource' alias to 'Get-InstalledPSResource' (#1216)_x000D__x000A_- Add -ApiVersion parameter to Set-PSResourceRepository (#1207)_x000D__x000A_- Add support for FindNameGlobbing scenarios (i.e -Name az*) for MyGet server repository (V3) (#1202)_x000D__x000A__x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Better error handling for scenario where repo ApiVersion is unknown and allow for PSPaths as URI for registered repositories (#1288)_x000D__x000A_- Bugfix for Uninstall should be able to remove older versions of a package that are not a dependency (#1287)_x000D__x000A_- Bugfix for Publish finding prerelease dependency versions. (#1283)_x000D__x000A_- Fix Pagination for V3 search with globbing scenarios (#1277)_x000D__x000A_- Update message for -WhatIf in Install-PSResource, Save-PSResource, and Update-PSResource (#1274)_x000D__x000A_- Bug fix for publishing with ExternalModuleDependencies (#1271)_x000D__x000A_- Support Credential Persistence for Publish-PSResource (#1268)_x000D__x000A_- Update Save-PSResource -Path param so it defaults to the current working directory (#1265)_x000D__x000A_- Update dependency error message in Publish-PSResource (#1263)_x000D__x000A_- Bug fixes for script metadata (#1259)_x000D__x000A_- Fix error message for Publish-PSResource for MyGet.org feeds (#1256)_x000D__x000A_- Bug fix for version ranges with prerelease versions not returning the correct versions (#1255)_x000D__x000A_- Bug fix for file path version must match psd1 version error when publishing (#1254)_x000D__x000A_- Bug fix for searching through local repositories with -Type parameter (#1252)_x000D__x000A_- Allow environment variables in module manifests (#1249)_x000D__x000A_- Updating prerelease version should update to latest prerelease version (#1238)_x000D__x000A_- Fix InstallHelper call to GetEnvironmentVariable() on Unix (#1237)_x000D__x000A_- Update build script to resolve module loading error (#1234)_x000D__x000A_- Enable UNC Paths for local repositories, source directories and destination directories (#1229)_x000D__x000A_- Improve better error handling for -Path in Publish-PSResource (#1227)_x000D__x000A_- Bug fix for RequireLicenseAcceptance in Publish-PSResource (#1225)_x000D__x000A_- Provide clearer error handling for V3 Publish support (#1224)_x000D__x000A_- Fix bug with version parsing in Publish-PSResource (#1223)_x000D__x000A_- Improve error handling for Find-PSResource (#1222)_x000D__x000A_- Add error handling to Get-InstalledPSResource and Find-PSResource (#1217)_x000D__x000A_- Improve error handling in Uninstall-PSResource (#1215)_x000D__x000A_- Change resolved paths to use GetResolvedProviderPathFromPSPath (#1209)_x000D__x000A_- Bug fix for Get-InstalledPSResource returning type of scripts as module (#1198)_x000D__x000A_ _x000D__x000A__x000D__x000A_## 0.5.22-beta22_x000D__x000A__x000D__x000A_### Breaking Changes_x000D__x000A_- PowerShellGet is now PSResourceGet! (#1164)_x000D__x000A_- Update-PSScriptFile is now Update-PSScriptFileInfo (#1140)_x000D__x000A_- New-PSScriptFile is now New-PSScriptFileInfo (#1140)_x000D__x000A_- Update-ModuleManifest is now Update-PSModuleManifest (#1139)_x000D__x000A_- -Tags parameter changed to -Tag in New-PSScriptFile, Update-PSScriptFileInfo, and Update-ModuleManifest (#1123)_x000D__x000A_- Change the type of -InputObject from PSResource to PSResource[] for Install-PSResource, Save-PSResource, and Uninstall-PSResource (#1124)_x000D__x000A_- PSModulePath is no longer referenced when searching paths (#1154)_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Support for Azure Artifacts, GitHub Packages, and Artifactory (#1167, #1180)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Filter out unlisted packages (#1172, #1161)_x000D__x000A_- Add paging for V3 server requests (#1170)_x000D__x000A_- Support for floating versions (#1117)_x000D__x000A_- Update, Save, and Install with wildcard gets the latest version within specified range (#1117)_x000D__x000A_- Add positonal parameter for -Path in Publish-PSResource (#1111)_x000D__x000A_- Uninstall-PSResource -WhatIf now shows version and path of package being uninstalled (#1116)_x000D__x000A_- Find returns packages from the highest priority repository only (#1155)_x000D__x000A_- Bug fix for PSCredentialInfo constructor (#1156)_x000D__x000A_- Bug fix for Install-PSResource -NoClobber parameter (#1121)_x000D__x000A_- Save-PSResource now searches through all repos when no repo is specified (#1125)_x000D__x000A_- Caching for improved performance in Uninstall-PSResource (#1175)_x000D__x000A_- Bug fix for parsing package tags from local repository (#1119)_x000D__x000A__x000D__x000A_See change log (CHANGELOG.md) at https://github.com/PowerShell/PSResourceGet</S> <S N="isLatestVersion">False</S> <S N="isAbsoluteLatestVersion">True</S> <S N="versionDownloadCount">11</S> <S N="downloadCount">4546</S> <S N="packageSize">1938974</S> <S N="published">7/27/2023 6:30:08 AM -07:00</S> <S N="created">7/27/2023 6:30:08 AM -07:00</S> <S N="lastUpdated">7/27/2023 4:00:46 PM -07:00</S> <S N="tags">PackageManagement PSEdition_Desktop PSEdition_Core Linux Mac Windows PSModule PSCmdlet_Find-PSResource PSCommand_Find-PSResource PSCmdlet_Get-InstalledPSResource PSCommand_Get-InstalledPSResource PSCmdlet_Get-PSResourceRepository PSCommand_Get-PSResourceRepository PSCmdlet_Get-PSScriptFileInfo PSCommand_Get-PSScriptFileInfo PSCmdlet_Install-PSResource PSCommand_Install-PSResource PSCmdlet_Register-PSResourceRepository PSCommand_Register-PSResourceRepository PSCmdlet_Save-PSResource PSCommand_Save-PSResource PSCmdlet_Set-PSResourceRepository PSCommand_Set-PSResourceRepository PSCmdlet_New-PSScriptFileInfo PSCommand_New-PSScriptFileInfo PSCmdlet_Test-PSScriptFileInfo PSCommand_Test-PSScriptFileInfo PSCmdlet_Update-PSScriptFileInfo PSCommand_Update-PSScriptFileInfo PSCmdlet_Publish-PSResource PSCommand_Publish-PSResource PSCmdlet_Uninstall-PSResource PSCommand_Uninstall-PSResource PSCmdlet_Unregister-PSResourceRepository PSCommand_Unregister-PSResourceRepository PSCmdlet_Update-PSModuleManifest PSCommand_Update-PSModuleManifest PSCmdlet_Update-PSResource PSCommand_Update-PSResource PSIncludes_Cmdlet PSFunction_Import-PSGetRepository PSCommand_Import-PSGetRepository PSIncludes_Function</S> <S N="developmentDependency">False</S> <S N="updated">2023-07-27T16:00:46Z</S> <S N="NormalizedVersion">0.5.23-beta23</S> <S N="Authors">Microsoft Corporation</S> <S N="IsPrerelease">true</S> <S N="ItemType">Module</S> <S N="FileList">Microsoft.PowerShell.PSResourceGet.nuspec|dependencies\NuGet.Packaging.dll|LICENSE|dependencies\NuGet.ProjectModel.dll|Microsoft.PowerShell.PSResourceGet.dll|dependencies\NuGet.Protocol.dll|dependencies\NuGet.Versioning.dll|Microsoft.PowerShell.PSResourceGet.psd1|dependencies\System.Buffers.dll|Microsoft.PowerShell.PSResourceGet.psm1|dependencies\System.Memory.dll|Notice.txt|dependencies\System.Numerics.Vectors.dll|PSGet.Format.ps1xml|dependencies\System.Runtime.CompilerServices.Unsafe.dll|dependencies\Microsoft.Bcl.AsyncInterfaces.dll|dependencies\System.Text.Encodings.Web.dll|dependencies\Newtonsoft.Json.dll|dependencies\System.Text.Json.dll|dependencies\NuGet.Commands.dll|dependencies\System.Threading.Tasks.Extensions.dll|dependencies\NuGet.Common.dll|dependencies\System.ValueTuple.dll|dependencies\NuGet.Configuration.dll|_manifest\spdx_2.2\bsi.json|dependencies\NuGet.Credentials.dll|_manifest\spdx_2.2\manifest.cat|dependencies\NuGet.DependencyResolver.Core.dll|_manifest\spdx_2.2\manifest.spdx.json|dependencies\NuGet.Frameworks.dll|_manifest\spdx_2.2\manifest.spdx.json.sha256|dependencies\NuGet.LibraryModel.dll</S> <S N="GUID">e4e0bda1-0703-44a5-b70d-8fe704cd0643</S> <S N="PowerShellVersion">5.1</S> <S N="DotNetFrameworkVersion">2.0</S> <S N="CLRVersion">4.0.0</S> <S N="CompanyName">Microsoft Corporation</S> </MS> </Obj> <S N="InstalledLocation">C:\Users\adityap\Documents\PowerShell\Modules\Microsoft.PowerShell.PSResourceGet\0.5.23</S> </MS> </Obj> </Objs> |