Breaking changes
- We no longer support .NET Framework 4.8 in the nuget package we publish. (Though the code still targets netstandard2.0, it could still be made to work by drafting a separate nuget package for .NET Framework, if the need arises.)
- Due to technical difficulties with propagating native build artifacts through the dotnet build pipeline we no longer support consuming this project as a git submodule. The official way to use this library is through the nuget package published on nuget.org.
Improvements
- Introduces linux support by @chtenb in #95
- Unicode support by @chtenb in #76
- Update Graphviz to version 11.0.0 by @chtenb in #94
- Upgrade test projects to use net8.0 by @chtenb in #87
Full Changelog: v2.0.2...v3.0.1