PSWindowsUpdat.psd1

@{
    RootModule        = 'PSWindowsUpdat.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '505dcae1-8d6d-4160-8ed2-eef29fc2f29c'
    Author            = 'Drew Murphy'
    CompanyName       = 'Drew Murphy'
    Copyright         = '(c) Drew Murphy. All rights reserved.'
    Description       = 'Clean runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSWindowsUpdatStatus', 'Initialize-PSWindowsUpdat')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}