mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
electron version #220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RogerDodger123 on GitHub (Oct 12, 2018).
The version of electron that is used to start and build the app is very old. I think its 1.7.2. Will it be updated to a new version of electron.
thank
@svernyi commented on GitHub (Oct 17, 2018):
According to the Package.json it's using Electron 3.0, which is very recent.
"dependencies": { "detect-port": "^1.2.3", "electron": "^3.0.0", "socket.io": "^2.1.1" },Unless I'm missing something.
@robertmuehsig commented on GitHub (Dec 5, 2018):
The current NuGet release should include the electron 3.0 release.
Checkout:
https://www.nuget.org/packages/ElectronNET.API/0.0.10 & https://www.nuget.org/packages/ElectronNET.CLI/0.0.10