Skip to content

Commit

Permalink
Bump docfx version: 2.51->2.57.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed May 19, 2021
1 parent 85db957 commit 5c74d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var skipTests = Argument("SkipTests", false);
// GLOBAL VARIABLES
var toolsDirectory = "./tools/";
var docfxExe = toolsDirectory + "docfx/docfx.exe";
var docfxVersion = "2.51";
var docfxVersion = "2.57.2";
var changelogDir = "./docs/changelog/";
var changelogGenDir = "./docs/_changelog/";
var bdnAllVersions = new string[] {
Expand Down

0 comments on commit 5c74d54

Please sign in to comment.