2.23.1

(chore): Replace Node.js built-in imports (assert, path) in csharp-codegen with browser-compatible alternatives, enabling the dynamic snippets package to run in browser environments without Node.js polyfills.

2.23.0

(feat): Add AdditionalQueryParameters and AdditionalHeaders documentation sections to the generated README.md, so users can discover how to pass extra query parameters and headers via RequestOptions.

2.22.9

(chore): Make BaseUrl optional in BaseRequest and omit it from generated endpoint code unless required (e.g. multiple-base-URL environments). The RawClient now falls back to Options.BaseUrl when BaseUrl is not set on the request, removing the redundant BaseUrl = _client.Options.BaseUrl from every generated API call.