Skip to content

Commit 5c74d54

Browse files
Bump docfx version: 2.51->2.57.2
1 parent 85db957 commit 5c74d54

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.51";
11+
var docfxVersion = "2.57.2";
1212
var changelogDir = "./docs/changelog/";
1313
var changelogGenDir = "./docs/_changelog/";
1414
var bdnAllVersions = new string[] {

0 commit comments

Comments
 (0)