1.0.15.1/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">PathUtils</S>
      <Version N="Version">1.0.15.1</Version>
      <S N="Type">Module</S>
      <S N="Description">utils to manipulate path variable</S>
      <S N="Author">jakub.pawlowski</S>
      <S N="CompanyName">qbik</S>
      <S N="Copyright">(c) 2016 jakub.pawlowski. All rights reserved.</S>
      <DT N="PublishedDate">2016-08-19T06:16:47+02:00</DT>
      <Obj N="InstalledDate" RefId="1">
        <DT>2016-08-19T09:43:16.2527587+02:00</DT>
        <MS>
          <Obj N="DisplayHint" RefId="2">
            <TN RefId="1">
              <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" />
      <Nil N="LicenseUri" />
      <URI N="ProjectUri">https://github.com/qbikez/ps-pathutils</URI>
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="3">
        <TN RefId="2">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>path</S>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="4">
        <TN RefId="3">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="2" />
              <LST>
                <S>Find-Command</S>
                <S>Set-EnvVar</S>
                <S>Get-EnvVar</S>
                <S>Add-ToEnvVar</S>
                <S>Get-PathEnv</S>
                <S>Add-ToPath</S>
                <S>Remove-FromPath</S>
                <S>Test-EnvPath</S>
                <S>Update-EnvVar</S>
                <S>Update-Env</S>
                <S>Get-EscapedRegex</S>
                <S>Test-IsRelativePath</S>
                <S>Get-AbsolutePath</S>
                <S>Get-DriveSymbol</S>
                <S>Get-RelativePath</S>
                <S>Get-ShortPath</S>
                <S>New-Junction</S>
                <S>Test-Junction</S>
                <S>Get-JunctionTarget</S>
                <S>Install-ModuleLink</S>
                <S>Update-ModuleLink</S>
                <S>Get-Listing</S>
                <S>GetListing</S>
                <S>find-upwards</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Ref N="Value" RefId="6" />
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Ref N="Value" RefId="6" />
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Ref N="Value" RefId="6" />
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="2" />
              <LST>
                <S>Find-Command</S>
                <S>Set-EnvVar</S>
                <S>Get-EnvVar</S>
                <S>Add-ToEnvVar</S>
                <S>Get-PathEnv</S>
                <S>Add-ToPath</S>
                <S>Remove-FromPath</S>
                <S>Test-EnvPath</S>
                <S>Update-EnvVar</S>
                <S>Update-Env</S>
                <S>Get-EscapedRegex</S>
                <S>Test-IsRelativePath</S>
                <S>Get-AbsolutePath</S>
                <S>Get-DriveSymbol</S>
                <S>Get-RelativePath</S>
                <S>Get-ShortPath</S>
                <S>New-Junction</S>
                <S>Test-Junction</S>
                <S>Get-JunctionTarget</S>
                <S>Install-ModuleLink</S>
                <S>Update-ModuleLink</S>
                <S>Get-Listing</S>
                <S>GetListing</S>
                <S>find-upwards</S>
              </LST>
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <Nil N="ReleaseNotes" />
      <Obj N="Dependencies" RefId="8">
        <TNRef RefId="2" />
        <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="9">
        <TNRef RefId="3" />
        <DCT>
          <En>
            <S N="Key">ItemType</S>
            <S N="Value">Module</S>
          </En>
          <En>
            <S N="Key">packageSize</S>
            <S N="Value">10565</S>
          </En>
          <En>
            <S N="Key">tags</S>
            <S N="Value">path PSModule PSFunction_Find-Command PSCommand_Find-Command PSFunction_Set-EnvVar PSCommand_Set-EnvVar PSFunction_Get-EnvVar PSCommand_Get-EnvVar PSFunction_Add-ToEnvVar PSCommand_Add-ToEnvVar PSFunction_Get-PathEnv PSCommand_Get-PathEnv PSFunction_Add-ToPath PSCommand_Add-ToPath PSFunction_Remove-FromPath PSCommand_Remove-FromPath PSFunction_Test-EnvPath PSCommand_Test-EnvPath PSFunction_Update-EnvVar PSCommand_Update-EnvVar PSFunction_Update-Env PSCommand_Update-Env PSFunction_Get-EscapedRegex PSCommand_Get-EscapedRegex PSFunction_Test-IsRelativePath PSCommand_Test-IsRelativePath PSFunction_Get-AbsolutePath PSCommand_Get-AbsolutePath PSFunction_Get-DriveSymbol PSCommand_Get-DriveSymbol PSFunction_Get-RelativePath PSCommand_Get-RelativePath PSFunction_Get-ShortPath PSCommand_Get-ShortPath PSFunction_New-Junction PSCommand_New-Junction PSFunction_Test-Junction PSCommand_Test-Junction PSFunction_Get-JunctionTarget PSCommand_Get-JunctionTarget PSFunction_Install-ModuleLink PSCommand_Install-ModuleLink PSFunction_Update-ModuleLink PSCommand_Update-ModuleLink PSFunction_Get-Listing PSCommand_Get-Listing PSFunction_GetListing PSCommand_GetListing PSFunction_find-upwards PSCommand_find-upwards PSIncludes_Function</S>
          </En>
          <En>
            <S N="Key">GUID</S>
            <S N="Value">f63db64d-2afe-4c84-a09a-4c4148ec9df3</S>
          </En>
          <En>
            <S N="Key">CompanyName</S>
            <S N="Value">Unknown</S>
          </En>
          <En>
            <S N="Key">versionDownloadCount</S>
            <S N="Value">3</S>
          </En>
          <En>
            <S N="Key">created</S>
            <S N="Value">2016-08-19 06:16:47 +02:00</S>
          </En>
          <En>
            <S N="Key">developmentDependency</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">downloadCount</S>
            <S N="Value">602</S>
          </En>
          <En>
            <S N="Key">copyright</S>
            <S N="Value">(c) 2016 jakub.pawlowski. All rights reserved.</S>
          </En>
          <En>
            <S N="Key">description</S>
            <S N="Value">utils to manipulate path variable</S>
          </En>
          <En>
            <S N="Key">NormalizedVersion</S>
            <S N="Value">1.0.15.1</S>
          </En>
          <En>
            <S N="Key">isLatestVersion</S>
            <S N="Value">True</S>
          </En>
          <En>
            <S N="Key">updated</S>
            <S N="Value">2016-08-19T07:36:00Z</S>
          </En>
          <En>
            <S N="Key">PowerShellVersion</S>
            <S N="Value">5.0.0</S>
          </En>
          <En>
            <S N="Key">requireLicenseAcceptance</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">published</S>
            <S N="Value">2016-08-19 06:16:47 +02:00</S>
          </En>
          <En>
            <S N="Key">isAbsoluteLatestVersion</S>
            <S N="Value">True</S>
          </En>
          <En>
            <S N="Key">IsPrerelease</S>
            <S N="Value">false</S>
          </En>
          <En>
            <S N="Key">FileList</S>
            <S N="Value">PathUtils.nuspec|pathutils.psd1|pathutils.psm1</S>
          </En>
        </DCT>
      </Obj>
      <S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\PathUtils\1.0.15.1</S>
    </MS>
  </Obj>
</Objs>