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 f6dcd32 commit b503fd7Copy full SHA for b503fd7
build.cake
@@ -8,7 +8,7 @@ var skipTests = Argument("SkipTests", false);
8
// GLOBAL VARIABLES
9
var toolsDirectory = "./tools/";
10
var docfxExe = toolsDirectory + "docfx/docfx.exe";
11
-var docfxVersion = "2.46";
+var docfxVersion = "2.51";
12
var changelogDir = "./docs/changelog/";
13
var changelogGenDir = "./docs/_changelog/";
14
var bdnAllVersions = new string[] {
0 commit comments