nuget-license

.NET Core tool to print or save all the licenses of a project

APACHE-2.0 License

Stars
280
Committers
28

Bot releases are visible (Hide)

nuget-license - v3.0.0 Latest Release

Published by github-actions[bot] 10 months ago

nuget-license - v3.0.0-alpha.10

Published by github-actions[bot] 11 months ago

nuget-license - Release v2.7.1

Published by github-actions[bot] over 1 year ago

  • Improved html to text (#186) (@adv12)
nuget-license - Release v2.7.0

Published by github-actions[bot] over 1 year ago

  • Fix Timeout - Task Cancelled Exception / OperationCancelled Ex. (#184) (@dbeusink)
  • Fixed issue when package version is range, e.g. [6.2.*,) (@levanoz )
nuget-license - Release v2.6.0

Published by github-actions[bot] over 1 year ago

  • Update Dockerfile to .net 7.0 (@albertoal)
  • Added Excluded license types (@jcvandan)
nuget-license - Release v2.5.0

Published by github-actions[bot] almost 2 years ago

nuget-license - Release v3.0.0-alpha.9

Published by github-actions[bot] almost 2 years ago

nuget-license - Release v3.0.0-alpha.8

Published by github-actions[bot] almost 2 years ago

nuget-license - Release v3.0.0-alpha.7

Published by github-actions[bot] almost 2 years ago

nuget-license - Release v3.0.0-alpha.6

Published by github-actions[bot] about 2 years ago

Thank you @sensslen for your amazing contribution !!!

nuget-license - Release v3.0.0-alpha.5

Published by github-actions[bot] about 2 years ago

nuget-license - Release v2.4.0

Published by github-actions[bot] over 2 years ago

  • Introduce the '--convert-html-to-text' option, that converts .html license files (exported using '--export-license-texts') to .txt, by stripping and decoding HTML. (#111)
  • fix case sensitive issues on Linux (#108)

Contributors:
@Lexy2 , @unsolaci

nuget-license - Release v2.3.13

Published by github-actions[bot] over 2 years ago

  • Add repository information to JSON output. (#100)
  • Add alternative regex qualifier (#101)

Contributors:
@noname22 , @Lexy2

nuget-license - Release v2.3.12

Published by github-actions[bot] over 2 years ago

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

nuget-license - Release v2.3.11

Published by github-actions[bot] over 2 years ago

Release v2.3.11
output as a markdown file (#97 )

Contributor:
@elangelo

nuget-license - Release v2.3.10

Published by github-actions[bot] almost 3 years ago

  • adding the --default-proxy flag #95
  • Add the --proxy-system-auth to use the system default credentials #95

Contributors:
@evolu1

nuget-license - Release v2.3.9

Published by github-actions[bot] almost 3 years ago

  • adding .vbproj to valid projects (#94) thanks to @evolu1
nuget-license - Release v2.3.8

Published by github-actions[bot] almost 3 years ago

  • Adding .vbproj to project extensions, contributor: @evolu1
  • Update NuGet Dependencies
nuget-license - Release v2.3.6

Published by github-actions[bot] about 3 years ago

nuget-license - Release v2.3.5

Published by github-actions[bot] about 3 years ago

Added --timeout (#87) co-authored-by: @axel-stronzik

Thanks to @axel-stronzik for the contribution