From 856226473aeeb912e33fdb2e0bc22f8e0211fb1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ch=C3=BDlek?= <info@chylex.com> Date: Tue, 13 Feb 2018 05:52:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63169ea7..165ae3aa 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The program was built using Visual Studio 2017. Before opening the solution, ple After opening the solution, download the following NuGet packages by right-clicking on the solution and selecting **Restore NuGet Packages**, or manually running these commands in the **Package Manager Console**: ``` -PM> Install-Package CefSharp.WinForms -Version 63.0.0-pre01 -Source https://www.myget.org/F/cefsharp/api/v3/index.json +PM> Install-Package CefSharp.WinForms -Version 64.0.0-CI2497 -Source https://www.myget.org/F/cefsharp/api/v3/index.json PM> Install-Package Microsoft.VC120.CRT.JetBrains ```