electron version #220

Closed
opened 2026-01-29 16:34:10 +00:00 by claunia · 2 comments
Owner

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

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
Author
Owner

@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.

@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.
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#220