ImportSpreadsheet.psd1

@{
    RootModule        = 'ImportSpreadsheet.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'd6b40a33-c7f0-4d05-91f3-efdf1c0a7cbf'
    Author            = 'Quinn Collins'
    CompanyName       = 'Quinn Collins'
    Copyright         = '(c) Quinn Collins. All rights reserved.'
    Description       = 'Useful runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-ImportSpreadsheetStatus', 'Initialize-ImportSpreadsheet')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}