Prepared release of 2.0.1

Removed development stuff
This commit is contained in:
Legedric 2018-05-23 08:02:25 +02:00
parent 59d742c84e
commit 812498667c
3 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,7 +12,6 @@ PTMagic/settings.*.json
Monitor/appsettings.json
# Created by https://www.gitignore.io/api/visualstudio,visualstudiocode,phpstorm
### VisualStudioCode ###

View File

@ -59,7 +59,7 @@ namespace Core.ProfitTrailer {
}
}
if (result.Equals("Default")) {
if (result.Equals("")) {
SettingsHandler.WriteHeaderLines("Pairs", ptmagicInstance);
SettingsHandler.WriteHeaderLines("DCA", ptmagicInstance);
SettingsHandler.WriteHeaderLines("Indicators", ptmagicInstance);

View File

@ -7,7 +7,6 @@ However, you should be carefull to not mess up your files when you commit using
1. Download and install Visual Studio Code for your platform from https://code.visualstudio.com/
2. Install the VS Code extension C# (OmniSharp)
3. Install .NET Core from https://www.microsoft.com/net/download/
4. Copy folder ".vscode" located in /_Development/DevSettings to the workspace root to have some prebuilt Visual Studio Code tasks for build, run and publish both projects
## Setup PT Magic for development
1. Copy settings.analyzer.json and settings.general.json from /_Development/DevSettings to /PTMagic