Skip to content

DYN-10078: Update LibG to 4.0.0.4313#16949

Merged
zeusongit merged 1 commit into
DynamoDS:masterfrom
RobertGlobant20:DYN-10078-Update-LibG-4313
Mar 9, 2026
Merged

DYN-10078: Update LibG to 4.0.0.4313#16949
zeusongit merged 1 commit into
DynamoDS:masterfrom
RobertGlobant20:DYN-10078-Update-LibG-4313

Conversation

@RobertGlobant20
Copy link
Copy Markdown
Contributor

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

DYN-10078:
Update LibG 232 NuGet packages to 4.0.0.4313
Update LibG 231 NuGet packages to 4.0.0.4296
Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-10078

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_0 references across core libraries, tools, and test projects to 4.0.0.4313.
  • Update DynamoVisualProgramming.LibG_231_0_0 (used by DynamoCore) to 4.0.0.4296.
  • Keep Debug vs Release LibG package selection in DynamoCore.csproj aligned 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">
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

Copilot uses AI. Check for mistakes.
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

Copilot uses AI. Check for mistakes.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 9, 2026

@zeusongit zeusongit merged commit 7a91ba9 into DynamoDS:master Mar 9, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants