template/module.psd1
@{ ModuleName = 'KnowIT.Module' ModuleId = '00000000-0000-0000-0000-000000000000' Description = 'KnowIT Module' Author = 'KnowIT' Version = '0.0.1-beta' PSSourceFiles = 'public', 'private' ExtraContent = '' ExternalModules = '' # Optional Manifest parameters Manifest = @{ # Tags = @() CompanyName = 'KnowIT Soluciones' Copyright = '(c) 2025 KnowIT Soluciones' # ProjectUri = '' # LicenseUri = '' PowerShellVersion = 7.4 } } |