Release v3.27.5.0
Continuation of the CLI/Mono/VSCode related effort started with v3.27.0.
- Added test for "being installed" on Linux
- Fixed problem with "\n\n" being treated as an escaped delimiter on Linux. The problem was compromising parsing some //css_* directives on Linux.
- Added real hashbang for Linux C#7 sample file. Though the hashbang is commented out to not to interfere with VSCode.
- Ubuntu/Debian package - change of the repo URL in the -update.cs
- Added support for '-?' sub argument for 'scripted args'
- Added automatic suppressing the
using static dbg;
when default compiler is used on Win. Even if the injection is enabled in config. - Prepared Ubuntu package (https://github.com/oleg-shilo/cs-script/tree/master/docs/linux/ubuntu)