Version 1.1.0
- The
ChiselGraphIgnore
items now support simple globbing. For example to ignore all packages starting withSystem.
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.