-
Notifications
You must be signed in to change notification settings - Fork 703
Branding updates for 9.4.2 #11026
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
Branding updates for 9.4.2 #11026
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the version numbers across the Aspire project from 9.4.1 to 9.4.2 in preparation for the 9.4.2 release. This is a standard branding update that ensures all package references and SDK versions are consistent with the new release version.
- Updates the patch version from 1 to 2 in the main version configuration
- Updates all Aspire package version references in test configuration files
- Updates Aspire SDK references used for testing outside the repository
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
eng/Versions.props | Updates the patch version from 1 to 2, establishing the new 9.4.2 version |
tests/Shared/RepoTesting/Directory.Packages.Helix.props | Updates all Aspire package version references from 9.4.1 to 9.4.2 for Helix testing |
tests/Shared/RepoTesting/Aspire.RepoTesting.targets | Updates Aspire.AppHost.Sdk version references from 9.4.1 to 9.4.2 for out-of-repo testing |
Updating branding in preparation for 9.4.2 release.