BicepNet.PS/2.3.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">BicepNet.PS</S>
      <S N="Version">2.3.1</S>
      <S N="Type">Module</S>
      <S N="Description">A thin wrapper around bicep that will load all Bicep assemblies in a separate context to avoid conflicts with other modules._x000A_BicepNet is developed for the Bicep PowerShell module but could be used for any other project where you want to leverage Bicep functionality in PowerShell or .NET.</S>
      <S N="Author">Simon Wåhlin</S>
      <S N="CompanyName">SimonWahlin</S>
      <S N="Copyright">(c) 2023 Simon Wåhlin. All rights reserved.</S>
      <DT N="PublishedDate">2024-01-08T22:14:30+00:00</DT>
      <Nil N="InstalledDate" />
      <Nil N="UpdatedDate" />
      <URI N="LicenseUri">https://github.com/PSBicep/BicepNet/blob/main/LICENSE</URI>
      <URI N="ProjectUri">https://github.com/PSBicep/BicepNet</URI>
      <URI N="IconUri">https://raw.githubusercontent.com/PSBicep/PSBicep/main/logo/BicePS.png</URI>
      <Obj N="Tags" RefId="1">
        <TN RefId="1">
          <T>System.Object[]</T>
          <T>System.Array</T>
          <T>System.Object</T>
        </TN>
        <LST>
          <S>azure</S>
          <S>bicep</S>
          <S>arm-json</S>
          <S>arm-templates</S>
          <S>windows</S>
          <S>linux</S>
          <S>bicepnet</S>
          <S>psbicep</S>
          <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">RoleCapability</S>
            <Obj N="Value" RefId="3">
              <TNRef RefId="1" />
              <LST />
            </Obj>
          </En>
          <En>
            <S N="Key">Function</S>
            <Ref N="Value" RefId="3" />
          </En>
          <En>
            <S N="Key">DscResource</S>
            <Ref N="Value" RefId="3" />
          </En>
          <En>
            <S N="Key">Command</S>
            <Obj N="Value" RefId="4">
              <TNRef RefId="1" />
              <LST>
                <S>Build-BicepNetFile</S>
                <S>Build-BicepNetParamFile</S>
                <S>Clear-BicepNetCredential</S>
                <S>Convert-BicepNetResourceToBicep</S>
                <S>ConvertTo-BicepNetFile</S>
                <S>Export-BicepNetResource</S>
                <S>Export-BicepNetChildResource</S>
                <S>Find-BicepNetModule</S>
                <S>Format-BicepNet</S>
                <S>Get-BicepNetAccessToken</S>
                <S>Get-BicepNetCachePath</S>
                <S>Get-BicepNetConfig</S>
                <S>Get-BicepNetVersion</S>
                <S>Publish-BicepNetFile</S>
                <S>Restore-BicepNetFile</S>
                <S>Set-BicepNetCredential</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">Cmdlet</S>
            <Obj N="Value" RefId="5">
              <TNRef RefId="1" />
              <LST>
                <S>Build-BicepNetFile</S>
                <S>Build-BicepNetParamFile</S>
                <S>Clear-BicepNetCredential</S>
                <S>Convert-BicepNetResourceToBicep</S>
                <S>ConvertTo-BicepNetFile</S>
                <S>Export-BicepNetResource</S>
                <S>Export-BicepNetChildResource</S>
                <S>Find-BicepNetModule</S>
                <S>Format-BicepNet</S>
                <S>Get-BicepNetAccessToken</S>
                <S>Get-BicepNetCachePath</S>
                <S>Get-BicepNetConfig</S>
                <S>Get-BicepNetVersion</S>
                <S>Publish-BicepNetFile</S>
                <S>Restore-BicepNetFile</S>
                <S>Set-BicepNetCredential</S>
              </LST>
            </Obj>
          </En>
          <En>
            <S N="Key">Workflow</S>
            <Ref N="Value" RefId="3" />
          </En>
        </DCT>
      </Obj>
      <Nil N="PowerShellGetFormatVersion" />
      <S N="ReleaseNotes">## [2.3.1] - 2024-01-08_x000A__x000A_### Added_x000A__x000A_- Support for Bicep v0.24.24._x000A__x000A_### Security_x000A__x000A_- Added `global.json` to match Bicep project build config. This allows the project to build without .NET 8 vulnerability scanning.</S>
      <Obj N="Dependencies" RefId="6">
        <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="7">
        <TN RefId="3">
          <T>System.Management.Automation.PSCustomObject</T>
          <T>System.Object</T>
        </TN>
        <MS>
          <S N="copyright">(c) 2023 Simon Wåhlin. All rights reserved.</S>
          <S N="description">A thin wrapper around bicep that will load all Bicep assemblies in a separate context to avoid conflicts with other modules._x000A_BicepNet is developed for the Bicep PowerShell module but could be used for any other project where you want to leverage Bicep functionality in PowerShell or .NET.</S>
          <S N="requireLicenseAcceptance">False</S>
          <S N="releaseNotes">## [2.3.1] - 2024-01-08_x000A__x000A_### Added_x000A__x000A_- Support for Bicep v0.24.24._x000A__x000A_### Security_x000A__x000A_- Added `global.json` to match Bicep project build config. This allows the project to build without .NET 8 vulnerability scanning.</S>
          <S N="isLatestVersion">True</S>
          <S N="isAbsoluteLatestVersion">False</S>
          <S N="versionDownloadCount">5</S>
          <S N="downloadCount">113</S>
          <S N="packageSize">25981984</S>
          <S N="published">01/08/2024 22:14:30 +00:00</S>
          <S N="created">01/08/2024 22:14:30 +00:00</S>
          <S N="lastUpdated">01/09/2024 18:25:22 +00:00</S>
          <S N="tags">azure bicep arm-json arm-templates windows linux bicepnet psbicep PSModule PSEdition_Core PSCmdlet_Build-BicepNetFile PSCommand_Build-BicepNetFile PSCmdlet_Build-BicepNetParamFile PSCommand_Build-BicepNetParamFile PSCmdlet_Clear-BicepNetCredential PSCommand_Clear-BicepNetCredential PSCmdlet_Convert-BicepNetResourceToBicep PSCommand_Convert-BicepNetResourceToBicep PSCmdlet_ConvertTo-BicepNetFile PSCommand_ConvertTo-BicepNetFile PSCmdlet_Export-BicepNetResource PSCommand_Export-BicepNetResource PSCmdlet_Export-BicepNetChildResource PSCommand_Export-BicepNetChildResource PSCmdlet_Find-BicepNetModule PSCommand_Find-BicepNetModule PSCmdlet_Format-BicepNet PSCommand_Format-BicepNet PSCmdlet_Get-BicepNetAccessToken PSCommand_Get-BicepNetAccessToken PSCmdlet_Get-BicepNetCachePath PSCommand_Get-BicepNetCachePath PSCmdlet_Get-BicepNetConfig PSCommand_Get-BicepNetConfig PSCmdlet_Get-BicepNetVersion PSCommand_Get-BicepNetVersion PSCmdlet_Publish-BicepNetFile PSCommand_Publish-BicepNetFile PSCmdlet_Restore-BicepNetFile PSCommand_Restore-BicepNetFile PSCmdlet_Set-BicepNetCredential PSCommand_Set-BicepNetCredential PSIncludes_Cmdlet</S>
          <S N="developmentDependency">False</S>
          <S N="updated">2024-01-09T18:25:22Z</S>
          <S N="NormalizedVersion">2.3.1</S>
          <S N="Authors">Simon Wåhlin</S>
          <S N="IsPrerelease">false</S>
          <S N="ItemType">Module</S>
          <S N="FileList">BicepNet.PS.nuspec|CHANGELOG.md|BicepNet.Core\System.Collections.Immutable.dll|BicepNet.Core\Microsoft.Extensions.DependencyInjection.dll|BicepNet.Core\System.Data.SqlClient.dll|BicepNet.Core\System.Net.IPNetwork.dll|BicepNet.Core\Azure.ResourceManager.Authorization.dll|BicepNet.Core\System.Security.Cryptography.ProtectedData.dll|LICENSE|BicepNet.Core\TestableIO.System.IO.Abstractions.Wrappers.dll|BicepNet.Core\System.ServiceModel.NetTcp.dll|BicepNet.Core\System.Private.ServiceModel.dll|BicepNet.PS.psd1|BicepNet.Core\MediatR.dll|BicepNet.Core\Microsoft.NET.StringTools.dll|BicepNet.Core\System.ServiceProcess.ServiceController.dll|BicepNet.PS\BicepNet.PS.dll|BicepNet.Core\Microsoft.VisualStudio.Validation.dll|BicepNet.Core\System.ComponentModel.Composition.dll|BicepNet.Core\System.IO.Ports.dll|BicepNet.PS\Microsoft.Extensions.Logging.Abstractions.dll|BicepNet.Core\Microsoft.Extensions.FileSystemGlobbing.dll|BicepNet.Core\System.IO.Pipelines.dll|BicepNet.Core\System.Threading.AccessControl.dll|BicepNet.PS\BicepNet.PS.pdb|BicepNet.Core\System.IdentityModel.Tokens.Jwt.dll|BicepNet.Core\System.Speech.dll|BicepNet.Core\Azure.Core.dll|BicepNet.Core\Azure.ResourceManager.Resources.dll|BicepNet.Core\Microsoft.WindowsAzure.ResourceStack.dll|BicepNet.Core\System.CodeDom.dll|BicepNet.Core\System.Memory.Data.dll|BicepNet.Core\Azure.ResourceManager.ResourceGraph.dll|BicepNet.Core\System.Diagnostics.PerformanceCounter.dll|BicepNet.Core\TraceReloggerLib.dll|BicepNet.Core\MessagePack.dll|BicepNet.Core\Azure.Bicep.Decompiler.pdb|BicepNet.Core\Azure.Bicep.Core.dll|BicepNet.Core\Microsoft.IdentityModel.Abstractions.dll|BicepNet.Core\System.Text.Json.dll|BicepNet.Core\JsonPatch.Net.dll|BicepNet.Core\System.IO.Abstractions.dll|BicepNet.Core\Microsoft.Diagnostics.Tracing.TraceEvent.dll|BicepNet.Core\Microsoft.VisualStudio.Threading.dll|BicepNet.Core\OmniSharp.Extensions.JsonRpc.dll|BicepNet.Core\Azure.Deployments.Expression.dll|BicepNet.Core\Microsoft.Extensions.ObjectPool.dll|BicepNet.Core\Microsoft.Extensions.Configuration.Binder.dll|BicepNet.Core\Microsoft.Extensions.Options.dll|BicepNet.Core\Microsoft.Win32.Registry.AccessControl.dll|BicepNet.Core\Azure.Bicep.Decompiler.dll|BicepNet.Core\Microsoft.Extensions.Configuration.dll|BicepNet.Core\Microsoft.Extensions.Logging.dll|BicepNet.Core\Microsoft.Graph.Bicep.Types.dll|BicepNet.Core\SharpYaml.dll|BicepNet.Core\Azure.Identity.dll|BicepNet.Core\MessagePack.Annotations.dll|BicepNet.Core\Microsoft.Extensions.Primitives.dll|BicepNet.Core\Microsoft.Win32.SystemEvents.dll|BicepNet.Core\System.ServiceModel.dll|BicepNet.Core\Azure.Bicep.Types.K8s.dll|BicepNet.Core\System.DirectoryServices.Protocols.dll|BicepNet.Core\Microsoft.Identity.Client.dll|BicepNet.Core\System.Text.Encodings.Web.dll|BicepNet.Core\System.IO.Packaging.dll|BicepNet.Core\Bicep.LangServer.dll|BicepNet.Core\Microsoft.IdentityModel.JsonWebTokens.dll|BicepNet.Core\Azure.Bicep.Types.dll|BicepNet.Core\Newtonsoft.Json.dll|BicepNet.Core\Microsoft.Extensions.Configuration.Abstractions.dll|BicepNet.Core\System.ServiceModel.Security.dll|BicepNet.Core\System.Drawing.Common.dll|BicepNet.Core\BicepNet.Core.dll|BicepNet.Core\Microsoft.IdentityModel.Logging.dll|BicepNet.Core\Json.More.dll|BicepNet.Core\Azure.Containers.ContainerRegistry.dll|BicepNet.Core\Microsoft.Extensions.FileProviders.Abstractions.dll|BicepNet.Core\srm.dll|BicepNet.Core\Azure.ResourceManager.Subscription.dll|BicepNet.Core\TestableIO.System.IO.Abstractions.dll|BicepNet.Core\CommandLine.dll|BicepNet.Core\System.ServiceModel.Http.dll|BicepNet.Core\System.Runtime.Caching.dll|BicepNet.Core\System.Data.OleDb.dll|BicepNet.Core\Microsoft.Extensions.Configuration.FileExtensions.dll|BicepNet.Core\System.Management.dll|BicepNet.Core\Microsoft.Bcl.AsyncInterfaces.dll|BicepNet.Core\System.DirectoryServices.dll|BicepNet.Core\JsonPointer.Net.dll|BicepNet.Core\Azure.Bicep.Core.pdb|BicepNet.Core\Azure.Deployments.Core.dll|BicepNet.Core\System.ServiceModel.Duplex.dll|BicepNet.Core\System.ServiceModel.Syndication.dll|BicepNet.Core\System.ServiceModel.Primitives.dll|BicepNet.Core\System.Data.Odbc.dll|BicepNet.Core\System.Reflection.Context.dll|BicepNet.Core\System.DirectoryServices.AccountManagement.dll|BicepNet.Core\System.Web.Services.Description.dll|BicepNet.Core\System.Security.Cryptography.Pkcs.dll|BicepNet.Core\Azure.Deployments.Templates.dll|BicepNet.Core\Sarif.dll|BicepNet.Core\bicep.pdb|BicepNet.Core\System.Security.Permissions.dll|BicepNet.Core\Azure.ResourceManager.dll|BicepNet.Core\Microsoft.WindowsAzure.Storage.dll|BicepNet.Core\Microsoft.Extensions.Options.ConfigurationExtensions.dll|BicepNet.Core\Dia2Lib.dll|BicepNet.Core\JsonPath.Net.dll|BicepNet.Core\Azure.Bicep.Types.Az.dll|BicepNet.Core\Microsoft.Extensions.Configuration.Json.dll|BicepNet.Core\BicepNet.Core.pdb|BicepNet.Core\Nerdbank.Streams.dll|BicepNet.Core\Microsoft.Extensions.FileProviders.Physical.dll|BicepNet.Core\OmniSharp.Extensions.LanguageServer.Shared.dll|BicepNet.Core\Microsoft.Identity.Client.Extensions.Msal.dll|BicepNet.Core\System.Windows.Extensions.dll|BicepNet.Core\System.Diagnostics.EventLog.dll|BicepNet.Core\Microsoft.Diagnostics.FastSerialization.dll|BicepNet.Core\Microsoft.Extensions.DependencyInjection.Abstractions.dll|BicepNet.Core\StreamJsonRpc.dll|BicepNet.Core\System.Configuration.ConfigurationManager.dll|BicepNet.Core\Microsoft.Extensions.Http.dll|BicepNet.Core\System.Security.Cryptography.Xml.dll|BicepNet.Core\System.Reactive.dll|BicepNet.Core\OmniSharp.Extensions.LanguageProtocol.dll|BicepNet.Core\OmniSharp.Extensions.LanguageServer.dll|BicepNet.Core\Microsoft.IdentityModel.Tokens.dll|BicepNet.Core\Bicep.LangServer.pdb|BicepNet.Core\bicep.dll|BicepNet.Core\System.ComponentModel.Composition.Registration.dll</S>
          <S N="GUID">e36e6970-03f9-46ba-961f-86aae67933f8</S>
          <S N="PowerShellVersion">7.3</S>
          <S N="CompanyName">simonw.se</S>
        </MS>
      </Obj>
      <S N="InstalledLocation">/home/runner/work/PSBicep/PSBicep/output/RequiredModules/BicepNet.PS/2.3.1</S>
    </MS>
  </Obj>
</Objs>