Güteschutzprotokolle hinzugefügt

This commit is contained in:
Husky
2020-03-16 19:48:55 +01:00
parent 47beb8b598
commit 009c54cc84
14 changed files with 1230 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ namespace KanSan.ViewModel
gitVersion = reader.ReadToEnd();
}
return gitVersion;
return string.Format("KanalSanierungsverwaltung : {0}",gitVersion);
}
}