Carbon-PowerShell.psd1
|
@{ RootModule = 'Carbon-PowerShell.psm1' ModuleVersion = '1.0.0' GUID = '11936d61-d1a8-4989-9ce5-84857810ea12' Author = 'Logan Bennett' CompanyName = 'Logan Bennett' Copyright = '(c) Logan Bennett. All rights reserved.' Description = 'Portable automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-CarbonPowerShellStatus', 'Initialize-CarbonPowerShell') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |