-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from XanatosX/develop
Prepare Release for Version 1.3.0
- Loading branch information
Showing
61 changed files
with
883 additions
and
1,353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
*.ico filter=lfs diff=lfs merge=lfs -text | ||
**/Assets/*.png filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -458,4 +458,6 @@ $RECYCLE.BIN/ | |
|
||
## Custom | ||
### Packages | ||
nupkg/* | ||
nupkg/* | ||
|
||
**/*.Designer.cs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
files: | ||
- source: src/ModularToolManager/Properties/Resources.resx | ||
translation: /src/ModularToolManager/Properties/%file_name%.%two_letters_code%.%file_extension% | ||
- source: src/DefaultPlugins/Translations/en-EN.json | ||
translation: /src/DefaultPlugins/Translations/%locale%.%file_extension% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,14 @@ | ||
[ | ||
{ | ||
"key": "script-displayname", | ||
"value": "Skript ausführung" | ||
}, | ||
{ | ||
"key": "script-description", | ||
"value": "Diese Plugin erlaubt Ihnen Skript-Dateien mit dem Modular Tool Manager auszuführen" | ||
}, | ||
{ | ||
"key": "binary-displayname", | ||
"value": "Ausführbare Datei starten" | ||
}, | ||
{ | ||
"key": "binary-description", | ||
"value": "Diese Plugin erlaubt es Ihnen Binäre Dateien mit dem Modular Tool Manager auszuführen" | ||
}, | ||
{ | ||
"key": "batch", | ||
"value": "Batch-Skript" | ||
}, | ||
{ | ||
"key": "cmd", | ||
"value": "CMD-Skript" | ||
}, | ||
{ | ||
"key": "powershell", | ||
"value": "PowerShell-Skript" | ||
}, | ||
{ | ||
"key": "executable", | ||
"value": "Ausführbare-Datei" | ||
}, | ||
{ | ||
"key": "error_cant_find_script_file", | ||
"value": "Konnte das auszuführende Skript '{0}' nicht finden" | ||
}, | ||
{ | ||
"key": "error_cant_find_binary_file", | ||
"value": "Konnte ausführbare datei '{0}' nicht finden" | ||
}, | ||
{ | ||
"key": "hide", | ||
"value": "Terminal verstecken" | ||
}, | ||
{ | ||
"key": "adminRequired", | ||
"value": "Als Administrator ausführen" | ||
} | ||
] | ||
{ | ||
"script-displayname": "Skriptausführung", | ||
"script-description": "Dieses Plugin erlaubt es Ihnen Skript-Dateien mit dem Modular Tool Manager auszuführen", | ||
"binary-displayname": "Ausführbare Datei starten", | ||
"binary-description": "Dieses Plugin erlaubt es Ihnen binäre Dateien mit dem Modular Tool Manager auszuführen", | ||
"batch": "Batch-Skript", | ||
"cmd": "CMD-Skript", | ||
"powershell": "PowerShell-Skript", | ||
"executable": "Ausführbare-Datei", | ||
"error_cant_find_script_file": "Konnte das auszuführende Skript '{0}' nicht finden", | ||
"error_cant_find_binary_file": "Konnte ausführbare Datei '{0}' nicht finden", | ||
"hide": "Terminal verstecken", | ||
"adminRequired": "Als Administrator ausführen" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,14 @@ | ||
[ | ||
{ | ||
"key": "script-displayname", | ||
"value": "Script execution" | ||
}, | ||
{ | ||
"key": "script-description", | ||
"value": "This plugin will allow you to run scrip files with the modular tool manager" | ||
}, | ||
{ | ||
"key": "binary-displayname", | ||
"value": "Start executable binary file" | ||
}, | ||
{ | ||
"key": "binary-description", | ||
"value": "This plugin will allow you to run binary executable with the modular tool manager" | ||
}, | ||
{ | ||
"key": "batch", | ||
"value": "Batch-Script" | ||
}, | ||
{ | ||
"key": "cmd", | ||
"value": "CMD-Script" | ||
}, | ||
{ | ||
"key": "powershell", | ||
"value": "PowerShell-Script" | ||
}, | ||
{ | ||
"key": "executable", | ||
"value": "Executable-File" | ||
}, | ||
{ | ||
"key": "error_cant_find_script_file", | ||
"value": "Could not find script '{0}' to execute" | ||
}, | ||
{ | ||
"key": "error_cant_find_binary_file", | ||
"value": "Could not find binary file '{0}' to run" | ||
}, | ||
{ | ||
"key": "hide", | ||
"value": "Hide command line" | ||
}, | ||
{ | ||
"key": "adminRequired", | ||
"value": "Run as Administrator" | ||
} | ||
] | ||
{ | ||
"script-displayname": "Script execution", | ||
"script-description": "This plugin will allow you to run scrip files with the modular tool manager", | ||
"binary-displayname": "Start executable binary file", | ||
"binary-description": "This plugin will allow you to run binary executable with the modular tool manager", | ||
"batch": "Batch-Script", | ||
"cmd": "CMD-Script", | ||
"powershell": "PowerShell-Script", | ||
"executable": "Executable-File", | ||
"error_cant_find_script_file": "Could not find script '{0}' to execute", | ||
"error_cant_find_binary_file": "Could not find binary file '{0}' to run", | ||
"hide": "Hide command line", | ||
"adminRequired": "Run as Administrator" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
107 changes: 0 additions & 107 deletions
107
src/ModularToolManager/DependencyInjection/DependencyInjectionExtension.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.