PlantUmlClassDiagramGenerator 1.3.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global PlantUmlClassDiagramGenerator --version 1.3.3
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.3.3
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PlantUmlClassDiagramGenerator&version=1.3.3
nuke :add-package PlantUmlClassDiagramGenerator --version 1.3.3

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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 4,169 1/6/2024
1.3.4 4,703 8/20/2023
1.3.3 4,368 2/24/2023
1.3.1 8,711 11/12/2022
1.2.5 1,503 10/15/2022
1.2.4 12,201 2/7/2021
1.2.3 25,810 11/1/2020
1.2.2 1,819 10/31/2020
1.2.0 6,061 11/2/2019
1.1.0 2,860 3/3/2019
1.0.0.2 2,259 11/1/2018
1.0.0.1 2,435 7/5/2018

[V1.3.3]
- Fixed an issue where the IgnoreAttributes parameter did not work when using the default access modifier.
[V1.3.2]
- Add a switch to exclude "@startuml" and "@enduml" tags from the puml file.
- Fixed to add "- "(private) as default modifier when access modifier is omitted.