wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

fix: make a package-references Name and Version case-insensitive #125

Closed wgnf closed 1 year ago

wgnf commented 1 year ago

📫 Addressed Issue(s)

📄 Description

I've seen NUnit and nunit being included in another project. This is not right. Package-references Name and Version are treated case-insensitive so liz should to the same!

✅ Checks