@Jamie550 Have you considered migrating The Validator to .Net Core 2.0? This would allow users to run it on *nix, as well as Windows. I've migrated a half-dozen or so projects from Framework 4.6 to Core 2.0 (or Standard 2.0, in some cases) and it's not terribly difficult. You would have to make some considerations in regards to differences in file systems (and timezones, but I don't imagine you do much with those).