X Tutup
The Wayback Machine - https://web.archive.org/web/20250403003935/https://github.com/PowerShell/PowerShell/pull/24783
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v7.5] Make the AssemblyVersion does not change for servicing releases #24783

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

TravisEz13
Copy link
Member

Backport #24667

This pull request includes changes to the build configuration files to improve versioning and tagging for release builds. The most important changes include adding a ReleaseTag parameter to the Start-PSBuild commands and explicitly setting FileVersion and AssemblyVersion in the PowerShell.Common.props file.

Changes to build configuration:

Changes to versioning:

  • PowerShell.Common.props: Added explicit settings for FileVersion and AssemblyVersion to ensure consistent versioning for servicing releases.
  • PowerShell.Common.props: Updated comment to clarify when FileVersion and AssemblyVersion are set explicitly.

@TravisEz13
Copy link
Member Author

/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-CI-static-analysis, PSResourceGet ACR, PowerShell-Windows-Packaging-CI

Copy link

Azure Pipelines successfully started running 5 pipeline(s).

@TravisEz13 TravisEz13 self-assigned this Jan 15, 2025
@TravisEz13 TravisEz13 merged commit f4c17e4 into release/v7.5 Jan 15, 2025
43 of 45 checks passed
@TravisEz13 TravisEz13 deleted the backport-24667 branch January 15, 2025 19:10
Copy link
Contributor

microsoft-github-policy-service bot commented Jan 15, 2025

📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️

🔗 https://aka.ms/PSRepoFeedback

@jshigetomi jshigetomi added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
X Tutup