Next Turn
Next Turn
One example in [ArgumentOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.argumentoutofrangeexception) Remarks throws `IndexOutOfRangeException` (when accessing array). Two examples in [IndexOutOfRangeException](https://docs.microsoft.com/dotnet/api/system.indexoutofrangeexception) Remarks throw `ArgumentOutOfRangeException` (when accessing `List`).
Fixes kohsuke/winsw#399 - Our version is retrieved from project properties. - Current version is queried from the Windows file version. - Update exe only if our version is newer.
Follow-up to #333 If possible: - Catch all parsing exceptions - Print invisible/non-printable characters as escape sequences (e.g. `\r\n`) - Help to analyze common failures - Logon failure: incorrect password...