PlantUmlClassDiagramGenerator 1.3.3
There is a newer version of this package available.
See the version list below for details.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package PlantUmlClassDiagramGenerator --version 1.3.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This is a generator to create a class-diagram of PlantUML from the C# source code.
Product | Versions 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 | 13,886 | 1/6/2024 |
1.3.4 | 5,743 | 8/20/2023 |
1.3.3 | 4,466 | 2/24/2023 |
1.3.1 | 8,774 | 11/12/2022 |
1.2.5 | 1,550 | 10/15/2022 |
1.2.4 | 12,685 | 2/7/2021 |
1.2.3 | 25,856 | 11/1/2020 |
1.2.2 | 1,859 | 10/31/2020 |
1.2.0 | 6,149 | 11/2/2019 |
1.1.0 | 2,912 | 3/3/2019 |
1.0.0.2 | 2,297 | 11/1/2018 |
1.0.0.1 | 2,488 | 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.