We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6209f commit 9abbd32Copy full SHA for 9abbd32
gen.yaml
@@ -14,8 +14,8 @@ csharp:
14
additionalDependencies: []
15
author: Speakeasy
16
clientServerStatusCodesAsErrors: true
17
- disableNamespacePascalCasingApr2024: false
18
- dotnetVersion: net5.0
+ disableNamespacePascalCasingApr2024: true
+ dotnetVersion: net8.0
19
flattenGlobalSecurity: false
20
imports:
21
option: openapi
@@ -28,5 +28,5 @@ csharp:
28
inputModelSuffix: input
29
maxMethodParams: 0
30
outputModelSuffix: output
31
- packageName: SpeakeasySDK
+ packageName: Speakeasy.Client.SDK
32
responseFormat: envelope
0 commit comments