We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5c789d + fc945f0 commit f5f71e1Copy full SHA for f5f71e1
build.cake
@@ -213,4 +213,4 @@ public class BuildParameters
213
.Append("/p:AssemblyVersion={0}", GitVersion.MajorMinorPatch)
214
.Append("/p:FileVersion={0}", GitVersion.MajorMinorPatch)
215
.Append("/p:AssemblyInformationalVersion={0}", GitVersion.InformationalVersion);
216
-}
+}
0 commit comments