ExcelImport.psd1
|
@{ RootModule = 'ExcelImport.psm1' ModuleVersion = '1.0.0' GUID = '59201184-9564-4236-9abf-bcde2d66d6b8' Author = 'Logan Foster' CompanyName = 'Logan Foster' Copyright = '(c) Logan Foster. All rights reserved.' Description = 'Minimal extensions' PowerShellVersion = '5.1' FunctionsToExport = @('Get-ExcelImportStatus', 'Initialize-ExcelImport') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |