Skip to content

Commit 28da0dc

Browse files
committed
trying dotnetVersion: net6.0
1 parent 9abbd32 commit 28da0dc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.speakeasy/workflow.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
workflowVersion: 1.0.0
2-
speakeasyVersion: latest
32
sources:
43
speakeasy:
54
inputs:
65
- location: https://docs.speakeasyapi.dev/openapi.yaml
7-
registry:
8-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-self/speakeasy
96
targets:
107
speakeasy-client-sdk-csharp:
118
target: csharp

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:
@@ -14,8 +14,8 @@ csharp:
1414
additionalDependencies: []
1515
author: Speakeasy
1616
clientServerStatusCodesAsErrors: true
17-
disableNamespacePascalCasingApr2024: true
18-
dotnetVersion: net8.0
17+
disableNamespacePascalCasingApr2024: false
18+
dotnetVersion: net6.0
1919
flattenGlobalSecurity: false
2020
imports:
2121
option: openapi

0 commit comments

Comments
 (0)