Posh-Sh.psd1

@{
    RootModule        = 'Posh-Sh.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '009e2007-0702-484f-8690-8d5b1bb4e87d'
    Author            = 'Reese Miller'
    CompanyName       = 'Reese Miller'
    Copyright         = '(c) Reese Miller. All rights reserved.'
    Description       = 'Practical runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PoshShStatus', 'Initialize-PoshSh')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}