Skip to content

Commit c4998f8

Browse files
Update changelogs from fern repo (#4262)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent 53fb9a7 commit c4998f8

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2.30.0
2+
**`(feat):`** Add `sln-format` configuration option. Set to `"sln"` to generate both a legacy
3+
`.sln` solution file and the modern `.slnx` file. The default value `"slnx"` generates
4+
only the `.slnx` file. This is useful for teams that need compatibility with older
5+
.NET tooling or CI systems that do not yet support the `.slnx` format.
6+
7+
```yaml
8+
generators:
9+
- name: fernapi/fern-csharp-sdk
10+
config:
11+
sln-format: sln
12+
```
13+
14+
115
## 2.29.0
216
**`(feat):`** Rework enum JSON serialization to eliminate reflection. Each enum now gets
317
a generated serializer with static dictionary lookups instead of the generic

0 commit comments

Comments
 (0)