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 a893b2fCopy full SHA for a893b2f
gen.yaml
@@ -1,6 +1,6 @@
1
configVersion: 2.0.0
2
generation:
3
- sdkClassName: Speakeasy
+ sdkClassName: SpeakeasySDK
4
usageSnippets:
5
optionalPropertyRendering: withExample
6
fixes:
@@ -15,7 +15,7 @@ csharp:
15
author: Speakeasy
16
clientServerStatusCodesAsErrors: true
17
disableNamespacePascalCasingApr2024: false
18
- dotnetVersion: net5.0
+ 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