Skip to content

Commit 28bb7c5

Browse files
Bump DocFX version from 2.42.1 to 2.46
1 parent 0768b72 commit 28bb7c5

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

0 commit comments

Comments
 (0)