diff --git a/modules/swagger-codegen/src/main/resources/csharp/README.mustache b/modules/swagger-codegen/src/main/resources/csharp/README.mustache index 89af5dd54cc..57061ac785d 100644 --- a/modules/swagger-codegen/src/main/resources/csharp/README.mustache +++ b/modules/swagger-codegen/src/main/resources/csharp/README.mustache @@ -16,6 +16,7 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}}) {{/infoUrl}} + ## Frameworks supported {{^supportUWP}} - .NET 4.0 or later @@ -25,6 +26,7 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c - UWP {{/supportUWP}} + ## Dependencies - [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later - [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later @@ -37,6 +39,7 @@ Install-Package Newtonsoft.Json NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742) + ## Installation Run the following command to generate the DLL - [Mac/Linux] `/bin/sh build.sh` @@ -50,7 +53,7 @@ using {{packageName}}.Client; using {{{.}}}; {{/modelPackage}} ``` - + ## Getting Started ```csharp @@ -128,6 +131,7 @@ Class | Method | HTTP request | Description No model defined in this package {{/modelPackage}} + ## Documentation for Authorization {{^authMethods}}