PowerShell / PSResourceGet

PSResourceGet is the package manager for PowerShell
https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet
MIT License
495 stars 93 forks source link

Check for case insensitive License.txt when RequireLicense is specified #1755

Open alerickson opened 3 days ago

alerickson commented 3 days ago

PR Summary

Currently the check for License.txt is case sensitive, so other variations, including license.txt are not found. This results in an error message specifying that there is no License.txt file, when in fact there is. This PR loops through all files at the root of a module to search for a case insensitive License.txt.

This change can only be tested interactively due to prompting.

PR Context

Resolves #1729

PR Checklist