DellBIOSPeovider.psd1

@{
    RootModule        = 'DellBIOSPeovider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'a248b71d-9353-443a-aa05-0ebb2e421bb4'
    Author            = 'Riley Turner'
    CompanyName       = 'Riley Turner'
    Copyright         = '(c) Riley Turner. All rights reserved.'
    Description       = 'Small module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIOSPeoviderStatus', 'Initialize-DellBIOSPeovider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}