Skip to content

Commit

Permalink
fix: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzani committed Dec 4, 2024
1 parent 64404cc commit 9187738
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ csharp:
defaultErrorName: APIException
disableNamespacePascalCasingApr2024: true
dotnetVersion: net8.0
enableSourceLink: false
enableSourceLink: true
flattenGlobalSecurity: true
flatteningOrder: parameters-first
imports:
Expand All @@ -31,12 +31,12 @@ csharp:
operations: Models/Requests
shared: Models/Components
webhooks: Models/Webhooks
includeDebugSymbols: false
includeDebugSymbols: true
inputModelSuffix: input
maxMethodParams: 4
methodArguments: infer-optional-args
outputModelSuffix: output
packageName: Unify
packageTags: ""
packageName: ApiDeckSdk
packageTags: sdk apideck client
responseFormat: envelope-http
sourceDirectory: src

0 comments on commit 9187738

Please sign in to comment.