Skip to content

Commit c8e8068

Browse files
committed
Fix GitVersion config
1 parent ad8ed68 commit c8e8068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mode: ContinuousDeployment
22
next-version: 1.0.0
33
assembly-versioning-scheme: 'MajorMinorPatchTag'
4-
assembly-informational-format: '{Major}.{Minor}.{Patch}-{NuGetPreReleaseTagV2}+Sha.{Sha}.Date.{CommitDate}'
4+
assembly-informational-format: '{NuGetVersionV2}+Sha.{Sha}.Date.{CommitDate}'
55
commit-message-incrementing: MergeMessageOnly
66
branches:
77
develop:

0 commit comments

Comments
 (0)