Skip to content

DYN-8971 Update version for RC3.5.2#16258

Merged
QilongTang merged 1 commit into
RC3.5.2_masterfrom
UpdateVersion
Jun 3, 2025
Merged

DYN-8971 Update version for RC3.5.2#16258
QilongTang merged 1 commit into
RC3.5.2_masterfrom
UpdateVersion

Conversation

@QilongTang

@QilongTang QilongTang commented Jun 3, 2025

Copy link
Copy Markdown
Contributor

Purpose

Update release version for RC3.5.2 branch.

This pull request updates version-related strings for the RC3.5.2 branch across build configuration, assembly info, license, and documentation files. Key changes include updating version numbers in build.json and related config files, incrementing the build number in AssemblySharedInfo.tt and AssemblySharedInfo.cs, and updating version references in license documents.

Declarations

Check these if you believe they are true

  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated
  • This PR contains no files larger than 50 MB
  • This PR introduces new feature code involve network connecting and is tested with no-network mode.

Release Notes

N/A

Reviewers

@DynamoDS/eidos

FYIs

(FILL ME IN, Optional) Names of anyone else you wish to be notified of

@QilongTang QilongTang requested review from a team and Copilot June 3, 2025 03:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request updates version-related strings for the RC3.5.2 branch across build configuration, assembly info, license, and documentation files. Key changes include updating version numbers in build.json and related config files, incrementing the build number in AssemblySharedInfo.tt and AssemblySharedInfo.cs, and updating version references in license documents.

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/autobuild/build.json Version update from 3.5.1 to 3.5.2 in build identifiers.
src/Config/upiconfig.xml Updated version identifier from 3.5.0 to 3.5.2.
src/AssemblySharedInfoGenerator/AssemblySharedInfo.tt Incremented build number from 1 to 2.
src/AssemblySharedInfoGenerator/AssemblySharedInfo.cs Updated AssemblyVersion and AssemblyFileVersion to 3.5.2.
doc/distrib/License.rtf Updated license content to reference version 3.5.2.
LICENSE.txt Updated license header to reflect version 3.5.2.

[assembly: AssemblyCompany("Autodesk, Inc")]
[assembly: AssemblyProduct("Dynamo")]
[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2025")]
[assembly: AssemblyCopyright("Copyright Autodesk, Inc 2025")]

Copilot AI Jun 3, 2025

Copy link

Choose a reason for hiding this comment

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

The copyright symbol appears to be corrupted; please replace it with the proper '©' character.

Suggested change
[assembly: AssemblyCopyright("Copyright Autodesk, Inc 2025")]
[assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2025")]

Copilot uses AI. Check for mistakes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

hmm I thought this is done already based on the diff

@QilongTang

Copy link
Copy Markdown
Contributor Author

@avidit The PR failed ExitDynamo test, how to see if it is real?

@QilongTang QilongTang changed the title Update version for RC3.5.2 DYN-8971 Update version for RC3.5.2 Jun 3, 2025

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

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-8971

@QilongTang QilongTang merged commit 17c3ec9 into RC3.5.2_master Jun 3, 2025
20 of 28 checks passed
@QilongTang QilongTang deleted the UpdateVersion branch June 3, 2025 16:45
@QilongTang

Copy link
Copy Markdown
Contributor Author

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.

3 participants