| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ElectronNET.Core 0.4.1 source code.tar.gz | 2026-02-26 | 4.5 MB | |
| ElectronNET.Core 0.4.1 source code.zip | 2026-02-26 | 4.8 MB | |
| README.md | 2026-02-26 | 630 Bytes | |
| Totals: 3 Items | 9.3 MB | 1 | |
ElectronNET.Core
- Updated documentation for preload scripts (#1031) @AeonSake
- Updated timeout for electron-builder (#1013) @softworkz
- Updated disposal avoiding exceptions on teardown (#1026) @softworkz
- Updated migration guide (#1015) @hilin
- Fixed handling of
Centerproperty for windows (#1001) - Fixed false alarm for
ELECTRON001,ELECTRON008, andELECTRON009(#1012) @softworkz - Added missing methods on
Cookies(#1000) - Added overload for
GetAllDisplaysAsyncwith timeout (#1033) @softworkz - Added
OnBoundsChangedevent (#1014) @softworkz - Added new events for
ipcMain(#1019) @DYH1319