AL-Go version
latest
Describe the issue
When adding the following setting to .github/AL-Go-Settings.json:
"versioningStrategy": 19,
"RepoVersion": "0.0.1",
you will get this error when building:
Error Message: Cannot convert value "0.0.1.-1.2" to type "System.Version"
Expected behavior
It would build the app with version number 0.0.1.2
Steps to reproduce
See issue description
Additional context (logs, screenshots, etc.)
No response