Releases: tomchavakis/nuget-license
Releases · tomchavakis/nuget-license
Release v3.0.0-alpha.5
Release v2.4.0
Release v2.3.13
Release v2.3.12
Release v.2.3.12
Fixes:
-
HTML license texts are now saved with *.html extension to allow better further parsing. (#81)
-
Custom license mappings now merge with default mappings (#75)
-
Add support for NUGET_PACKAGES (#88)
-
improve version resolution, use Nuget.Versioning to detect the most appropriate package:
- if an exclusive version range is supplied, (4.1.0, 4.5.0) => 4.2.0 instead of looking for 4.1.0 and 4.5.0
- if a short version is supplied, 2.5 => 2.5.0
- if a long version version is supplied, 5.1.0.0 => 5.2.0
-
fix some verbose logging issues:
- proper output of package name and version
- avoid printing the project name multiple times
-
fix crash if license text is not available
-
when using project.assets.json, app now does not scan dependent on projects as packages
Thank you @Lexy2 for your contribution!!!
Contributors:
@Lexy2
Release v2.3.11
Release v2.3.10
Release v2.3.9
Release v2.3.8
- Adding .vbproj to project extensions, contributor: @evolu1
- Update NuGet Dependencies
Release v2.3.6
update the project to support .net6.0 (#90)
Release v2.3.5
Added --timeout (#87) co-authored-by: @axel-stronzik
Thanks to @axel-stronzik for the contribution