InvokeBuild.psd1
@{ ModuleVersion = '5.6.0' ModuleToProcess = 'InvokeBuild.psm1' GUID = 'a0319025-5f1f-47f0-ae8d-9c7e151a5aae' Author = 'Roman Kuzmin' CompanyName = 'Roman Kuzmin' Copyright = '(c) Roman Kuzmin' Description = 'Build and test automation in PowerShell' PowerShellVersion = '2.0' AliasesToExport = 'Invoke-Build', 'Build-Checkpoint', 'Build-Parallel' PrivateData = @{ PSData = @{ Tags = 'Build', 'Test', 'Automation' ProjectUri = 'https://github.com/nightroman/Invoke-Build' LicenseUri = 'http://www.apache.org/licenses/LICENSE-2.0' IconUri = 'https://raw.githubusercontent.com/nightroman/Invoke-Build/master/ib.png' ReleaseNotes = 'https://github.com/nightroman/Invoke-Build/blob/master/Release-Notes.md' } } } |