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 624dfc9 commit 9cee9d1Copy full SHA for 9cee9d1
build.cake
@@ -15,7 +15,7 @@ var configuration = Argument("configuration", "Release");
15
16
var version = "5.1.0";
17
18
-var modifier = "-alpha.5";
+var modifier = "";
19
20
var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
21
var packageVersion = version + modifier + dbgSuffix;
0 commit comments