ShaunLawrie / PwshSpectreConsole

👻 PwshSpectreConsole is a PowerShell wrapper for the awesome Spectre.Console library
https://pwshspectreconsole.com/
MIT License
117 stars 7 forks source link

Recommend defining CompatiblePSEditions #48

Closed jdhitsolutions closed 1 month ago

jdhitsolutions commented 2 months ago

The module manifest has a PowerShell requirement. If this is true, I would also recommend setting CompatiblePSEditions = 'Core'" in the manifest. I know that's the first place I look when checking for compatibility. The module name should be a good indication, but it never hurts to be thorough.

ShaunLawrie commented 1 month ago

Thanks for the recommendation Jeff. That psd1 format has so many options. It means a lot to know you've taken a peek at my code, thanks for all the work you do in the powershell space (and for all the QotD content in my twitter feed 😆)