Skip to content

Releases: tomchavakis/nuget-license

Release v3.0.0-alpha.5

03 Sep 20:29
Compare
Choose a tag to compare
Pre-release

Release v2.4.0

18 May 21:05
cdacfa4
Compare
Choose a tag to compare
  • 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

Release v2.3.13

11 Apr 19:40
a899d2b
Compare
Choose a tag to compare
  • Add repository information to JSON output. (#100)
  • Add alternative regex qualifier (#101)

Contributors:
@noname22 , @Lexy2

Release v2.3.12

05 Apr 18:09
7364124
Compare
Choose a tag to compare

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

08 Feb 18:40
Compare
Choose a tag to compare

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

Contributor:
@elangelo

Release v2.3.10

09 Jan 14:15
Compare
Choose a tag to compare
  • adding the --default-proxy flag #95
  • Add the --proxy-system-auth to use the system default credentials #95

Contributors:
@evolu1

Release v2.3.9

26 Dec 12:07
Compare
Choose a tag to compare
  • adding .vbproj to valid projects (#94) thanks to @evolu1

Release v2.3.8

18 Dec 19:03
Compare
Choose a tag to compare
  • Adding .vbproj to project extensions, contributor: @evolu1
  • Update NuGet Dependencies

Release v2.3.6

16 Oct 15:29
481db39
Compare
Choose a tag to compare
update the project to support .net6.0 (#90)

Release v2.3.5

22 Sep 17:14
Compare
Choose a tag to compare

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

Thanks to @axel-stronzik for the contribution