Update LibG NuGet packages for Dynamo 4.1.2#17175
Merged
jasonstratton merged 3 commits intoJun 18, 2026
Merged
Conversation
Bumps DynamoVisualProgramming.LibG_231_0_0, LibG_232_0_0, and LibG_232_0_0_debug from 4.0.0.4841 to 4.0.0.5334 across all referencing projects. 4.0.0.5334 adds code-signing for the en-GB locale resource DLLs that were missing signing in 4.0.0.4841, required for Civil 3D delivery in the Dynamo 4.1.2 patch release. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the Dynamo LibG NuGet dependencies to 4.0.0.5334 across core, UI, library, tool, and test projects, to ensure the en-GB locale resource DLLs are code-signed (required by Civil 3D security policy).
Changes:
- Bump
DynamoVisualProgramming.LibG_232_0_0from4.0.0.4841→4.0.0.5334in all referencing projects (src + test). - Bump
DynamoVisualProgramming.LibG_231_0_0andDynamoVisualProgramming.LibG_232_0_0_debugto4.0.0.5334inDynamoCore.csproj. - Remove all remaining references to
4.0.0.4841for these LibG packages in the repo (verified via search).
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/DynamoCore/DynamoCore.csproj | Updates LibG 231/232 (+ debug) package versions to 4.0.0.5334. |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/DynamoManipulation/DynamoManipulation.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/Analysis/Analysis.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/CoreNodes/CoreNodes.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/GeometryColor/GeometryColor.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/GeometryUI/GeometryUI.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Libraries/Tesellation/Tessellation.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/AnalysisTests/AnalysisTests.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/GeometryColorTests/GeometryColorTests.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/TessellationTests/TessellationTests.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/TestServices/TestServices.csproj | Updates LibG_232 package version to 4.0.0.5334. |
| test/Libraries/WorkflowTests/WorkflowTests.csproj | Updates LibG_232 package version to 4.0.0.5334. |
DynamoVisualProgramming.LibG_231_0_0 was not published at 4.0.0.5334 — only LibG_232 received a new build. Revert the 231 reference back to 4.0.0.4841 so NuGet restore succeeds. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
ASM231 build published at 4.0.0.5336 with the same en-GB signing fix as LibG_232 4.0.0.5334. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
avidit
approved these changes
Jun 18, 2026
RobertGlobant20
approved these changes
Jun 18, 2026
RobertGlobant20
left a comment
Contributor
There was a problem hiding this comment.
LGTM, just bumping up LIBG versions
|
Contributor
Author
|
/cherrypick |
3 tasks
|
Successfully created backport PR for |
This was referenced Jun 19, 2026
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.



Purpose
Updates
DynamoVisualProgramming.LibG_231_0_0,LibG_232_0_0, andLibG_232_0_0_debugfrom4.0.0.4841to4.0.0.5334across all referencing projects.LibG
4.0.0.5334adds code-signing for the en-GB locale resource DLLs that were missing signing in4.0.0.4841. Civil 3D's security policy requires all DLLs to be signed. This fix is required for the Dynamo 4.1.2 patch release to Civil 3D. The same signed DLLs are also needed in the 4.2 release (July 2026).Fix targets: master (for 4.2), cherry-pick to 4.1.2 RC branch (cut from v4.1.1)
Changes
src/DynamoCore/DynamoCore.csproj— LibG_231, LibG_232, LibG_232_debugsrc/DynamoCoreWpf/DynamoCoreWpf.csprojsrc/DynamoManipulation/DynamoManipulation.csprojsrc/Libraries/Analysis/Analysis.csprojsrc/Libraries/CoreNodes/CoreNodes.csprojsrc/Libraries/GeometryColor/GeometryColor.csprojsrc/Libraries/GeometryUI/GeometryUI.csprojsrc/Libraries/GeometryUIWpf/GeometryUIWpf.csprojsrc/Libraries/Tesellation/Tessellation.csprojsrc/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csprojtest/Libraries/AnalysisTests/AnalysisTests.csprojtest/Libraries/DynamoPythonTests/DynamoPythonTests.csprojtest/Libraries/GeometryColorTests/GeometryColorTests.csprojtest/Libraries/TessellationTests/TessellationTests.csprojtest/Libraries/TestServices/TestServices.csprojtest/Libraries/WorkflowTests/WorkflowTests.csprojChecklist
PublicAPI.Unshipped.txt(N/A — no API surface changes)Release Notes
N/A — internal dependency update; no user-facing behavior change. Required for signed DLL delivery to Civil 3D via Dynamo 4.1.2.