Skip to content

Commit

Permalink
NuSpec files ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 2, 2023
1 parent 1735231 commit d04e4e1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 50 deletions.
57 changes: 32 additions & 25 deletions LCG/Rappen.XTB.LCG.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Rappen.XrmToolBox.LateboundConstantsGenerator</id>
<version>1.0.0</version>
<title>Latebound Constants Generator for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<projectUrl>https://github.com/rappen/LCG-UDG</projectUrl>
<iconUrl>https://raw.githubusercontent.com/rappen/LCG-UDG/master/images/LCG-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generate constant classes from metadata for late bound development on Microsoft Dataverse.</description>
<summary>Generate constant classes from metadata for late bound development on Microsoft Dataverse.</summary>
<releaseNotes>
<package>
<metadata>
<id>Rappen.XrmToolBox.LateboundConstantsGenerator</id>
<version>1.0.0</version>
<title>Latebound Constants Generator for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<projectUrl>https://github.com/rappen/LCG-UDG</projectUrl>
<iconUrl>https://raw.githubusercontent.com/rappen/LCG-UDG/master/images/LCG-150-tsp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Generate constant classes from metadata for late bound development on Microsoft Dataverse.</description>
<summary>Generate constant classes from metadata for late bound development on Microsoft Dataverse.</summary>
<releaseNotes>
Latest version:

#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:
#72: Load old project with one-file-per-entity gets include config with every file (not supported)
#73: Load sometime fails for no project
Expand Down Expand Up @@ -83,15 +90,15 @@ Version 1.2018.9.2:
#24 Add XML documentation for relationship constants
#25 Gently forgive file write errors instead of throwing exception
Template line break bug fixed
</releaseNotes>
<copyright>Copyright 2017-2021 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins LateboundConstantsGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2021.9.52" />
</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" />
</files>
</package>
</releaseNotes>
<copyright>Copyright 2017-2023 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins LateboundConstantsGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.1.63" />
</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" />
</files>
</package>
58 changes: 33 additions & 25 deletions UDG/Rappen.XTB.UDG.nuspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Rappen.XrmToolBox.UMLDiagramGenerator</id>
<version>1.0.0</version>
<title>UML Diagram Generator for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<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>
<summary>Generate PlantUML diagram files from metadata in Microsoft Dataverse.</summary>
<releaseNotes>
<package>
<metadata>
<id>Rappen.XrmToolBox.UMLDiagramGenerator</id>
<version>1.0.0</version>
<title>UML Diagram Generator for XrmToolBox</title>
<authors>Jonas Rapp</authors>
<owners>rappen</owners>
<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>
<summary>Generate PlantUML diagram files from metadata in Microsoft Dataverse.</summary>
<releaseNotes>
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

Expand Down Expand Up @@ -46,15 +54,15 @@ Prompt to open generated PlantUML file (#50)
Version 1.2020.1.3:

First release
</releaseNotes>
<copyright>Copyright 2020-2021 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins UMLDiagramGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2021.9.52" />
</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" />
</files>
</package>
</releaseNotes>
<copyright>Copyright 2020-2023 Jonas Rapp</copyright>
<tags>XrmToolBox Plugins UMLDiagramGenerator</tags>
<dependencies>
<dependency id="XrmToolBox" version="1.2023.1.63" />
</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" />
</files>
</package>

0 comments on commit d04e4e1

Please sign in to comment.