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">PowerShellGuard</S>
      <Version N="Version">0.8.68</Version>
      <S N="Type">Module</S>
      <S N="Description">Commands to monitor files and directories for changes, then run tests in response to those changes._x000A_This enables fast feedback and helps prevent regressions as you are developing new features or modifying existing code._x000A__x000A_Multiple test frameworks can be used, but by default it will attempt to use Pester.</S>
      <S N="Author">Steven Murawski</S>
      <Obj N="CompanyName" RefId="1">
        <TN RefId="1">
          <T>System.Management.Automation.PSCustomObject</T>
          <T>System.Object</T>
        </TN>
      </Obj>
      <S N="Copyright">(c) 2015-2017 Steven Murawski. All rights reserved.</S>
      <DT N="PublishedDate">2017-08-24T21:34:52+00:00</DT>
      <Nil N="InstalledDate" />
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/smurawski/PowerShellGuard/blob/master/LICENSE</URI>
      <URI N="ProjectUri">https://github.com/smurawski/PowerShellGuard</URI>
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="2">
        <TN RefId="2">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="3">
        <TN RefId="3">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="4">
              <TNRef RefId="2" />
              <LST>
                <S>New-Guard</S>
                <S>Wait-Guard</S>
                <S>Remove-Guard</S>
                <S>Get-GuardQueue</S>
                <S>Get-GuardQueuePeek</S>
                <S>Add-GuardQueueCommand</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="2" />
              <LST>
                <S>New-Guard</S>
                <S>Wait-Guard</S>
                <S>Remove-Guard</S>
                <S>Get-GuardQueue</S>
                <S>Get-GuardQueuePeek</S>
                <S>Add-GuardQueueCommand</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="8">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="2" />
              <LST />
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">20160210 - Renamed parameter to Recurse. Support custom PSDrives that resolve to file system locations.</S>
      <Obj N="Dependencies" RefId="10">
        <TNRef RefId="2" />
        <LST />
      </Obj>
      <S N="RepositorySourceLocation">https://www.myget.org/F/usepowershell/api/v2</S>
      <S N="Repository">CustomFeed</S>
      <S N="PackageManagementProvider">NuGet</S>
      <Obj N="AdditionalMetadata" RefId="11">
        <TNRef RefId="3" />
        <DCT>
          <En>
            <S N="Key">releaseNotes</S>
            <S N="Value">20160210 - Renamed parameter to Recurse. Support custom PSDrives that resolve to file system locations.</S>
          </En>
          <En>
            <S N="Key">versionDownloadCount</S>
            <S N="Value">0</S>
          </En>
          <En>
            <S N="Key">copyright</S>
            <S N="Value">(c) 2015-2017 Steven Murawski. All rights reserved.</S>
          </En>
          <En>
            <S N="Key">description</S>
            <S N="Value">Commands to monitor files and directories for changes, then run tests in response to those changes._x000A_This enables fast feedback and helps prevent regressions as you are developing new features or modifying existing code._x000A__x000A_Multiple test frameworks can be used, but by default it will attempt to use Pester.</S>
          </En>
          <En>
            <S N="Key">title</S>
            <S N="Value">PowerShellGuard</S>
          </En>
          <En>
            <S N="Key">isLatestVersion</S>
            <S N="Value">True</S>
          </En>
          <En>
            <S N="Key">published</S>
            <S N="Value">8/24/2017 9:34:52 PM +00:00</S>
          </En>
          <En>
            <S N="Key">developmentDependency</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">NormalizedVersion</S>
            <S N="Value">0.8.68</S>
          </En>
          <En>
            <S N="Key">downloadCount</S>
            <S N="Value">1</S>
          </En>
          <En>
            <S N="Key">LicenseNames</S>
            <S N="Value">MIT</S>
          </En>
          <En>
            <S N="Key">tags</S>
            <S N="Value">PSModule PSIncludes_Function PSFunction_New-Guard PSFunction_Wait-Guard PSFunction_Remove-Guard PSFunction_Get-GuardQueue PSFunction_Get-GuardQueuePeek PSFunction_Add-GuardQueueCommand PSCommand_New-Guard PSCommand_Wait-Guard PSCommand_Remove-Guard PSCommand_Get-GuardQueue PSCommand_Get-GuardQueuePeek PSCommand_Add-GuardQueueCommand</S>
          </En>
          <En>
            <S N="Key">updated</S>
            <S N="Value">2017-08-24T21:34:52Z</S>
          </En>
          <En>
            <S N="Key">summary</S>
            <S N="Value">Commands to monitor files and directories for changes, then run tests in response to those changes._x000A_This enables fast feedback and helps prevent regressions as you are developing new features or modifying existing code._x000A__x000A_Multiple test frameworks can be used, but by default it will attempt to use Pester.</S>
          </En>
          <En>
            <S N="Key">created</S>
            <S N="Value">8/24/2017 9:34:52 PM +00:00</S>
          </En>
          <En>
            <S N="Key">IsPrerelease</S>
            <S N="Value">false</S>
          </En>
          <En>
            <S N="Key">isAbsoluteLatestVersion</S>
            <S N="Value">True</S>
          </En>
          <En>
            <S N="Key">packageSize</S>
            <S N="Value">9547</S>
          </En>
          <En>
            <S N="Key">lastEdited</S>
            <S N="Value">8/24/2017 9:34:52 PM +00:00</S>
          </En>
          <En>
            <S N="Key">language</S>
            <S N="Value">en-US</S>
          </En>
          <En>
            <S N="Key">requireLicenseAcceptance</S>
            <S N="Value">True</S>
          </En>
        </DCT>
      </Obj>
      <S N="InstalledLocation">D:\a\r1\a\PowerShellGuard-CI\drop\PowerShellGuard\Release\PowerShellGuard\0.8.68</S>
    </MS>
  </Obj>
</Objs>