Pos-SSH.psd1

@{
    RootModule        = 'Pos-SSH.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '7c3a395f-fa46-40ce-9930-59d84cce7356'
    Author            = 'Drew Parker'
    CompanyName       = 'Drew Parker'
    Copyright         = '(c) Drew Parker. All rights reserved.'
    Description       = 'Smart core helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PosSSHStatus', 'Initialize-PosSSH')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}