DYN-8971 Update version for RC3.5.2#16258
Conversation
There was a problem hiding this comment.
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")] |
There was a problem hiding this comment.
The copyright symbol appears to be corrupted; please replace it with the proper '©' character.
| [assembly: AssemblyCopyright("Copyright � Autodesk, Inc 2025")] | |
| [assembly: AssemblyCopyright("Copyright © Autodesk, Inc 2025")] |
There was a problem hiding this comment.
hmm I thought this is done already based on the diff
|
@avidit The PR failed |
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-8971
|
The following job https://master-5.jenkins.autodesk.com/job/Dynamo/job/DynamoAGTTests/job/master/972 passed for this PR |
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
*.resxfilesRelease Notes
N/A
Reviewers
@DynamoDS/eidos
FYIs
(FILL ME IN, Optional) Names of anyone else you wish to be notified of