PowerShell/Modules/PowerShellGet/3.0.21/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">PowerShellGet</S>
      <S N="Version">3.0.21-beta21</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>PowerShellTeam</S>
          <S>alerickson</S>
          <S>anamnavi</S>
        </LST>
      </Obj>
      <S N="Copyright">(c) Microsoft Corporation. All rights reserved.</S>
      <DT N="PublishedDate">2023-05-10T17:03:53-07:00</DT>
      <Obj N="InstalledDate" RefId="2">
        <DT>2023-05-22T15:20:59.3357642-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">Command</S>
            <Obj N="Value" RefId="6">
              <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-PSScriptFile</S>
                <S>Test-PSScriptFile</S>
                <S>Update-PSScriptFileInfo</S>
                <S>Publish-PSResource</S>
                <S>Uninstall-PSResource</S>
                <S>Unregister-PSResourceRepository</S>
                <S>Update-ModuleManifest</S>
                <S>Update-PSResource</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">Workflow</S>
            <Ref N="Value" RefId="7" />
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Ref N="Value" RefId="7" />
          </En>
          <En>
            <S N="Key">Function</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-PSScriptFile</S>
                <S>Test-PSScriptFile</S>
                <S>Update-PSScriptFileInfo</S>
                <S>Publish-PSResource</S>
                <S>Uninstall-PSResource</S>
                <S>Unregister-PSResourceRepository</S>
                <S>Update-ModuleManifest</S>
                <S>Update-PSResource</S>
              </LST>
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">## 3.0.21-beta21_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Move off of NuGet client APIs for local repositories (#1065)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Update properties on PSResourceInfo object (#1077)_x000D__x000A_- Rename PSScriptFileInfo and Get-PSResource cmdlets (#1071)_x000D__x000A_- fix ValueFromPipelineByPropertyName on Save, Install (#1070)_x000D__x000A_- add Help message for mandatory params across cmdlets (#1068)_x000D__x000A_- fix version range bug for Update-PSResource (#1067)_x000D__x000A_- Fix attribute bugfixes for Find and Install params (#1066)_x000D__x000A_- Correct Unexpected spelling of Unexpected (#1059)_x000D__x000A_- Resolve bug with Find-PSResource -Type Module not returning modules (#1050)_x000D__x000A_- Inject credentials to ISettings to pass them into PushRunner (#993)_x000D__x000A__x000D__x000A_## 3.0.20-beta20_x000D__x000A__x000D__x000A_- Move off of NuGet client APIs and use direct REST API calls for remote repositories (#1023)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Updates to dependency installation (#1010) (#996) (#907)_x000D__x000A_- Update to retrieving all packages installed on machine (#999)_x000D__x000A_- PSResourceInfo version correctly displays 2 or 3 digit version numbers (#697)_x000D__x000A_- Using `Find-PSresource` with `-CommandName` or `-DSCResourceName` parameters returns an object with a properly expanded ParentResource member (#754)_x000D__x000A_- `Find-PSResource` no longer returns duplicate results (#755)_x000D__x000A_- `Find-PSResource` lists repository 'PSGalleryScripts' which does not exist for `Get-PSResourceRepository` (#1028)_x000D__x000A__x000D__x000A_## 3.0.19-beta19_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add `-SkipModuleManifestValidate` parameter to `Publish-PSResource` (#904)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Add new parameter sets for `-IncludeXml` and `-AsNupkg` parameters in `Install-PSResource` (#910)_x000D__x000A_- Change warning to error in `Update-PSResource` when no module is already installed (#909)_x000D__x000A_- Fix `-NoClobber` bug throwing error in `Install-PSResource` (#908)_x000D__x000A_- Remove warning when installing dependencies (#907)_x000D__x000A_- Remove Proxy parameters from `Register-PSResourceRepository` (#906)_x000D__x000A_- Remove -PassThru parameter from `Update-ModuleManifest` (#900)_x000D__x000A__x000D__x000A_## 3.0.18-beta18_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add Get-PSScriptFileInfo cmdlet (#839)_x000D__x000A_- Allow CredentialInfo parameter to accept a hashtable (#836)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Publish-PSResource now preserves folder and file structure (#882)_x000D__x000A_- Fix verbose message for untrusted repos gaining trust (#841)_x000D__x000A_- Fix for Update-PSResource attempting to reinstall latest preview version (#834)_x000D__x000A_- Add SupportsWildcards() attribute to parameters accepting wildcards (#833)_x000D__x000A_- Perform Repository trust check when installing a package (#831)_x000D__x000A_- Fix casing of `PSResource` in `Install-PSResource` (#820)_x000D__x000A_- Update .nuspec 'license' property to 'licenseUrl' (#850)_x000D__x000A__x000D__x000A_## 3.0.17-beta17_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add -TemporaryPath parameter to Install-PSResource, Save-PSResource, and Update-PSResource (#763)_x000D__x000A_- Add String and SecureString as credential types in PSCredentialInfo (#764)_x000D__x000A_- Add a warning for when the script installation path is not in Path variable (#750)_x000D__x000A_- Expand acceptable paths for Publish-PSResource (Module root directory, module manifest file, script file)(#704)_x000D__x000A_- Add -Force parameter to Register-PSResourceRepository cmdlet, to override an existing repository (#717)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Change casing of -IncludeXML to -IncludeXml (#739)_x000D__x000A_- Update priority range for PSResourceRepository to 0-100 (#741)_x000D__x000A_- Editorial pass on cmdlet reference (#743)_x000D__x000A_- Fix issue when PSScriptInfo has no empty lines (#744)_x000D__x000A_- Make ConfirmImpact low for Register-PSResourceRepository and Save-PSResource (#745)_x000D__x000A_- Fix -PassThru for Set-PSResourceRepository cmdlet to return all properties (#748)_x000D__x000A_- Rename -FilePath parameter to -Path for PSScriptFileInfo cmdlets (#765)_x000D__x000A_- Fix RequiredModules description and add Find example to docs (#769)_x000D__x000A_- Remove unneeded inheritance in InstallHelper.cs (#773)_x000D__x000A_- Make -Path a required parameter for Save-PSResource cmdlet (#780)_x000D__x000A_- Improve script validation for publishing and installing (#781)_x000D__x000A__x000D__x000A_## 3.0.16-beta16_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Update NuGet dependency packages for security vulnerabilities (#733)_x000D__x000A__x000D__x000A_## 3.0.15-beta15_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Implementation of New-ScriptFileInfo, Update-ScriptFileInfo, and Test-ScriptFileInfo cmdlets (#708)_x000D__x000A_- Implementation of Update-ModuleManifest cmdlet (#677)_x000D__x000A_- Implentation of Authenticode validation via -AuthenticodeCheck for Install-PSResource (#632)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for installing modules with manifests that contain dynamic script blocks (#681)_x000D__x000A__x000D__x000A_## 3.0.14-beta14_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for repository store (#661)_x000D__x000A__x000D__x000A_## 3.0.13-beta_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Implementation of -RequiredResourceFile and -RequiredResource parameters for Install-PSResource (#610, #592)_x000D__x000A_- Scope parameters for Get-PSResource and Uninstall-PSResource (#639)_x000D__x000A_- Support for credential persistence (#480 Thanks @cansuerdogan!)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for publishing scripts (#642)_x000D__x000A_- Bug fix for publishing modules with 'RequiredModules' specified in the module manifest (#640)_x000D__x000A__x000D__x000A_### Changes_x000D__x000A_- 'SupportsWildcard' attribute added to Find-PSResource, Get-PSResource, Get-PSResourceRepository, Uninstall-PSResource, and Update-PSResource (#658)_x000D__x000A_- Updated help documentation (#651)_x000D__x000A_- -Repositories parameter changed to singular -Repository in Register-PSResource and Set-PSResource (#645)_x000D__x000A_- Better prerelease support for Uninstall-PSResource (#593)_x000D__x000A_- Rename PSResourceInfo's PrereleaseLabel property to match Prerelease column displayed (#591)_x000D__x000A_- Renaming of parameters -Url to -Uri (#551 Thanks @fsackur!)_x000D__x000A__x000D__x000A_See change log (CHANGELOG.md) at https://github.com/PowerShell/PowerShellGet</S>
      <Obj N="Dependencies" RefId="9">
        <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="10">
        <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">## 3.0.21-beta21_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Move off of NuGet client APIs for local repositories (#1065)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Update properties on PSResourceInfo object (#1077)_x000D__x000A_- Rename PSScriptFileInfo and Get-PSResource cmdlets (#1071)_x000D__x000A_- fix ValueFromPipelineByPropertyName on Save, Install (#1070)_x000D__x000A_- add Help message for mandatory params across cmdlets (#1068)_x000D__x000A_- fix version range bug for Update-PSResource (#1067)_x000D__x000A_- Fix attribute bugfixes for Find and Install params (#1066)_x000D__x000A_- Correct Unexpected spelling of Unexpected (#1059)_x000D__x000A_- Resolve bug with Find-PSResource -Type Module not returning modules (#1050)_x000D__x000A_- Inject credentials to ISettings to pass them into PushRunner (#993)_x000D__x000A__x000D__x000A_## 3.0.20-beta20_x000D__x000A__x000D__x000A_- Move off of NuGet client APIs and use direct REST API calls for remote repositories (#1023)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Updates to dependency installation (#1010) (#996) (#907)_x000D__x000A_- Update to retrieving all packages installed on machine (#999)_x000D__x000A_- PSResourceInfo version correctly displays 2 or 3 digit version numbers (#697)_x000D__x000A_- Using `Find-PSresource` with `-CommandName` or `-DSCResourceName` parameters returns an object with a properly expanded ParentResource member (#754)_x000D__x000A_- `Find-PSResource` no longer returns duplicate results (#755)_x000D__x000A_- `Find-PSResource` lists repository 'PSGalleryScripts' which does not exist for `Get-PSResourceRepository` (#1028)_x000D__x000A__x000D__x000A_## 3.0.19-beta19_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add `-SkipModuleManifestValidate` parameter to `Publish-PSResource` (#904)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Add new parameter sets for `-IncludeXml` and `-AsNupkg` parameters in `Install-PSResource` (#910)_x000D__x000A_- Change warning to error in `Update-PSResource` when no module is already installed (#909)_x000D__x000A_- Fix `-NoClobber` bug throwing error in `Install-PSResource` (#908)_x000D__x000A_- Remove warning when installing dependencies (#907)_x000D__x000A_- Remove Proxy parameters from `Register-PSResourceRepository` (#906)_x000D__x000A_- Remove -PassThru parameter from `Update-ModuleManifest` (#900)_x000D__x000A__x000D__x000A_## 3.0.18-beta18_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add Get-PSScriptFileInfo cmdlet (#839)_x000D__x000A_- Allow CredentialInfo parameter to accept a hashtable (#836)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Publish-PSResource now preserves folder and file structure (#882)_x000D__x000A_- Fix verbose message for untrusted repos gaining trust (#841)_x000D__x000A_- Fix for Update-PSResource attempting to reinstall latest preview version (#834)_x000D__x000A_- Add SupportsWildcards() attribute to parameters accepting wildcards (#833)_x000D__x000A_- Perform Repository trust check when installing a package (#831)_x000D__x000A_- Fix casing of `PSResource` in `Install-PSResource` (#820)_x000D__x000A_- Update .nuspec 'license' property to 'licenseUrl' (#850)_x000D__x000A__x000D__x000A_## 3.0.17-beta17_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Add -TemporaryPath parameter to Install-PSResource, Save-PSResource, and Update-PSResource (#763)_x000D__x000A_- Add String and SecureString as credential types in PSCredentialInfo (#764)_x000D__x000A_- Add a warning for when the script installation path is not in Path variable (#750)_x000D__x000A_- Expand acceptable paths for Publish-PSResource (Module root directory, module manifest file, script file)(#704)_x000D__x000A_- Add -Force parameter to Register-PSResourceRepository cmdlet, to override an existing repository (#717)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Change casing of -IncludeXML to -IncludeXml (#739)_x000D__x000A_- Update priority range for PSResourceRepository to 0-100 (#741)_x000D__x000A_- Editorial pass on cmdlet reference (#743)_x000D__x000A_- Fix issue when PSScriptInfo has no empty lines (#744)_x000D__x000A_- Make ConfirmImpact low for Register-PSResourceRepository and Save-PSResource (#745)_x000D__x000A_- Fix -PassThru for Set-PSResourceRepository cmdlet to return all properties (#748)_x000D__x000A_- Rename -FilePath parameter to -Path for PSScriptFileInfo cmdlets (#765)_x000D__x000A_- Fix RequiredModules description and add Find example to docs (#769)_x000D__x000A_- Remove unneeded inheritance in InstallHelper.cs (#773)_x000D__x000A_- Make -Path a required parameter for Save-PSResource cmdlet (#780)_x000D__x000A_- Improve script validation for publishing and installing (#781)_x000D__x000A__x000D__x000A_## 3.0.16-beta16_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Update NuGet dependency packages for security vulnerabilities (#733)_x000D__x000A__x000D__x000A_## 3.0.15-beta15_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Implementation of New-ScriptFileInfo, Update-ScriptFileInfo, and Test-ScriptFileInfo cmdlets (#708)_x000D__x000A_- Implementation of Update-ModuleManifest cmdlet (#677)_x000D__x000A_- Implentation of Authenticode validation via -AuthenticodeCheck for Install-PSResource (#632)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for installing modules with manifests that contain dynamic script blocks (#681)_x000D__x000A__x000D__x000A_## 3.0.14-beta14_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for repository store (#661)_x000D__x000A__x000D__x000A_## 3.0.13-beta_x000D__x000A__x000D__x000A_### New Features_x000D__x000A_- Implementation of -RequiredResourceFile and -RequiredResource parameters for Install-PSResource (#610, #592)_x000D__x000A_- Scope parameters for Get-PSResource and Uninstall-PSResource (#639)_x000D__x000A_- Support for credential persistence (#480 Thanks @cansuerdogan!)_x000D__x000A__x000D__x000A_### Bug Fixes_x000D__x000A_- Bug fix for publishing scripts (#642)_x000D__x000A_- Bug fix for publishing modules with 'RequiredModules' specified in the module manifest (#640)_x000D__x000A__x000D__x000A_### Changes_x000D__x000A_- 'SupportsWildcard' attribute added to Find-PSResource, Get-PSResource, Get-PSResourceRepository, Uninstall-PSResource, and Update-PSResource (#658)_x000D__x000A_- Updated help documentation (#651)_x000D__x000A_- -Repositories parameter changed to singular -Repository in Register-PSResource and Set-PSResource (#645)_x000D__x000A_- Better prerelease support for Uninstall-PSResource (#593)_x000D__x000A_- Rename PSResourceInfo's PrereleaseLabel property to match Prerelease column displayed (#591)_x000D__x000A_- Renaming of parameters -Url to -Uri (#551 Thanks @fsackur!)_x000D__x000A__x000D__x000A_See change log (CHANGELOG.md) at https://github.com/PowerShell/PowerShellGet</S>
          <S N="isLatestVersion">False</S>
          <S N="isAbsoluteLatestVersion">True</S>
          <S N="versionDownloadCount">1929</S>
          <S N="downloadCount">137444227</S>
          <S N="packageSize">1849918</S>
          <S N="published">5/10/2023 5:03:53 PM -07:00</S>
          <S N="created">5/10/2023 5:03:53 PM -07:00</S>
          <S N="lastUpdated">5/22/2023 10:14:54 PM -07:00</S>
          <S N="tags">PackageManagement PSEdition_Desktop PSEdition_Core Linux Mac Windows PSModule</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2023-05-22T22:14:54Z</S>
          <S N="NormalizedVersion">3.0.21-beta21</S>
          <S N="Authors">Microsoft Corporation</S>
          <S N="IsPrerelease">true</S>
          <S N="ItemType">Module</S>
          <S N="FileList">PowerShellGet.nuspec|net472\NuGet.Protocol.dll|LICENSE|net472\NuGet.Versioning.dll|Notice.txt|net472\PowerShellGet.dll|net472\System.Buffers.dll|PowerShellGet.psd1|net472\System.Memory.dll|PSGet.Format.ps1xml|net472\System.Numerics.Vectors.dll|en-US\PowerShellGet.dll-Help.xml|net472\System.Runtime.CompilerServices.Unsafe.dll|net472\Microsoft.Bcl.AsyncInterfaces.dll|net472\System.Text.Encodings.Web.dll|net472\Newtonsoft.Json.dll|net472\System.Text.Json.dll|net472\NuGet.Commands.dll|net472\System.Threading.Tasks.Extensions.dll|net472\NuGet.Common.dll|net472\System.ValueTuple.dll|net472\NuGet.Configuration.dll|_manifest\spdx_2.2\manifest.spdx.json|net472\NuGet.Frameworks.dll|_manifest\spdx_2.2\manifest.spdx.json.sha256|net472\NuGet.Packaging.dll|net472\NuGet.ProjectModel.dll</S>
          <S N="Cmdlets">Find-PSResource Get-InstalledPSResource Get-PSResourceRepository Get-PSScriptFileInfo Install-PSResource Register-PSResourceRepository Save-PSResource Set-PSResourceRepository New-PSScriptFile Test-PSScriptFile Update-PSScriptFileInfo Publish-PSResource Uninstall-PSResource Unregister-PSResourceRepository Update-ModuleManifest Update-PSResource</S>
          <S N="GUID">1d73a601-4a6c-43c5-ba3f-619b18bbb404</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\PowerShell\Modules\PowerShellGet\3.0.21</S>
    </MS>
  </Obj>
</Objs>