diff --git a/GitVersion.yml b/GitVersion.yml index f12d098..bd0bcb3 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: MainLine -next-version: 1.3.0 +next-version: 1.4.0 assembly-versioning-format: '{Major}.{Minor}.{Patch}.{env:BUILDCOUNT ?? 0}' assembly-informational-format: '{NuGetVersionV2}+Build.{env:BUILDCOUNT ?? 0}.Date.{CommitDate}.Branch.{env:SAFEBRANCHNAME ?? unknown}.Sha.{Sha}' major-version-bump-message: '\+?semver:\s?(breaking|major)'