Skip to content

Commit dc342c7

Browse files
Fix file version to allow windows installer patching
- The assemblies were all ending up with a 0 in digit 4 before this change
1 parent 34a33b1 commit dc342c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitVersion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
assembly-versioning-scheme: MajorMinor
2-
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{env:GITVERSION_BUILD_NUMBER ?? 0}'
2+
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{WeightedPreReleaseNumber}'
33
mode: ContinuousDeployment
44
branches:
55
master:

0 commit comments

Comments
 (0)