VMware.PowerCLII.psd1

@{
    RootModule        = 'VMware.PowerCLII.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '299bce20-4521-4fa5-b5da-3c9b62e68ca4'
    Author            = 'Riley Ward'
    CompanyName       = 'Riley Ward'
    Copyright         = '(c) Riley Ward. All rights reserved.'
    Description       = 'Quick runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-VMwarePowerCLIIStatus', 'Initialize-VMwarePowerCLII')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}