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/9.0.1xx] Use stable 35.0.x branding #9446

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

pjcollins
Copy link
Member

Context: 0f2a323
Context: 4ea5dbb

Brings in stable versioning changes from previous .NET 8 and .NET 7
release branches. We've historically added a few new version properties
to represent the stable version and calculate the patch delta.

$(AndroidPackVersion) has been updated to "reset" the commit distance.

Context: 0f2a323
Context: 4ea5dbb

Brings in stable versioning changes from previous .NET 8 and .NET 7
release branches.  We've historically added a few new version properties
to represent the stable version and calculate the patch delta.

`$(AndroidPackVersion)` has been updated to "reset" the commit distance.
<IsStableBuild Condition=" '$(AndroidPackVersionSuffix)' == 'rtm' and $(XAVersionBranch.StartsWith('release/')) ">true</IsStableBuild>
</PropertyGroup>
<Message Text="XAVersionInfo: $(XAVersionBranch)/$(XAVersionHash) - PackVersion: $(AndroidPackVersionLong) MSIVersion: $(AndroidMSIVersion) IsStable: $(IsStableBuild)" />
Copy link
Member Author

@pjcollins pjcollins Oct 22, 2024

Choose a reason for hiding this comment

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

I decided to add some logging here to make it easier to look through logs, and it's probably worth us looking at this again for .NET 10 to simplify the set of changes needed.

@pjcollins pjcollins changed the base branch from main to release/9.0.1xx October 22, 2024 16:53
Copy link
Member

@jonathanpeppers jonathanpeppers left a comment

Choose a reason for hiding this comment

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

These version numbers look right now 👍 :

image

@jonathanpeppers jonathanpeppers merged commit 61a7677 into release/9.0.1xx Oct 22, 2024
56 of 58 checks passed
@jonathanpeppers jonathanpeppers deleted the dev/pjc/rel9-stablevers branch October 22, 2024 18:33
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.

2 participants