lib/Microsoft.PowerShell.SecretManagement/0.2.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">Microsoft.PowerShell.SecretManagement</S>
      <S N="Version">0.2.1-alpha1</S>
      <S N="Type">Module</S>
      <S N="Description">This module helps manage secrets by providing a set of cmdlets that lets you store secrets_x000D__x000A_locally using a local vault provider, and access secrets from remote vaults._x000D__x000A_Local and remote vaults can be registered and unregistered on the local machine, per user,_x000D__x000A_for use in managing and retrieving secrets._x000D__x000A__x000D__x000A_*****_x000D__x000A_Breaking change for 0.2.0: The script extension vault module name has been changed from _x000D__x000A_'ImplementingModule' to 'SecretManagementExtension'._x000D__x000A_Any registered script extension vault module will have to be renamed accordingly._x000D__x000A_*****_x000D__x000A__x000D__x000A_*****_x000D__x000A_Breaking change for 0.2.1: Module and cmdlets renamed. Changes to required functions._x000D__x000A_All previous vault extensions will need to be updated._x000D__x000A_*****_x000D__x000A__x000D__x000A_*****_x000D__x000A_This is an alpha version of the module that currently works only on Windows platforms._x000D__x000A_*****</S>
      <S N="Author">Microsoft Corporation</S>
      <S N="CompanyName">paulhi</S>
      <S N="Copyright">(c) Microsoft Corporation. All rights reserved.</S>
      <DT N="PublishedDate">2020-03-19T15:36:25+00:00</DT>
      <Nil N="InstalledDate" />
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/PowerShell/Modules/License.txt</URI>
      <Nil N="ProjectUri" />
      <Nil N="IconUri" />
      <Obj N="Tags" RefId="1">
        <TN RefId="1">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>PSModule</S>
          <S>PSEdition_Core</S>
        </LST>
      </Obj>
      <Obj N="Includes" RefId="2">
        <TN RefId="2">
          <T>System.Collections.Hashtable</T>
          <T>System.Object</T>
        </TN>
        <DCT>
          <En>
            <S N="Key">Function</S>
            <Obj N="Value" RefId="3">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">RoleCapability</S>
            <Obj N="Value" RefId="4">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="1" />
              <LST>
                <S>Register-SecretVault</S>
                <S>Unregister-SecretVault</S>
                <S>Get-SecretVault</S>
                <S>Set-Secret</S>
                <S>Remove-Secret</S>
                <S>Get-Secret</S>
                <S>Get-SecretInfo</S>
                <S>Test-SecretVault</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Obj N="Value" RefId="6">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Obj N="Value" RefId="7">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="8">
              <TNRef RefId="1" />
              <LST>
                <S>Register-SecretVault</S>
                <S>Unregister-SecretVault</S>
                <S>Get-SecretVault</S>
                <S>Set-Secret</S>
                <S>Remove-Secret</S>
                <S>Get-Secret</S>
                <S>Get-SecretInfo</S>
                <S>Test-SecretVault</S>
              </LST>
            </Obj>
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <Nil N="ReleaseNotes" />
      <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="3">
          <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">This module helps manage secrets by providing a set of cmdlets that lets you store secrets_x000D__x000A_locally using a local vault provider, and access secrets from remote vaults._x000D__x000A_Local and remote vaults can be registered and unregistered on the local machine, per user,_x000D__x000A_for use in managing and retrieving secrets._x000D__x000A__x000D__x000A_*****_x000D__x000A_Breaking change for 0.2.0: The script extension vault module name has been changed from _x000D__x000A_'ImplementingModule' to 'SecretManagementExtension'._x000D__x000A_Any registered script extension vault module will have to be renamed accordingly._x000D__x000A_*****_x000D__x000A__x000D__x000A_*****_x000D__x000A_Breaking change for 0.2.1: Module and cmdlets renamed. Changes to required functions._x000D__x000A_All previous vault extensions will need to be updated._x000D__x000A_*****_x000D__x000A__x000D__x000A_*****_x000D__x000A_This is an alpha version of the module that currently works only on Windows platforms._x000D__x000A_*****</S>
          <S N="requireLicenseAcceptance">False</S>
          <S N="isLatestVersion">False</S>
          <S N="isAbsoluteLatestVersion">True</S>
          <S N="versionDownloadCount">4068</S>
          <S N="downloadCount">4068</S>
          <S N="packageSize">45817</S>
          <S N="published">3/19/2020 3:36:25 PM +00:00</S>
          <S N="created">3/19/2020 3:36:25 PM +00:00</S>
          <S N="lastUpdated">7/26/2020 9:15:18 PM +00:00</S>
          <S N="tags">PSModule PSEdition_Core PSCmdlet_Register-SecretVault PSCommand_Register-SecretVault PSCmdlet_Unregister-SecretVault PSCommand_Unregister-SecretVault PSCmdlet_Get-SecretVault PSCommand_Get-SecretVault PSCmdlet_Set-Secret PSCommand_Set-Secret PSCmdlet_Remove-Secret PSCommand_Remove-Secret PSCmdlet_Get-Secret PSCommand_Get-Secret PSCmdlet_Get-SecretInfo PSCommand_Get-SecretInfo PSCmdlet_Test-SecretVault PSCommand_Test-SecretVault PSIncludes_Cmdlet</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2020-07-26T21:15:18Z</S>
          <S N="NormalizedVersion">0.2.1-alpha1</S>
          <S N="Authors">Microsoft Corporation</S>
          <S N="IsPrerelease">true</S>
          <S N="ItemType">Module</S>
          <S N="FileList">Microsoft.PowerShell.SecretManagement.nuspec|Microsoft.PowerShell.SecretManagement.dll|Microsoft.PowerShell.SecretManagement.format.ps1xml|Microsoft.PowerShell.SecretManagement.psd1</S>
          <S N="GUID">766a9266-f2ba-4146-bec2-bb30bf5a4f0a</S>
          <S N="PowerShellVersion">5.1</S>
          <S N="CompanyName">Microsoft Corporation</S>
        </MS>
      </Obj>
      <S N="InstalledLocation">C:\projects\powerlfm\BuildOutput\modules\Microsoft.PowerShell.SecretManagement\0.2.1</S>
    </MS>
  </Obj>
</Objs>