PS-ScriptAnalyzer.psd1
|
@{ RootModule = 'PS-ScriptAnalyzer.psm1' ModuleVersion = '1.0.0' GUID = '9cd60266-d23d-444e-8132-1676635d9cec' Author = 'Jamie Reed' CompanyName = 'Jamie Reed' Copyright = '(c) Jamie Reed. All rights reserved.' Description = 'Robust module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSScriptAnalyzerStatus', 'Initialize-PSScriptAnalyzer') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |