Skip to content

Commit b503fd7

Browse files
Bump DocFX version from 2.46 to 2.51
1 parent f6dcd32 commit b503fd7

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
@@ -8,7 +8,7 @@ var skipTests = Argument("SkipTests", false);
88
// GLOBAL VARIABLES
99
var toolsDirectory = "./tools/";
1010
var docfxExe = toolsDirectory + "docfx/docfx.exe";
11-
var docfxVersion = "2.46";
11+
var docfxVersion = "2.51";
1212
var changelogDir = "./docs/changelog/";
1313
var changelogGenDir = "./docs/_changelog/";
1414
var bdnAllVersions = new string[] {

0 commit comments

Comments
 (0)