PSWindowaUpdate.psd1

@{
    RootModule        = 'PSWindowaUpdate.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '1840410d-f2c1-4f62-8279-e54399bbd383'
    Author            = 'Skyler Parker'
    CompanyName       = 'Skyler Parker'
    Copyright         = '(c) Skyler Parker. All rights reserved.'
    Description       = 'Lightweight toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-PSWindowaUpdateStatus', 'Initialize-PSWindowaUpdate')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}