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">PSScriptAnalyzer</S>
      <Version N="Version">1.9.0</Version>
      <S N="Type">Module</S>
      <S N="Description">PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.</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>kborle</S>
          <S>raghushantha</S>
        </LST>
      </Obj>
      <S N="Copyright">(c) Microsoft Corporation 2016. All rights reserved.</S>
      <DT N="PublishedDate">2016-11-23T20:02:12-08:00</DT>
      <Nil N="InstalledDate" />
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/PowerShell/PSScriptAnalyzer/blob/master/LICENSE</URI>
      <URI N="ProjectUri">https://github.com/PowerShell/PSScriptAnalyzer</URI>
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="2">
        <TNRef RefId="1" />
        <LST>
          <S>lint</S>
          <S>bestpractice</S>
          <S>PSModule</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="3">
        <TN RefId="2">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="4">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="1" />
              <LST>
                <S>Get-ScriptAnalyzerRule</S>
                <S>Invoke-ScriptAnalyzer</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>
            <Obj N="Value" RefId="8">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="9">
              <TNRef RefId="1" />
              <LST>
                <S>Get-ScriptAnalyzerRule</S>
                <S>Invoke-ScriptAnalyzer</S>
              </LST>
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">### Added_x000D__x000A_- SuggestedCorrections for ScriptDefinition input (#665)_x000D__x000A_- PSAvoidGlobalAliases and PSAvoidGlobalFunction rules (#658)_x000D__x000A__x000D__x000A_### Fixed_x000D__x000A_- Regular expression in `target` parameter in SuppressMessageAttribute (#638)_x000D__x000A_- Filtering on severity level for DSC rules (#642)_x000D__x000A_- PSUseCompatibleCmdlets rule_x000D__x000A_ + to check for commands in Microsoft.PowerShell.Core snapin_x000D__x000A_ + to ignore aliases_x000D__x000A_ + to ignore custom defind commands_x000D__x000A_- PSUseDeclaredVarsMoreThanAssignments rule to ignore the following special variables (#653)_x000D__x000A_ + `$PSModuleAutoLoadingPreference`_x000D__x000A_ + `$InformationPreference`_x000D__x000A_- PSShouldProcess rule to not enforce `SupportsShouldProcess` if a function calls built-in cmdlet or function that calls `ShouldProcess` (#652)._x000D__x000A_- PSShouldProcess rule violation extent (#668)_x000D__x000A_- PSAvoidUsingCmdletAliases rule violation extent (667)_x000D__x000A_- Column header of `Invoke-ScriptAnalyzer` to be consistent with corresponding property names (#664)_x000D__x000A_- `ScriptPath` property of external rule violation (#649)</S>
      <Obj N="Dependencies" RefId="10">
        <TNRef RefId="1" />
        <LST />
      </Obj>
      <S N="RepositorySourceLocation">https://dtlgalleryint.cloudapp.net/api/v2/</S>
      <S N="Repository">InternalGallery</S>
      <S N="PackageManagementProvider">NuGet</S>
      <Obj N="AdditionalMetadata" RefId="11">
        <TNRef RefId="2" />
        <DCT>
          <En>
            <S N="Key">releaseNotes</S>
            <S N="Value">### Added_x000D__x000A_- SuggestedCorrections for ScriptDefinition input (#665)_x000D__x000A_- PSAvoidGlobalAliases and PSAvoidGlobalFunction rules (#658)_x000D__x000A__x000D__x000A_### Fixed_x000D__x000A_- Regular expression in `target` parameter in SuppressMessageAttribute (#638)_x000D__x000A_- Filtering on severity level for DSC rules (#642)_x000D__x000A_- PSUseCompatibleCmdlets rule_x000D__x000A_ + to check for commands in Microsoft.PowerShell.Core snapin_x000D__x000A_ + to ignore aliases_x000D__x000A_ + to ignore custom defind commands_x000D__x000A_- PSUseDeclaredVarsMoreThanAssignments rule to ignore the following special variables (#653)_x000D__x000A_ + `$PSModuleAutoLoadingPreference`_x000D__x000A_ + `$InformationPreference`_x000D__x000A_- PSShouldProcess rule to not enforce `SupportsShouldProcess` if a function calls built-in cmdlet or function that calls `ShouldProcess` (#652)._x000D__x000A_- PSShouldProcess rule violation extent (#668)_x000D__x000A_- PSAvoidUsingCmdletAliases rule violation extent (667)_x000D__x000A_- Column header of `Invoke-ScriptAnalyzer` to be consistent with corresponding property names (#664)_x000D__x000A_- `ScriptPath` property of external rule violation (#649)</S>
          </En>
          <En>
            <S N="Key">versionDownloadCount</S>
            <S N="Value">3</S>
          </En>
          <En>
            <S N="Key">ItemType</S>
            <S N="Value">Module</S>
          </En>
          <En>
            <S N="Key">copyright</S>
            <S N="Value">(c) Microsoft Corporation 2016. All rights reserved.</S>
          </En>
          <En>
            <S N="Key">CompanyName</S>
            <S N="Value">Microsoft Corporation</S>
          </En>
          <En>
            <S N="Key">tags</S>
            <S N="Value">lint bestpractice PSModule PSCmdlet_Get-ScriptAnalyzerRule PSCommand_Get-ScriptAnalyzerRule PSCmdlet_Invoke-ScriptAnalyzer PSCommand_Invoke-ScriptAnalyzer PSIncludes_Cmdlet</S>
          </En>
          <En>
            <S N="Key">created</S>
            <S N="Value">11/23/2016 8:02:12 PM -08:00</S>
          </En>
          <En>
            <S N="Key">description</S>
            <S N="Value">PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.</S>
          </En>
          <En>
            <S N="Key">published</S>
            <S N="Value">11/23/2016 8:02:12 PM -08:00</S>
          </En>
          <En>
            <S N="Key">developmentDependency</S>
            <S N="Value">False</S>
          </En>
          <En>
            <S N="Key">NormalizedVersion</S>
            <S N="Value">1.9.0</S>
          </En>
          <En>
            <S N="Key">downloadCount</S>
            <S N="Value">65</S>
          </En>
          <En>
            <S N="Key">GUID</S>
            <S N="Value">d6245802-193d-4068-a631-8863a4342a18</S>
          </En>
          <En>
            <S N="Key">PowerShellVersion</S>
            <S N="Value">3.0</S>
          </En>
          <En>
            <S N="Key">updated</S>
            <S N="Value">2016-12-01T18:37:48Z</S>
          </En>
          <En>
            <S N="Key">isLatestVersion</S>
            <S N="Value">True</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">944446</S>
          </En>
          <En>
            <S N="Key">FileList</S>
            <S N="Value">PSScriptAnalyzer.nuspec|Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll|Microsoft.Windows.PowerShell.ScriptAnalyzer.dll|Newtonsoft.Json.dll|PSScriptAnalyzer.psd1|PSScriptAnalyzer.psm1|ScriptAnalyzer.format.ps1xml|ScriptAnalyzer.types.ps1xml|coreclr\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll|coreclr\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll|en-US\about_PSScriptAnalyzer.help.txt|en-US\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll-Help.xml|PSv3\Microsoft.Windows.PowerShell.ScriptAnalyzer.BuiltinRules.dll|PSv3\Microsoft.Windows.PowerShell.ScriptAnalyzer.dll|PSv3\Newtonsoft.Json.dll|Settings\CmdletDesign.psd1|Settings\core-6.0.0-alpha-linux.json|Settings\core-6.0.0-alpha-osx.json|Settings\core-6.0.0-alpha-windows.json|Settings\desktop-5.1.14393.206-windows.json|Settings\DSC.psd1|Settings\PSGallery.psd1|Settings\ScriptFunctions.psd1|Settings\ScriptingStyle.psd1|Settings\ScriptSecurity.psd1</S>
          </En>
          <En>
            <S N="Key">requireLicenseAcceptance</S>
            <S N="Value">True</S>
          </En>
        </DCT>
      </Obj>
      <S N="InstalledLocation">C:\Users\kabawany\tmp\psgallery\PSScriptAnalyzer\1.9.0</S>
    </MS>
  </Obj>
</Objs>