Skip to content

Commit ea28eb1

Browse files
Upgrade the C# generator to 2.0.1 (#534)
Co-authored-by: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com>
1 parent 2acc7ff commit ea28eb1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fern/apis/api/generators.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ groups:
8888
csharp-sdk:
8989
generators:
9090
- name: fernapi/fern-csharp-sdk
91-
version: 1.18.0
91+
version: 2.0.1
9292
disable-examples: true
9393
github:
9494
repository: VapiAI/server-sdk-csharp
@@ -99,3 +99,9 @@ groups:
9999
config:
100100
namespace: Vapi.Net
101101
client-class-name: VapiClient
102+
additional-properties: false
103+
enable-forward-compatible-enums: false
104+
generate-mock-server-tests: false
105+
inline-path-parameters: false
106+
simplify-object-dictionaries: true
107+
use-discriminated-unions: false

0 commit comments

Comments
 (0)