WindowsPowerShell/Modules/PSResourceGet/0.5.22/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">PSResourceGet</S>
      <S N="Version">0.5.22-beta22</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-06-07T22:55:39-07:00</DT>
      <Obj N="InstalledDate" RefId="2">
        <DT>2023-06-07T16:31:36.5619823-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 />
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</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">DscResource</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="10">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="11">
              <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>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">## 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="12">
        <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="13">
        <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.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">1</S>
          <S N="downloadCount">1</S>
          <S N="packageSize">1921099</S>
          <S N="published">6/7/2023 10:55:39 PM -07:00</S>
          <S N="created">6/7/2023 10:55:39 PM -07:00</S>
          <S N="lastUpdated">6/7/2023 11:07:50 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</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2023-06-07T23:07:50Z</S>
          <S N="NormalizedVersion">0.5.22-beta22</S>
          <S N="Authors">Microsoft Corporation</S>
          <S N="IsPrerelease">true</S>
          <S N="ItemType">Module</S>
          <S N="FileList">PSResourceGet.nuspec|dependencies\NuGet.ProjectModel.dll|LICENSE|dependencies\NuGet.Protocol.dll|Notice.txt|dependencies\NuGet.Versioning.dll|PSGet.Format.ps1xml|dependencies\System.Buffers.dll|PSResourceGet.dll|dependencies\System.Memory.dll|dependencies\System.Numerics.Vectors.dll|PSResourceGet.psd1|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|dependencies\NuGet.Packaging.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">\\Mac\Home\Documents\WindowsPowerShell\Modules\PSResourceGet\0.5.22</S>
    </MS>
  </Obj>
</Objs>