JourneyIntoCRM.XrmToolbox.ERDPlugin 1.4.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package JourneyIntoCRM.XrmToolbox.ERDPlugin --version 1.4.2
NuGet\Install-Package JourneyIntoCRM.XrmToolbox.ERDPlugin -Version 1.4.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JourneyIntoCRM.XrmToolbox.ERDPlugin" Version="1.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JourneyIntoCRM.XrmToolbox.ERDPlugin --version 1.4.2
#r "nuget: JourneyIntoCRM.XrmToolbox.ERDPlugin, 1.4.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JourneyIntoCRM.XrmToolbox.ERDPlugin as a Cake Addin
#addin nuget:?package=JourneyIntoCRM.XrmToolbox.ERDPlugin&version=1.4.2

// Install JourneyIntoCRM.XrmToolbox.ERDPlugin as a Cake Tool
#tool nuget:?package=JourneyIntoCRM.XrmToolbox.ERDPlugin&version=1.4.2

Create graphical images of Entity Relation Diagrams in any Dynamics CRM solution, the way you want.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0 10,128 9/30/2023
1.5.1 6,692 5/22/2023
1.5.0 175 5/22/2023
1.4.6 49,103 1/3/2020
1.4.5 865 12/31/2019
1.4.2.1 6,451 7/26/2019
1.4.2 32,149 7/16/2018
1.4.1 50,074 8/14/2017
1.4.0 19,148 7/6/2017
1.3.0 12,650 6/21/2017
1.2.2 15,628 5/30/2017
1.2.1 11,324 5/17/2017
1.2.0 3,486 5/16/2017
1.1.0 12,566 4/30/2017
1.0.0 10,401 4/18/2017

1.4.2.0 - Bugfix
- Index out of bounds caused plugin to crash
1.4.1.0 - Bugfixes
- Entity relations were drawn the opposite way (thank you Art Karp & Simon Hetzel)
- Relationship editor dialog shows crowfoot as well.
- Removed unused toolbar from Entity editor dialog.

1.4.0.0 - New features:
- Option to build diagram based on the entities you select.
- Specify the number of entities per row.

1.3.0.0 - Fixes and new features:
- Resolved issue with blocked UI thread. Screen does not freeze anymore.
- Resolved case of an empty entity name in case of a missing translation or friendly name.
- "No Fields" render option, to render empty entities.
- In case entity does not contain fields, the expand/collapse button will not be shown.
- Navigator panel in which an overview of the full diagram is shown.

1.2.2.0 - Fix
- Using localization, in case there was no localized label; the field was rendered empty.  

1.2.1.0 - Critical bugfix
- Localization causes a crash on older CRM versions. Functionality rewritten.

1.2.0.0 - New features and fixes
- Option to show relationships with entities outside solution (Ghosted relations)
- Option to choose language in solution
- fix: error Found An attribute with unrecognized required level.

1.1.0.0 - New features and fixes
- optional show hidden solutions
- optional hide unpublished customizations
- optional render key fields only in entities
- name bar above the diagram
- visual identification of primary and  foreign keys in entitiy
- sort field names in entities (PK, FK's, alphabetical)
- better usage of canvas while rendering entities
- empty entities are collapsed, and take less space while expanded
- fix: don't show fields of type: Virtual
- fix: screenfreeze during loading, warning message
- fix: catch unknown datatypes
- fix: flickering of solution list while processing
- fix: image too big error (GDI error)
- fix: selection in list remains while not focus on field

1.0.0.0 - Initial version