Update gen.yaml

This commit is contained in:
Jason Landbridge
2024-09-06 10:46:09 +02:00
committed by GitHub
parent 2b03eae316
commit eb186583a6

View File

@@ -17,7 +17,7 @@ csharp:
author: LukeHagar author: LukeHagar
clientServerStatusCodesAsErrors: true clientServerStatusCodesAsErrors: true
disableNamespacePascalCasingApr2024: true disableNamespacePascalCasingApr2024: true
dotnetVersion: net5.0 dotnetVersion: net8.0
enableSourceLink: false enableSourceLink: false
flattenGlobalSecurity: true flattenGlobalSecurity: true
imports: imports:
@@ -32,6 +32,6 @@ csharp:
inputModelSuffix: input inputModelSuffix: input
maxMethodParams: 4 maxMethodParams: 4
outputModelSuffix: output outputModelSuffix: output
packageName: PlexAPI packageName: LukeHagar.PlexAPI.SDK
packageTags: "" packageTags: ""
responseFormat: envelope responseFormat: envelope