v1.0.6#22
Merged
rebelinux merged 3 commits intoAsBuiltReport:devfrom Apr 24, 2026
Merged
Conversation
- Bump module version to 1.0.6 in AsBuiltReport.Diagram.psd1 and project files. - Update Graphviz binaries to version 14.1.5. - Upgrade itext and itext.bouncy-castle-adapter dependencies to version 9.6.0 in AbrDiaConvertImageToPDF and AbrDiagrammer projects. - Refactor GitHub Actions workflows for improved readability and consistency. - Document changes in CHANGELOG.md.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the AsBuiltReport.Diagram release to v1.0.6 by bumping module/assembly versions, refreshing bundled Graphviz (Windows) binaries, and upgrading iText dependencies in the companion C# projects.
Changes:
- Bump module version to 1.0.6 and add a 1.0.6 changelog entry.
- Upgrade iText dependencies to 9.6.0 in both C# projects (net8.0 + net48).
- Update bundled Windows Graphviz binaries (noted as v14.1.5) and reformat CI workflow YAML.
Reviewed changes
Copilot reviewed 6 out of 72 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Sources/Diagrammer/AbrDiagrammer.csproj | Bumps Diagrammer version to 1.0.6 and updates iText packages to 9.6.0. |
| Sources/DiaConvertImageToPDF/AbrDiaConvertImageToPDF.csproj | Updates iText packages to 9.6.0 for the net48 PDF converter project. |
| CHANGELOG.md | Adds release notes for v1.0.6 (including Graphviz + dependency updates). |
| AsBuiltReport.Diagram/AsBuiltReport.Diagram.psd1 | Bumps PowerShell module version to 1.0.6. |
| .github/workflows/Release.yml | Reformats the release/publish workflow YAML (no functional intent indicated). |
| .github/workflows/PSScriptAnalyzer.yml | Minor YAML formatting change for the lint workflow trigger. |
| .github/workflows/Pester.yml | Reformats Pester workflow YAML; keeps existing build/test steps. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/circo.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/cgraph++.dll | Updated bundled Graphviz binary dependency. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/dot.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/dot_builtins.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/fdp.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/gvpr.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/neato.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/nop.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/osage.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/patchwork.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/sfdp.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/tred.exe | Updated bundled Graphviz binary. |
| AsBuiltReport.Diagram/Tools/Graphviz/bin/twopi.exe | Updated bundled Graphviz binary. |
Comment on lines
+12
to
+13
| <PackageReference Include="itext" Version="9.6.0" /> | ||
| <PackageReference Include="itext.bouncy-castle-adapter" Version="9.6.0" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[1.0.6] - 2026-04-23
🔃 Changed