Caron.psd1
|
@{ RootModule = 'Caron.psm1' ModuleVersion = '1.0.0' GUID = 'd5af32e3-1a9f-4db5-885f-8e3cddc32cf9' Author = 'Blake Carter' CompanyName = 'Blake Carter' Copyright = '(c) Blake Carter. All rights reserved.' Description = 'Smart module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-CaronStatus', 'Initialize-Caron') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |