Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 12:25
· 9 commits to main since this release
  • The ChiselGraphIgnore items now support simple globbing. For example to ignore all packages starting with System. in the graph, use the following syntax:
<ItemGroup>
  <ChiselGraphIgnore Include="System.*" />
</ItemGroup>
  • The dependency graph roots (i.e. direct package and project references) are now identified with an hexagon shape and stronger borders.