SFX.PoshUtilities.PSObjectTools.psd1

#
# Module Manifest for:
# []Script Module | []Binary Module
#
# Generated by:
#
# Generated on:
#

@{
    RootModule             = 'SFX.PoshUtilities.PSObjectTools.psm1'
    ModuleVersion          = '0.0.2'
    CompatiblePSEditions   = @('Core')
    GUID                   = 'E8A32C1B-4A2C-4B8F-9700-526DE3025914'
    Author                 = 'Nathaniel W. P.'
    CompanyName            = 'Sierra Creative Studios'
    Copyright              = 'Copyright (c) Nathaniel W. P. All rights reserved.'
    Description            = 'A collection of PowerShell Functions and Utilities for managing, creating and displaying PSObjects.'
    HelpInfoUri            = ''
    #──────────────────────────────────────────────────────────────────────────────
    PowerShellVersion      = '5.1'
    PowerShellHostName     = ''
    PowerShellHostVersion  = ''
    DotNetFrameworkVersion = ''
    ClrVersion             = ''
    ProcessorArchitecture  = ''
    #──────────────────────────────────────────────────────────────────────────────
    RequiredModules        = @()
    RequiredAssemblies     = @()
    ScriptsToProcess       = @()
    TypesToProcess         = @()
    FormatsToProcess       = @()
    NestedModules          = @()
    #──────────────────────────────────────────────────────────────────────────────
    FunctionsToExport      = @(
        'New-PSCustomObject',
        'Write-PSObject'
    )
    CmdletsToExport        = @()
    VariablesToExport      = @()
    AliasesToExport        = @()
    DscResourcesToExport   = @()
    DefaultCommandPrefix   = ''
    #──────────────────────────────────────────────────────────────────────────────
    ModuleList             = @()
    FileList               = @(
        '.\Public\Write-PSObject.ps1',
        '.\Private\Write-Line.ps1',
        '.\SFX.PoshUtilities.PSObjectTools.psm1',
        '.\SFX.PoshUtilities.PSObjectTools.psd1'
    )
    #──────────────────────────────────────────────────────────────────────────────
    PrivateData            = @{
        PSData = @{
            Tags                       = @('powershell', 'object')
            LicenseUri                 = ''
            ProjectUri                 = ''
            IconUri                    = ''
            ReleaseNotes               = ''
            Prerelease                 = ''
            RequireLicenseAcceptance   = $false
            ExternalModuleDependencies = @()
        }
    }
}