Skip to content

Releases: 0xced/Chisel

Version 1.1.0

13 Sep 12:25
Compare
Choose a tag to compare
  • 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.

Version 1.0.0

12 Apr 10:07
Compare
Choose a tag to compare
  • Fix a crash when MSBuild is running on the desktop .NET Framework

Version 1.0.0-rc.2

16 Mar 13:02
Compare
Choose a tag to compare
Version 1.0.0-rc.2 Pre-release
Pre-release
  • The wording of some warnings has been improved
  • The README has a paragraph on removing the Azure SDK from Microsoft.Data.SqlClient
  • Readability of Mermaid graphs in dark mode has been improved

Version 1.0.0-rc.1

15 Mar 12:34
Compare
Choose a tag to compare
Version 1.0.0-rc.1 Pre-release
Pre-release

Initial release on NuGet