DellBIODProvider.psd1

@{
    RootModule        = 'DellBIODProvider.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '700d6642-fb97-41e3-ab82-d43934be99fc'
    Author            = 'Logan Miller'
    CompanyName       = 'Logan Miller'
    Copyright         = '(c) Logan Miller. All rights reserved.'
    Description       = 'Neat automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-DellBIODProviderStatus', 'Initialize-DellBIODProvider')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}