Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Dec 12:46
f357193

Changelog

Breaking Changes

  • The flag --disable-github-licenses is now deprecated and set as the default launch setting. If you want to enable GitHub license resolution, you must activate it by setting -enable-github-licenses.

  • Generated SBOMs are now of CycloneDX-Version 1.5

Deprecated Arguments

The following arguments are deprecated and will be replaced soon:

  • -d is now replaced by -ed
  • -r is now replaced by -rs
  • -f is now replaced by -fn
  • --out is now replaced by --output

The argument -v has been removed directly.

Features

  • Introducing a new flag: -ipr or --include-project-references, which adds project references to the bom output.
  • The --output flag is not mandatory anymore but defaults to the working directory.

Bugfixes

  • The --exclude-dev flag now also removes dev dependencies from the dependency graph.
  • Fixed an error where .NET Standard was treated as a package dependency, causing a failure.
  • Fixed an error where a package reference, shadowed by a project reference, leads to a failure.

Notes

  • Changed the command line from McMaster.Extensions.CommandLineUtils to System.CommandLine.