CitiesSkylinesMods / TMPE

Cities: Skylines Traffic Manager: President Edition
https://steamcommunity.com/sharedfiles/filedetails/?id=1637663252
MIT License
569 stars 85 forks source link

Fix regression with version naming #1568

Closed krzychu124 closed 2 years ago

krzychu124 commented 2 years ago

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

originalfoo commented 2 years ago

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