GitHubRepository.psd1
@{ RootModule = 'GitHubRepository.psm1'; ModuleVersion = '0.9.1'; GUID = '0027d388-f938-411a-b48e-282dc2668f2c'; Author = 'Iain Brighton'; CompanyName = 'Iain Brighton'; Copyright = '(c) 2015 Iain Brighton. All rights reserved.'; Description = 'Downloads and installs PowerShell modules and DSC resources directly from GitHub.'; PowerShellVersion = '4.0'; PrivateData = @{ PSData = @{ Tags = @('PowerShell','GitHub','Repository','Install','Development','Module','DSC') LicenseUri = 'https://github.com/iainbrighton/GitHubRepository/master/LICENSE'; ProjectUri = 'https://github.com/iainbrighton/GitHubRepository'; # IconUri = ''; } # End of PSData hashtable } # End of PrivateData hashtable } |