Skip to content

Commit 9187738

Browse files
committed
fix: rename package
1 parent 64404cc commit 9187738

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.speakeasy/gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ csharp:
2020
defaultErrorName: APIException
2121
disableNamespacePascalCasingApr2024: true
2222
dotnetVersion: net8.0
23-
enableSourceLink: false
23+
enableSourceLink: true
2424
flattenGlobalSecurity: true
2525
flatteningOrder: parameters-first
2626
imports:
@@ -31,12 +31,12 @@ csharp:
3131
operations: Models/Requests
3232
shared: Models/Components
3333
webhooks: Models/Webhooks
34-
includeDebugSymbols: false
34+
includeDebugSymbols: true
3535
inputModelSuffix: input
3636
maxMethodParams: 4
3737
methodArguments: infer-optional-args
3838
outputModelSuffix: output
39-
packageName: Unify
40-
packageTags: ""
39+
packageName: ApiDeckSdk
40+
packageTags: sdk apideck client
4141
responseFormat: envelope-http
4242
sourceDirectory: src

0 commit comments

Comments
 (0)