Skip to content

Version 1.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Dec 20:30
· 2 commits to main since this release
  • All nodes of the graph can now contain clickable links to their corresponding nuget.org page. This new behavior can be enabled by setting the ChiselGraphIncludeLinks MSBuild property to true. See the ChiselGraphIncludeLinks documentation in the README for more information.
  • The graph now includes a title that defaults to Dependency graph of $(MSBuildProjectName) ($(TargetFramework)). See the ChiselGraphTitle documentation in the README for more information.
  • The version numbers in the graph are now displayed with a @ symbol instead of a / symbol when ChiselGraphIncludeVersions is enabled.
  • Fixed a bug where Chisel could fail with ArgumentException: Multiple targets are matching … Reported by @codeguru42 in #90.