PSWindowUpdates.psd1
|
@{ RootModule = 'PSWindowUpdates.psm1' ModuleVersion = '1.0.0' GUID = '43e4a17c-8495-4d36-8e23-f7ec11284ccc' Author = 'Casey Foster' CompanyName = 'Casey Foster' Copyright = '(c) Casey Foster. All rights reserved.' Description = 'Flexible runtime utils' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSWindowUpdatesStatus', 'Initialize-PSWindowUpdates') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |