diff --git a/src/GitInfo/build/GitInfo.targets b/src/GitInfo/build/GitInfo.targets index 13426d5..b509777 100644 --- a/src/GitInfo/build/GitInfo.targets +++ b/src/GitInfo/build/GitInfo.targets @@ -50,6 +50,14 @@ in a previous build in a GitInfo.cache for performance reasons. Defaults to empty value (no ignoring). + + $(GitTagRegex): Regular Experssion used with git describe to find the BaseTag + Defaults to * (all) + + $(GitBaseVersionExpr): Regular Experssion used with git describe to find the BaseTag + Defaults to '^v?(?\d+)\.(?\d+)\.(?\d+)(?:\-(?