Skip to content

Releases: 0xced/nugraph

Version 0.5.0

27 Jun 20:45

Choose a tag to compare

  • Links to nuget.org are now added only for packages which are actually available on the NuGet Gallery. Previously, a non-working link to nuget.org would be added for packages coming from private NuGet feeds.
  • Packages which are unavailable on the NuGet Gallery are now rendered in beige (moccasin), unless the --no-links options is specified.

Before:

graph LR
classDef default fill:aquamarine,stroke:#009061,color:#333333
MyPrivatePackage --> Serilog

After:

graph LR
classDef default fill:aquamarine,stroke:#009061,color:#333333
classDef private fill:moccasin,stroke:#AF8844
MyPrivatePackage --> Serilog
class MyPrivatePackage private

Version 0.4.0

26 Jun 14:47

Choose a tag to compare

  • Fixed an issue where a project reference (blue) could be wrongly identified as package reference (green)
  • Removed the --no-browser option, replaced with the -u|--url option
  • Logs and status are now written to stderr. Only actual content is written to stdout, i.e.
    • The graph URL when --url print is used
    • The output of the --help and --version options

Version 0.3.0

24 Jun 14:48

Choose a tag to compare

Initial release