> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.1.0

**`(fix):`** 错误字符串现在正确映射到适当的异常。

## 1.0.0

**`(break):`** C# SDK 现在为主版本 1.0.0。为了与 1.0.0 之前的版本保持兼容，请将 `{root-namespace-for-core-classes, pascal-case-environments, simplify-object-dictionaries}` 全部设置为 `false`。

**`(internal):`** 公开暴露的核心类现在位于根命名空间中。

**`(internal):`** 之前生成为 `Dictionary<string, object?>` 的类型现在只是 `object`。

**`(internal):`** 环境名称使用 Pascal 命名法。

**`(feat):`** 现在可以通过 `generate-error-types` 配置关闭特定错误类型的生成。