Skip to content

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 requested a review from originalfoo May 9, 2022 22:19
@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

3 participants