MeeluReportTools.psd1

@{
    RootModule        = 'MeeluReportTools.psm1'
    ModuleVersion     = '0.1.2'
    GUID              = 'b8570c3e-a0fc-4879-93d8-2a7a71f5b46c'
    Author            = 'Karan Meelu'
    CompanyName       = 'Unknown'
    Copyright         = '(c) Karan Meelu. All rights reserved.'
    Description       = 'Personal utilities (Grid + Chart UI, etc.)'
    PowerShellVersion = '5.1'
    CompatiblePSEditions = @('Desktop','Core')  # WinPS 5.1 + PS7+
    FunctionsToExport = @('Show-TablechartUI','Show-TablechartUI_STA')
    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
 RequiredAssemblies = @('lib\netstandard2.0\MeeluReportTools.Core.dll')
 PrivateData = @{
        PSData = @{
            Tags = @('PSEdition_Desktop','PSEdition_Core')
        }
    }
}