DellBIOSOrovider.psd1

@{
    RootModule        = 'DellBIOSOrovider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '01ce26a7-994a-4871-a08c-522520d8ebdf'
    Author            = 'Skyler Gray'
    CompanyName       = 'Skyler Gray'
    Copyright         = '(c) Skyler Gray. All rights reserved.'
    Description       = 'Fast module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIOSOroviderStatus', 'Initialize-DellBIOSOrovider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}