Updating LibG 232 to the 4.0.0.4684 version.#17061
Conversation
Updating LibG 232 to the 4.0.0.4684 version.
There was a problem hiding this comment.
Pull request overview
Updates the LibG 232 NuGet package reference across Dynamo core, libraries, tools, and related test projects to align the repository on a single LibG 232 build.
Changes:
- Update
DynamoVisualProgramming.LibG_232_0_0package version references from4.0.0.4690to4.0.0.4684across multiple projects. - Update the
DynamoVisualProgramming.LibG_232_0_0_debugpackage version inDynamoCore.csprojto match.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| test/Libraries/WorkflowTests/WorkflowTests.csproj | Updates LibG 232 package version used by workflow tests. |
| test/Libraries/TestServices/TestServices.csproj | Updates LibG 232 package version used by shared test services. |
| test/Libraries/TessellationTests/TessellationTests.csproj | Updates LibG 232 package version used by tessellation tests. |
| test/Libraries/GeometryColorTests/GeometryColorTests.csproj | Updates LibG 232 package version used by geometry color tests. |
| test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | Updates LibG 232 package version used by Python-related tests. |
| test/Libraries/AnalysisTests/AnalysisTests.csproj | Updates LibG 232 package version used by analysis tests. |
| src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj | Updates LibG 232 package version used by the docs generator tool. |
| src/Libraries/Tesellation/Tessellation.csproj | Updates LibG 232 package version used by tessellation library. |
| src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | Updates LibG 232 package version used by WPF geometry UI library. |
| src/Libraries/GeometryUI/GeometryUI.csproj | Updates LibG 232 package version used by geometry UI library. |
| src/Libraries/GeometryColor/GeometryColor.csproj | Updates LibG 232 package version used by geometry color library. |
| src/Libraries/CoreNodes/CoreNodes.csproj | Updates LibG 232 package version used by core nodes library. |
| src/Libraries/Analysis/Analysis.csproj | Updates LibG 232 package version used by analysis library. |
| src/DynamoManipulation/DynamoManipulation.csproj | Updates LibG 232 package version used by manipulation components. |
| src/DynamoCoreWpf/DynamoCoreWpf.csproj | Updates LibG 232 package version used by Dynamo WPF UI. |
| src/DynamoCore/DynamoCore.csproj | Updates LibG 232 (Release) and LibG 232 debug package versions used by DynamoCore. |
| <PackageReference Include="DynamoVisualProgramming.LibG_232_0_0" Version="4.0.0.4684" Condition=" '$(Configuration)' == 'Release' " GeneratePathProperty="true" ExcludeAssets="runtime"/> | ||
| <PackageReference Include="DynamoVisualProgramming.LibG_232_0_0_debug" Version="4.0.0.4684" Condition=" '$(Configuration)' == 'Debug' " GeneratePathProperty="true" ExcludeAssets="runtime"/> |
There was a problem hiding this comment.
The PR description/title says this is an update to LibG 232 v4.0.0.4684, but this change actually moves the referenced package from 4.0.0.4690 down to 4.0.0.4684. Please confirm the intended direction/version; if this is a rollback, update the PR title/description/release notes to reflect that and include the reason, or otherwise bump the package version to the intended newer build.
|



Purpose
Updating LibG 232 to the 4.0.0.4684 version.
Declarations
Check these if you believe they are true
Release Notes
Updating LibG 232 to the 4.0.0.4684 version.
Reviewers
@aparajit-pratap
FYIs