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

Fix regression with version naming #1568

Merged
merged 1 commit into from
May 11, 2022

Conversation

krzychu124
Copy link
Member

Simplest possible fix for unsupported version string supplied to the C# Version constructor

In the future updates we should ensure that last number of version string x.x.x.x will be dedicated for hotfix releases so:
11(12?).<major - stable releases>.<minor - test releases>.<hotfix>

Closes #1566

@krzychu124 krzychu124 added UI User interface updates regression old bug comes back or a new bug introduced in code that used to work. labels May 9, 2022
@krzychu124 krzychu124 self-assigned this May 9, 2022
Copy link
Member

@originalfoo originalfoo left a comment

Choose a reason for hiding this comment

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

👍

@originalfoo
Copy link
Member

can this be merged, it's making it difficult to test other PRs without alering the whatsnew txt file each time switching between PRs

@krzychu124 krzychu124 merged commit 382830a into master May 11, 2022
@krzychu124 krzychu124 deleted the bugfix/whats-new-hotfix-version-regression branch May 11, 2022 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression old bug comes back or a new bug introduced in code that used to work. UI User interface updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

What's New panel - support for hotfix version
2 participants