Skip to content

1.2.0

Compare
Choose a tag to compare
@atifaziz atifaziz released this 27 Sep 08:55
· 58 commits to master since this release
1629177

Library NuGet Package Tool NuGet Package

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: