File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Need a [Notepad++](https://notepad-plus-plus.org/) installed on the machine and
6
6
7
7
8
8
## Credits
9
- Based on : [ NotepadPlusPlusPluginPack] ( https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net )
9
+ Based on : [ NotepadPlusPlusPluginPack] ( https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net ) under under the Apache-2.0 license
10
10
use :
11
11
[ AvalonEdit] ( https://github.com/icsharpcode/AvalonEdit ) For Regex edition and syntax Highlighting
12
12
[ CS-Script] ( https://github.com/oleg-shilo/cs-script/ ) For C# Match replace
13
13
[ Newtonsoft.Json] ( https://www.newtonsoft.com/json )
14
14
[ Ookii.Dialogs] ( http://www.ookii.org/software/dialogs/ )
15
15
[ PropertyChanged.Fody] ( https://github.com/Fody/PropertyChanged )
16
- [ Costura.fody] ( https://github.com/Fody/Costura )
16
+ [ Costura.fody] ( https://github.com/Fody/Costura ) (Merge all in one DLL, without it it doesn't work)
17
17
18
18
And for icons :
19
19
You can’t perform that action at this time.
0 commit comments