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.
1 parent e6d58ff commit 6286803Copy full SHA for 6286803
build.cake
@@ -15,7 +15,7 @@ var configuration = Argument("configuration", "Release");
15
16
var version = "5.0.0";
17
18
-var modifier = "-beta.7";
+var modifier = "";
19
20
var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
21
var packageVersion = version + modifier + dbgSuffix;
0 commit comments