PSScriptAnalyser.psd1
|
@{ RootModule = 'PSScriptAnalyser.psm1' ModuleVersion = '1.0.0' GUID = '74673911-6cbf-4c8d-9619-8e0bad671f57' Author = 'Blake Miller' CompanyName = 'Blake Miller' Copyright = '(c) Blake Miller. All rights reserved.' Description = 'Minimal core helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSScriptAnalyserStatus', 'Initialize-PSScriptAnalyser') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |