forked from loafle/openapi-generator-original
379 B
379 B
title | sidebar_label |
---|---|
Config Options for csharp-dotnet2 | csharp-dotnet2 |
Option | Description | Values | Default |
---|---|---|---|
packageName | C# package name (convention: Camel.Case). | Org.OpenAPITools | |
packageVersion | C# package version. | 1.0.0 | |
clientPackage | C# client package name (convention: Camel.Case). | Org.OpenAPITools.Client |