tomchavakis / nuget-license

.NET Core tool to print or save all the licenses of a project
Apache License 2.0
280 stars 83 forks source link

"dotnet-project-licenses --version" shows wrong version #205

Open D3rRicky opened 10 months ago

D3rRicky commented 10 months ago

I installed the tool properly. Also updated nuget and the project "dotnet-project-licenses" itself but after typing -- version i got "NugetUtility 0.0.0.0" instead of "NugetUtility 2.3.11" or higher as described here: https://www.andreashennig.com/blog/collect-license-information-in-a-dotnet-application/

Already opened a discussion on stackoverflow because i could just miss something. But someone else (with seemingly more experience) also had the same problem. https://stackoverflow.com/questions/77801708/dotnet-project-licenses-version-shows-wrong-version-any-ideas-why

Maybe someone here knows whats the issue? Or if it's a bug, can fix it.