Renamed ApplicationArguments, improved errorhandling in AssemblyFileInfo, changed separator in ReleaseEntry,

This commit is contained in:
2018-03-21 22:06:26 +01:00
parent 80a0ea9dd9
commit b2ef60a595
9 changed files with 43 additions and 558 deletions

View File

@ -35,15 +35,15 @@ namespace KattekerCreator
set => SetPropertyIfNotDefault(ref _channel, value);
}
[DisplayName("OutDir")]
[Description("Directory for output")]
[DisplayName("Out")]
[Description("Directory for the output")]
public string OutputDir
{
get => _outputDir;
set => SetPropertyIfNotDefault(ref _outputDir, value);
}
[DisplayName("PublishDir")]
[DisplayName("Publish")]
[Description("Path for output from the point of view of the application.")]
public string PublishDir
{