ElectronNET.CLI:
- nuget packages are now release bits and have the correct assembly verion
- Version command
- better devCleanup.cmd
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