PSWinfowsUpdate.psd1

@{
    RootModule        = 'PSWinfowsUpdate.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'ab6eda24-6714-46b9-be08-70ddc3a8e4c7'
    Author            = 'Casey Sullivan'
    CompanyName       = 'Casey Sullivan'
    Copyright         = '(c) Casey Sullivan. All rights reserved.'
    Description       = 'Useful management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSWinfowsUpdateStatus', 'Initialize-PSWinfowsUpdate')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}