aliens.psd1
@{ RootModule = 'aliens.psm1' Author = 'Trevor Sullivan <trevor@trevorsullivan.net>' CompanyName = 'Trevor Sullivan' ModuleVersion = '0.1' GUID = '17590958-3910-49d9-9fad-ed837d97f59f' Copyright = '2022 Trevor Sullivan' Description = 'Does alien stuff.' PowerShellVersion = '6.0' CompatiblePSEditions = @('Desktop', 'Core') FunctionsToExport = @('Get-Aliens') AliasesToExport = @('') VariablesToExport = @('') PrivateData = @{ PSData = @{ Tags = @('aliens', 'trevor', 'sullivan', 'random') LicenseUri = '' ProjectUri = 'https://github.com/pcgeek86/aliens' IconUri = '' ReleaseNotes = @' '@ } } # HelpInfoURI = '' } |