1.16.2
(feat): Add root-client-class-access configuration option to control the access modifier of the root client class.
root-client-class-access defaults to public, but can be set to internal to make the root client class internal.
(fix): Pin csharpier formatter to 0.* to avoid breaking changes in the formatter.