From 5ae74f0c74e9d66bbaa71e5a8aee851de5c61831 Mon Sep 17 00:00:00 2001 From: Harry Pierson Date: Fri, 14 Dec 2018 10:14:56 -0800 Subject: [PATCH] Add docfx version 2.40.4 (#2902) --- docfx.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docfx.json diff --git a/docfx.json b/docfx.json new file mode 100644 index 0000000000..ba5f789d81 --- /dev/null +++ b/docfx.json @@ -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" + } +}