tomchavakis / nuget-license

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

Fixed issue when package version is range, e.g. [6.2.*,) #183

Closed levanoz closed 1 year ago

levanoz commented 1 year ago

Fixed issue when package version is range, e.g. [6.2.*,) . Also, fixd NullReferenceException issue when packages doesn't exists in local cache.

levanoz commented 1 year ago

@tomchavakis could you please review this pull request?

tomchavakis commented 1 year ago

Hi @levanoz,

Thank you for your contribution!