You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the criteria for checking if the cake version being used by the user is restricted to check if both major+minor versions of the tool is matching the one we build Cake.Recipe with.
This was done due to cake being in a pre 1.0 state and could include breaking changes in any minor release.
Now that cake have reached 1.0, this criteria should be updated to only factor in the major version of cake itself instead of the major+minor check already implemented.
Currently the criteria for checking if the cake version being used by the user is restricted to check if both major+minor versions of the tool is matching the one we build Cake.Recipe with.
This was done due to cake being in a pre 1.0 state and could include breaking changes in any minor release.
Now that cake have reached 1.0, this criteria should be updated to only factor in the major version of cake itself instead of the major+minor check already implemented.
Reference to the place that needs to be updated:
Cake.Recipe/Cake.Recipe/Content/build.cake
Lines 10 to 16 in 538ba93
The text was updated successfully, but these errors were encountered: