From ab8ff982602ed7e49804aeaaface8c502444713b Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Mon, 24 Jul 2023 12:50:10 -0600 Subject: [PATCH] Version 1.1.0 --- GitVersion.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/GitVersion.yml b/GitVersion.yml index a791dcf..f0a8536 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,4 +1,5 @@ mode: Mainline +next-version: 1.1.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)'