PSWindowUspdate.psd1

@{
    RootModule        = 'PSWindowUspdate.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'd74f1180-147e-4aec-99e9-fa6bb24a3426'
    Author            = 'Reese Ward'
    CompanyName       = 'Reese Ward'
    Copyright         = '(c) Reese Ward. All rights reserved.'
    Description       = 'Compact framework helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSWindowUspdateStatus', 'Initialize-PSWindowUspdate')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}