Skip to content

Commit 68288d9

Browse files
Update Changelog.md
1 parent 0222213 commit 68288d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
ElectronNET.CLI:
1010

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)
1212
* Create a additional manifest file: `electronize init /manifest test`
1313
* Start the app with your additional manifest file: `electronize start /manifest electron.manifest.test.json`
1414
* Build the app with your additional manifest file: `electronize build /target win /manifest electron.manifest.test.json`.
1515

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)
1717
* You can start the app with: `electronize start /args --dog=woof --test=true`
1818
* Or as binary: `myapp.exe /args --dog=woof --test=true`
1919
* 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

Comments
 (0)