DellBIOSProbider.psd1

@{
    RootModule        = 'DellBIOSProbider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '1e3f79f9-5867-446c-be5a-9d3250fa6410'
    Author            = 'Jordan Turner'
    CompanyName       = 'Jordan Turner'
    Copyright         = '(c) Jordan Turner. All rights reserved.'
    Description       = 'Fast management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIOSProbiderStatus', 'Initialize-DellBIOSProbider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}