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

Add contents of AssemblyInformationalVersionAttribute to the AssemblyVersionInformation class #1183

Merged
merged 3 commits into from
Mar 31, 2016

Conversation

allykzam
Copy link
Contributor

Since the AssemblyInformationalVersion attribute often contains information not available in the AssemblyVersion attribute, such as beta or rc information, certain features (like logging) of other software could benefit from having the more descriptive version information.

Decided to work this up because we recently moved to using FAKE to build some older internal projects at work, which means our AssemblyInfo files are now auto-generated based on the release notes file. Beta 4 for version 1.2.3 used to be manually-entered as 1.2.3.4; now the version is entered as 1.2.3-beta4, and the auto-generated AssemblyInfo file writes this as 1.2.3. Since bugs can come and go quickly during betas, having the rest of the version text would greatly improve the usefulness of logging.

@forki
Copy link
Member

forki commented Mar 31, 2016

cool

@forki forki merged commit 8eafec9 into fsprojects:master Mar 31, 2016
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