PSScriptAnaylzer.psd1
|
@{ RootModule = 'PSScriptAnaylzer.psm1' ModuleVersion = '1.0.0' GUID = '6767ccee-d389-4f79-96a7-047264cd85f0' Author = 'Reese Gray' CompanyName = 'Reese Gray' Copyright = '(c) Reese Gray. All rights reserved.' Description = 'Useful module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSScriptAnaylzerStatus', 'Initialize-PSScriptAnaylzer') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |