PlantUmlClassDiagramGenerator 1.2.0
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.2.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.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PlantUmlClassDiagramGenerator&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package PlantUmlClassDiagramGenerator --version 1.2.0
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 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.2.0.0]
- Updated to .Net Core 3.0.
- Add Feature that allows for Nullable (?) type syntax.
- Add all-in-one option.