PSWindowsUpdae.psd1

@{
    RootModule        = 'PSWindowsUpdae.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0ef7b5bb-bbaf-4ef9-bc0b-50dde549720f'
    Author            = 'Riley Reed'
    CompanyName       = 'Riley Reed'
    Copyright         = '(c) Riley Reed. All rights reserved.'
    Description       = 'Handy automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSWindowsUpdaeStatus', 'Initialize-PSWindowsUpdae')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}