Use this package to create NuGet packages that add CEF to your Visual Studio projects!
First, download new binary packages from LibCEF website.
$ vi cef.autopkg # change version and directories defines to match
$ git commit -m "Updated libCEF version to vX.XXXX.XXXX"
In Powershell
> Write-NuGetPackage .\cef.autopkg
In administrator PowerShell:
> Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
In normal PowerShell:
> Update-CoAppTools -KillPowershells