Merge pull request #5 from JasonLandbridge/patch-2

This commit is contained in:
Luke Hagar
2024-09-06 12:10:59 -05:00
committed by GitHub

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