DYN-10078: Update LibG to 4.0.0.4313#16949
Conversation
DYN-10078: Update LibG 232 NuGet packages to 4.0.0.4313 Update LibG 231 NuGet packages to 4.0.0.4296
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10078
There was a problem hiding this comment.
Pull request overview
Updates Dynamo’s LibG NuGet dependencies to newer builds, aligning both runtime and test projects with the intended LibG 231/232 package versions.
Changes:
- Bump
DynamoVisualProgramming.LibG_232_0_0references across core libraries, tools, and test projects to4.0.0.4313. - Update
DynamoVisualProgramming.LibG_231_0_0(used byDynamoCore) to4.0.0.4296. - Keep
DebugvsReleaseLibG package selection inDynamoCore.csprojaligned to the same new version.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| test/Libraries/WorkflowTests/WorkflowTests.csproj | Updates LibG 232 test dependency to 4.0.0.4313 |
| test/Libraries/TestServices/TestServices.csproj | Updates LibG 232 test dependency to 4.0.0.4313 |
| test/Libraries/GeometryColorTests/GeometryColorTests.csproj | Updates LibG 232 test dependency to 4.0.0.4313 |
| test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | Updates LibG 232 test dependency to 4.0.0.4313 |
| test/Libraries/AnalysisTests/AnalysisTests.csproj | Updates LibG 232 test dependency to 4.0.0.4313 (also touched file encoding at the <Project> line) |
| src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj | Updates LibG 232 tool dependency to 4.0.0.4313 |
| src/Libraries/Tesellation/Tessellation.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/Libraries/GeometryUI/GeometryUI.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/Libraries/GeometryColor/GeometryColor.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/Libraries/CoreNodes/CoreNodes.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/Libraries/Analysis/Analysis.csproj | Updates LibG 232 library dependency to 4.0.0.4313 |
| src/DynamoManipulation/DynamoManipulation.csproj | Updates LibG 232 dependency to 4.0.0.4313 |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Updates LibG 232 dependency to 4.0.0.4313 |
| src/DynamoCore/DynamoCore.csproj | Updates LibG 231 to 4.0.0.4296; updates LibG 232 (+ debug) to 4.0.0.4313 (also touched file encoding at the <Project> line) |
| @@ -1,4 +1,4 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
There was a problem hiding this comment.
This line now includes a UTF-8 BOM (U+FEFF) before <Project>. Since .editorconfig specifies charset = utf-8, consider removing the BOM to avoid unintended encoding-only diffs and keep file encoding consistent with the repo settings.
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <Project Sdk="Microsoft.NET.Sdk"> |
| @@ -1,4 +1,4 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
There was a problem hiding this comment.
This line now includes a UTF-8 BOM (U+FEFF) before <Project>. Since .editorconfig specifies charset = utf-8, consider removing the BOM to avoid unintended encoding-only diffs and keep file encoding consistent with the repo settings.
| <Project Sdk="Microsoft.NET.Sdk"> | |
| <Project Sdk="Microsoft.NET.Sdk"> |
|



Purpose
DYN-10078:
Update LibG 232 NuGet packages to 4.0.0.4313
Update LibG 231 NuGet packages to 4.0.0.4296
Declarations
Check these if you believe they are true
Release Notes
Update LibG 232 and LibG 231 NuGet packages
Reviewers
@zeusongit @aparajit-pratap
FYIs