Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • 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.
graph

classDef root stroke-width:4px
classDef default fill:aquamarine,stroke:#009061,color:#333333
classDef removed fill:lightcoral,stroke:#A42A2A

Azure.Identity --> Azure.Core
Microsoft.Data.SqlClient{{Microsoft.Data.SqlClient}} --> Azure.Identity

class Azure.Core removed
class Azure.Identity removed
class Microsoft.Data.SqlClient root
class Microsoft.Data.SqlClient default
Loading

1.0.0 - 2024-04-12

  • Fix a crash when MSBuild is running on the desktop .NET Framework

1.0.0-rc.2 - 2024-03-16

  • 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

1.0.0-rc.1 - 2024-03-15

Initial release on NuGet