Skip to content

Commit a893b2f

Browse files
committed
change packageName, dotnetVersion, sdkClassName
1 parent fd6209f commit a893b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configVersion: 2.0.0
22
generation:
3-
sdkClassName: Speakeasy
3+
sdkClassName: SpeakeasySDK
44
usageSnippets:
55
optionalPropertyRendering: withExample
66
fixes:
@@ -15,7 +15,7 @@ csharp:
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true
1717
disableNamespacePascalCasingApr2024: false
18-
dotnetVersion: net5.0
18+
dotnetVersion: net8.0
1919
flattenGlobalSecurity: false
2020
imports:
2121
option: openapi
@@ -28,5 +28,5 @@ csharp:
2828
inputModelSuffix: input
2929
maxMethodParams: 0
3030
outputModelSuffix: output
31-
packageName: SpeakeasySDK
31+
packageName: Speakeasy.Client.SDK
3232
responseFormat: envelope

0 commit comments

Comments
 (0)