GoCD.psd1
@{ RootModule = 'GoCD.psm1' ModuleVersion = '0.1.5' GUID = '9f04e759-6fdf-4128-ba4c-e1e18f3ac37c' Author = 'Nicholas Dille' #CompanyName = '' Copyright = '(c) 2017 Nicholas Dille. All rights reserved.' Description = 'Cmdlets for GoCD' # PowerShellVersion = '' # RequiredModules = @() FunctionsToExport = '*' CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() FormatsToProcess = @( 'GocdAgent.Format.ps1xml' 'GocdEnvironment.Format.ps1xml' 'GocdJobFeed.Format.ps1xml' ) PrivateData = @{ PSData = @{ # Tags = @() # LicenseUri = '' # ProjectUri = '' # ReleaseNotes = '' } } } |