ElectronNET.CLI:
- Fixed electronize start for macos/linux - thanks @yamachu
- Skip NPM install on start when node_modules directory already exists
ElectronNET.CLI:
- nuget packages are now release bits and have the correct assembly verion
- Version command
- better devCleanup.cmd
- Better Platform Support Issue - thanks to @Petermarcu
- Start Command should now work on OSX/Linux - thanks to @r105m
ElectronNET.API:
- Thread-Safe methods - thanks to @yeskunall
ElectronNET.API:
- The last nuget package didn't contain the actual webpreferences settings with defaults - hopefully now.
ElectronNET.CLI:
- dotnet electronize start fixed
ElectronNET.API:
- WebPreferences settings with default values
ElectronNET.CLI:
- Init with Debug profile
- Build for all platforms (well... for newest OSX/Linux/Windows)
ElectronNET.API:
- Moar XML documentation
- Hybrid support (e.g. running as normal website and electron app)
- Event bugfixing
ElectronNET.CLI:
- Added Init to Help page
- Added XML documentation to NuGet output
- Maybe fixed for ElectronNET#2
ElectronNET.API:
- Add XML documentation to NuGet output
- Implemented Notification-, Dialog- & Tray-API
- init everything and basic functionality