1.11.0

(feat): Add support for the inline-path-parameters configuration option, which generates path parameters in the generated request type (if any) instead of as separate positional parameters.

1# generators.yml
2
3- name: fern-api/fern-csharp-sdk
4 version: 1.11.0
5 config:
6 inline-path-parameters: true

(fix): Fix an issue where the JsonIgnore attribute was not included for query parameter or header properties.

1.10.1

(internal): Update the IR to v55.