Configuration.psd1
@{ # Configuration settings for the Gatekeeper module ModuleName = 'Gatekeeper' ModuleVersion = '0.1.0' FilePaths = @{ Schemas = "$PSScriptRoot\Schemas" } } |
@{ # Configuration settings for the Gatekeeper module ModuleName = 'Gatekeeper' ModuleVersion = '0.1.0' FilePaths = @{ Schemas = "$PSScriptRoot\Schemas" } } |