[csharp] Escape special characters in the API doc (#4183)

Special characters like <> should be HTML escaped.
This commit is contained in:
Hamed Ramezanian Nik
2016-12-16 11:07:00 +00:00
committed by wing328
parent c6c8ffe4e0
commit 6af43dc720
6 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ Contact: apiteam@swagger.io
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{108D4EC7-6EA0-4D25-A8EC-653076D76ADC}</ProjectGuid>
<ProjectGuid>{959A8039-E3B9-4660-A666-840955E4520C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>IO.Swagger</RootNamespace>