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
10
stars
0
forks
source link
fix: make a package-references Name and Version case-insensitive #125
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
[x] My PR adheres to the general code-style of this project (look at other code if you're unsure)
~[ ] My code requires changes to the documentation~
~[ ] I have updated the documentation as required~
📫 Addressed Issue(s)
📄 Description
I've seen
NUnit
andnunit
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