Add docfx version 2.40.4 (#2902)

This commit is contained in:
Harry Pierson 2018-12-14 10:14:56 -08:00 committed by Richard Kuhnt
parent 092d3019a4
commit 5ae74f0c74

14
docfx.json Normal file
View File

@ -0,0 +1,14 @@
{
"homepage": "https://dotnet.github.io/docfx/",
"version": "2.40.4",
"license": "MIT",
"url": "https://github.com/dotnet/docfx/releases/download/v2.40.4/docfx.zip",
"hash": "2824a16d35ef0e3068dd6ef620acb346b0571a455e4f328a685c01198541288e",
"bin": "docfx.exe",
"checkver": {
"github": "https://github.com/dotnet/docfx"
},
"autoupdate": {
"url": "https://github.com/dotnet/docfx/releases/download/v$version/docfx.zip"
}
}