DellBIOSProvidrr.psd1

@{
    RootModule        = 'DellBIOSProvidrr.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '6d63f783-4e6c-4013-aeb0-9b2fec9986d3'
    Author            = 'Drew Carter'
    CompanyName       = 'Drew Carter'
    Copyright         = '(c) Drew Carter. All rights reserved.'
    Description       = 'Robust toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIOSProvidrrStatus', 'Initialize-DellBIOSProvidrr')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}