1.2.0
This release primarily adds support for interpolated verbatim strings that, starting with C# 8, can be expressed as @$"..."
in addition to $@"..."
(which was the only allowed form when they were originally introduced).
The console tool version used to require the .NET Core 2.1 run-time but now supports 2.2 as well as 3.0.
See also: