filehash over the whole file.
This commit is contained in:
@ -20,11 +20,11 @@ namespace KattekerCreator
|
||||
}
|
||||
|
||||
[DisplayName("Changelog")]
|
||||
[Description("Filename of the changelog file")]
|
||||
[Description("Path of the changelog file")]
|
||||
public string ChangeLog
|
||||
{
|
||||
get => _changeLog;
|
||||
set => SetPropertyIfNotDefault(ref _changeLog, value);
|
||||
set => SetPropertyIfNotDefault(ref _changeLog, Path.GetFullPath(value));
|
||||
}
|
||||
|
||||
[DisplayName("Channel")]
|
||||
|
Reference in New Issue
Block a user