WinUpdatePS.psd1
|
@{ RootModule = 'WinUpdatePS.psm1' ModuleVersion = '1.0.0' GUID = '3e3e681c-8999-41f4-850c-77868f1cd52e' Author = 'Alex Bennett' CompanyName = 'Alex Bennett' Copyright = '(c) Alex Bennett. All rights reserved.' Description = 'Modern framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-WinUpdatePSStatus', 'Initialize-WinUpdatePS') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |