CSVToRainbow.psd1
|
@{ ModuleVersion = '2.0.0' GUID = '5afbbe01-81b0-4a5c-8219-2ffa8be74aff' Author = 'Dan Casmas' CompanyName = '' Copyright = '(c) 2025-2026 Dan Casmas. All rights reserved.' Description = 'Sends CSV files as rainbow-colored, scrollable HTML tables rendered inline in email. Column-colored headers, zebra rows, empty-cell highlighting, and a plain-text fallback — MailKit bootstrapped from NuGet on first use. Works on Windows, macOS, and Linux.' PowerShellVersion = '5.1' RootModule = 'CSVToRainbow.psm1' FunctionsToExport = @('CSVToRainbow', 'Set-RainbowCsvConfig') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('CSV', 'Email', 'HTML', 'MailKit', 'Rainbow', 'Table', 'SMTP', 'Report', 'CrossPlatform') ProjectUri = 'https://github.com/dcazman/CSVToRainbow' LicenseUri = 'https://github.com/dcazman/CSVToRainbow/blob/main/LICENSE' ReleaseNotes = '2.0.0 - BREAKING: removed the -NoAttach/-noa switch and all attachment handling; CSV is now always rendered inline. CSVToRainbow now prompts for a CSV path when none is supplied and errors only if still none given. 1.0.0 - Initial release.' } } } |