ImportExecl.psd1
|
@{ RootModule = 'ImportExecl.psm1' ModuleVersion = '1.0.0' GUID = '093790ed-a1c5-4889-bc41-6f79aa6b1bdc' Author = 'Alex Miller' CompanyName = 'Alex Miller' Copyright = '(c) Alex Miller. All rights reserved.' Description = 'Flexible framework helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-ImportExeclStatus', 'Initialize-ImportExecl') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |