From 12b46a9a484be7c04e9761c91e41bd6f91709274 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Mon, 19 Feb 2018 22:32:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 835e018..a2e2711 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,11 @@ For the tooling you will need your dotnet-electronize package [ElectronNET.CLI N ``` - + ``` +Be aware of the version: The current version of the CLI is 0.0.9. + After you edited the .csproj-file, you need to restore your NuGet packages within your Project. Run the follwoing command in your ASP.NET Core folder: ```