cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.89k stars 726 forks source link

GH3124: Add missing asserted GitVersion info #4008

Closed gep13 closed 1 year ago

gep13 commented 1 year ago

Newer versions of GitVersion include a number of additional asserted pieces of information, including EscapedBranchName. All of the missing information has now been included in the GitVersion classes.

Fixes #3124

devlead commented 1 year ago

@gep13 your changes have been merged, thanks for your contribution 👍