Commit fee760ee authored by Honfika's avatar Honfika

docfx upgrade

parent 654720fd
...@@ -36,7 +36,7 @@ function Install-DocFx() ...@@ -36,7 +36,7 @@ function Install-DocFx()
{ {
if(!(Test-Path $env:ChocolateyInstall\lib\docfx\tools*)) if(!(Test-Path $env:ChocolateyInstall\lib\docfx\tools*))
{ {
choco install docfx --version 2.40.1 choco install docfx --version 2.47
} }
$env:Path += ";$env:ChocolateyInstall\lib\docfx\tools" $env:Path += ";$env:ChocolateyInstall\lib\docfx\tools"
} }
......
...@@ -262,7 +262,7 @@ namespace Titanium.Web.Proxy ...@@ -262,7 +262,7 @@ namespace Titanium.Web.Proxy
} }
if (method == KnownMethod.Invalid) if (method == KnownMethod.Invalid)
{ {
sendRawData = true; sendRawData = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment