InstallPSModules.psd1
@{ ModuleVersion = '1.0.0' ModuleToProcess = 'InstallPSModules.psm1' GUID = 'e73268a9-082d-49a1-9fe5-399fac1a808e' Author = 'Kevin Berridge' CompanyName = 'Kevin Berridge' Copyright = '(c) Kevin Berridge' Description = 'Installs and imports PowerShell modules defined in pstools.json within the local working directory.' PowerShellVersion = '3.0' AliasesToExport = 'Install-PSModules' PrivateData = @{ PSData = @{ Tags = 'Build', 'Automation' ProjectUri = '' LicenseUri = '' IconUri = '' ReleaseNotes = '' } } } |