You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@
8
8
9
9
ElectronNET.CLI:
10
10
11
-
* Different manifest file support [\#340](https://github.com/ElectronNET/Electron.NET/issues/340)
11
+
*New Feature: Different manifest file support [\#340](https://github.com/ElectronNET/Electron.NET/issues/340)
12
12
* Create a additional manifest file: `electronize init /manifest test`
13
13
* Start the app with your additional manifest file: `electronize start /manifest electron.manifest.test.json`
14
14
* Build the app with your additional manifest file: `electronize build /target win /manifest electron.manifest.test.json`.
15
15
16
-
* Command Line support [\#337](https://github.com/ElectronNET/Electron.NET/issues/337)
16
+
*New Feature: Command Line support [\#337](https://github.com/ElectronNET/Electron.NET/issues/337)
17
17
* You can start the app with: `electronize start /args --dog=woof --test=true`
18
18
* Or as binary: `myapp.exe /args --dog=woof --test=true`
19
19
* Fixed bug: Start process with listen port 8000 error. [\#308](https://github.com/ElectronNET/Electron.NET/issues/308) (thanks [thecodejedi](https://github.com/thecodejedi))
0 commit comments