Rappen.XrmToolBox.UMLDiagramGenerator
1.2023.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Rappen.XrmToolBox.UMLDiagramGenerator --version 1.2023.2.1
NuGet\Install-Package Rappen.XrmToolBox.UMLDiagramGenerator -Version 1.2023.2.1
<PackageReference Include="Rappen.XrmToolBox.UMLDiagramGenerator" Version="1.2023.2.1" />
paket add Rappen.XrmToolBox.UMLDiagramGenerator --version 1.2023.2.1
#r "nuget: Rappen.XrmToolBox.UMLDiagramGenerator, 1.2023.2.1"
// Install Rappen.XrmToolBox.UMLDiagramGenerator as a Cake Addin #addin nuget:?package=Rappen.XrmToolBox.UMLDiagramGenerator&version=1.2023.2.1 // Install Rappen.XrmToolBox.UMLDiagramGenerator as a Cake Tool #tool nuget:?package=Rappen.XrmToolBox.UMLDiagramGenerator&version=1.2023.2.1
Generate PlantUML diagram files from metadata in Microsoft Dataverse.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- XrmToolBox (>= 1.2023.1.63)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2024.11.4 | 25 | 11/24/2024 |
1.2024.11.3 | 60 | 11/23/2024 |
1.2024.11.2 | 42 | 11/23/2024 |
1.2023.12.1 | 6,186 | 12/31/2023 |
1.2023.2.1 | 7,471 | 2/2/2023 |
1.2021.12.1 | 12,402 | 12/15/2021 |
1.2021.1.2 | 11,284 | 1/15/2021 |
1.2020.2.1 | 9,009 | 2/3/2020 |
1.2020.1.3 | 1,002 | 1/28/2020 |
Latest version:
#74 Option to include type details in the model.
#79 Handling bugs in the metadata, some should be `IsLogical` but isn't.
#85 Better filtering options for Attributes and Relationships.
---
Version 1.2021.12.1
Fixes:
#73: Load sometime fails for no project
---
Version 1.2021.1.2:
Major improvement!
Configuration will now by default be stored inline in the generated PlantUML file as a comment block in at the end of the file.
This makes the "project file" obsolete, and a generated PlantUML file can be opened by UML Diagram Generator and the configuration is parsed from the comment block.
Also:
Simplify Save and Generate behavior, not prompting all the time (#66)
Fixed crash when opening configuration containing entities not in the database (#57)
---
Version 1.2020.2.1:
Relationship type filters improved (#44)
Filter to exclude various CDS "internal" attributes (#53)
Sorting relationships by type, related entity, and lookup in the UI (#54)
Hide entities, attributes and relationships grids when nothing matches filter (#47)
Disable entire Project menu when no subitems are enabled (#46)
Uncheck all attributes and relationships when unchecking an entity (#49)
Option to hide Legend entity in PlantUML file (#51)
Prompt to open generated PlantUML file (#50)
---
Version 1.2020.1.3:
First release