diff --git a/bucket/docfx.json b/bucket/docfx.json index 0aea1c19ee..1cffbee9ba 100644 --- a/bucket/docfx.json +++ b/bucket/docfx.json @@ -1,15 +1,15 @@ { - "version": "2.59.4", + "version": "2.61.0", "description": "A documentation generation tool for API reference and Markdown files", "homepage": "https://dotnet.github.io/docfx/", "license": "MIT", - "url": "https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip", - "hash": "6de3058630cd89eeee8157d26a81d508a3ce5c0b64b0473c6360bf10a985a52b", + "url": "https://github.com/dotnet/docfx/releases/download/v2.61.0/docfx-win-x64-v2.61.0.zip", + "hash": "7cac87524b97224e7449b0d58e2a08843836d50421b6f78309213ce2a86bdea6", "bin": "docfx.exe", "checkver": { "github": "https://github.com/dotnet/docfx" }, "autoupdate": { - "url": "https://github.com/dotnet/docfx/releases/download/v$version/docfx.zip" + "url": "https://github.com/dotnet/docfx/releases/download/v$version/docfx-win-x64-v$version.zip" } }