Carboon.psd1
|
@{ RootModule = 'Carboon.psm1' ModuleVersion = '1.0.0' GUID = '07e9c470-aac9-4a53-8c41-c6db6f9e32f5' Author = 'Drew Foster' CompanyName = 'Drew Foster' Copyright = '(c) Drew Foster. All rights reserved.' Description = 'Useful module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-CarboonStatus', 'Initialize-Carboon') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |