Release 4.0.x
C4Sharp version 4.0.x is released 🚀
We released a new version of C4Sharp. The release includes new improvements such as minor bug fixes to the write test log, code maintainability, and performance. You can read the full list of new enhancements and bug fixes below:
- Using Smetana instead GraphViz/Dot - see more
- Improve abstraction of C4SharpDirectory.cs class
- Enable Nullable Warning
- Improve abstraction of PlantumlResources.cs class
- Improve PlantumlSession.cs responsibility
- Improve Abstraction of Plantuml module
Break changes ⚠️
C4Sharp.Models.Plantuml.IO
Now, the PlantumlSession class was moved to namespace C4Sharp.Models.Plantuml.IO
.
Improvements 😎
Now, the integration tests are running in GitHub actions
See more in our sample code