Skip to content

Commit

Permalink
nuspecs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Dec 31, 2023
1 parent 3a6d6a2 commit a90b695
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 8 deletions.
43 changes: 39 additions & 4 deletions LCG/Rappen.XTB.LCG.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,41 @@
<releaseNotes>
Latest version:

Solving issue 'XrmToolBox.PluginStore missing' - read more: https://jonasr.app/missing-xrmtoolbox-pluginsstore/

Kindly stolen code from Ivan Ficko @DynamicsNinja to count records. #89

Displays number of records for all entities (only for v9.0 or later). #89

Possibility to only show entities that have any records. #92

Can count and displays all attributes that are not-null. #90

Attributes with data count will also display how many unique values.

Filter to only show attributes with any values. #93

Filter to only show attributes with >1 unique values.

Feature to filter out all Microsoft related apps. #88 requested by @jellevervloessem
Current MS prefixes are listed as:
msdyn_
msdynce_
msdyncrm_
msdynmkt_
msfp_
mspcat_
mspp_
sales_
adx_
bot_
botcomponent_
Need more? Please comment here! https://github.com/rappen/LCG-UDG/issues/88

---

Version 1.2023.2.1

#79 Handling bugs in the metadata, some should be `IsLogical` but isn't.
#85 Better filtering options for Attributes and Relationships

Expand Down Expand Up @@ -91,14 +126,14 @@ Version 1.2018.9.2:
#25 Gently forgive file write errors instead of throwing exception
Template line break bug fixed
</releaseNotes>
<copyright>Copyright 2017-2023 Jonas Rapp</copyright>
<copyright>Copyright 2017-2024 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins LateboundConstantsGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.1.63" />
<dependency id="XrmToolBox" version="1.2023.10.67" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Rappen.XTB.LCG.dll" target="lib\net452\Plugins" />
<file src="bin\Release\Rappen.XTB.LCG.UDG.Common.dll" target="lib\net452\Plugins" />
<file src="bin\Release\Rappen.XTB.LCG.dll" target="lib\net48\Plugins" />
<file src="bin\Release\Rappen.XTB.LCG.UDG.Common.dll" target="lib\net48\Plugins" />
</files>
</package>
48 changes: 44 additions & 4 deletions UDG/Rappen.XTB.UDG.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,51 @@
<projectUrl>https://jonasr.app/UML</projectUrl>
<iconUrl>https://raw.githubusercontent.com/rappen/LCG-UDG/master/images/UDG-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generate PlantUML diagram files from metadata in Microsoft Dataverse.</description>
<description>
Generate PlantUML diagram files from metadata in Microsoft Dataverse.
Read docs: https://jonasr.app/UML
</description>
<summary>Generate PlantUML diagram files from metadata in Microsoft Dataverse.</summary>
<releaseNotes>
Latest version:

Solving issue 'XrmToolBox.PluginStore missing' - read more: https://jonasr.app/missing-xrmtoolbox-pluginsstore/

Added options to set how much space added for tables and relationships.

Kindly stolen code from Ivan Ficko @DynamicsNinja to count records. #89

Displays number of records for all entities (only for v9.0 or later). #89

Possibility to only show entities that have any records. #92

Can count and displays all attributes that are not-null. #90

Attributes with data count will also display how many unique values.

Filter to only show attributes with any values. #93

Filter to only show attributes with >1 unique values.

Feature to filter out all Microsoft related apps. #88 requested by @jellevervloessem
Current MS prefixes are listed as:
msdyn_
msdynce_
msdyncrm_
msdynmkt_
msfp_
mspcat_
mspp_
sales_
adx_
bot_
botcomponent_
Need more? Please comment here! https://github.com/rappen/LCG-UDG/issues/88

---

Version 1.2023.2.1

#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.
Expand Down Expand Up @@ -55,14 +95,14 @@ Version 1.2020.1.3:

First release
</releaseNotes>
<copyright>Copyright 2020-2023 Jonas Rapp</copyright>
<copyright>Copyright 2020-2024 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins UMLDiagramGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.10.67" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\Rappen.XTB.UDG.dll" target="lib\net452\Plugins" />
<file src="bin\Release\Rappen.XTB.LCG.UDG.Common.dll" target="lib\net452\Plugins" />
<file src="bin\Release\Rappen.XTB.UDG.dll" target="lib\net48\Plugins" />
<file src="bin\Release\Rappen.XTB.LCG.UDG.Common.dll" target="lib\net48\Plugins" />
</files>
</package>

0 comments on commit a90b695

Please sign in to comment.