Skip to content

Commit f5f71e1

Browse files
authored
Merge branch 'dev' into release-2.0.0
2 parents b5c789d + fc945f0 commit f5f71e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ public class BuildParameters
213213
.Append("/p:AssemblyVersion={0}", GitVersion.MajorMinorPatch)
214214
.Append("/p:FileVersion={0}", GitVersion.MajorMinorPatch)
215215
.Append("/p:AssemblyInformationalVersion={0}", GitVersion.InformationalVersion);
216-
}
216+
}

0 commit comments

Comments
 (0)