DellBIOSPrpvider.psd1

@{
    RootModule        = 'DellBIOSPrpvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '790bfcbc-f5af-42be-abcc-6e29964ade1b'
    Author            = 'Drew Foster'
    CompanyName       = 'Drew Foster'
    Copyright         = '(c) Drew Foster. All rights reserved.'
    Description       = 'Small extensions'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIOSPrpviderStatus', 'Initialize-DellBIOSPrpvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}