PlantUmlClassDiagramGenerator 1.4.0

dotnet tool install --global PlantUmlClassDiagramGenerator --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local PlantUmlClassDiagramGenerator --version 1.4.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PlantUmlClassDiagramGenerator&version=1.4.0
nuke :add-package PlantUmlClassDiagramGenerator --version 1.4.0

This is a generator to create a class-diagram of PlantUML from the C# source code.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.4.0 3,897 1/6/2024
1.3.4 4,659 8/20/2023
1.3.3 4,350 2/24/2023
1.3.1 8,697 11/12/2022
1.2.5 1,490 10/15/2022
1.2.4 12,172 2/7/2021
1.2.3 25,794 11/1/2020
1.2.2 1,804 10/31/2020
1.2.0 6,041 11/2/2019
1.1.0 2,844 3/3/2019
1.0.0.2 2,243 11/1/2018
1.0.0.1 2,419 7/5/2018

[V1.4.0]
- Updated the target framework to .NET 8.0.
- Fixed an issue where Nullable types were not being output with the createAssociation option.