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

Fallback to AssemblyVersion if InformalVersion is NullOrEmpty #2705

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Oct 6, 2023

Resolves #2664
This removed the comments and todo.
Based on this comment: #1538 (comment) the AssemblyInformationalVersionAttribute is automatically created and defaults to <Version>.
This can be disabled with the GenerateAssemblyInformationalVersionAttribute leading to the informal version returning null.
In that case, the SDK falls back to the assembly version.

#skip-changelog

Copy link
Member

@bruno-garcia bruno-garcia left a comment

Choose a reason for hiding this comment

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

Tests need to be addressed or are they uncovering something we didn't think about?
Otherwise: lgtm

@bitsandfoxes bitsandfoxes merged commit 38fd446 into feat/4.0.0 Oct 10, 2023
12 checks passed
@bitsandfoxes bitsandfoxes deleted the fix/version-fallback branch October 10, 2023 08:29
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