[csharp] Client nuspec (#4576)

* [csharp] Client nuspec

* [csharp] remove carriage returns from nuspec
This commit is contained in:
Jim Schubert
2017-01-16 21:59:31 -06:00
committed by wing328
parent 55443daebc
commit 4c7d1338dc
3 changed files with 60 additions and 0 deletions

View File

@@ -312,6 +312,7 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
if (optionalProjectFileFlag) {
supportingFiles.add(new SupportingFile("Solution.mustache", "", packageName + ".sln"));
supportingFiles.add(new SupportingFile("Project.mustache", packageFolder, packageName + ".csproj"));
supportingFiles.add(new SupportingFile("nuspec.mustache", packageFolder, packageName + ".nuspec"));
if(Boolean.FALSE.equals(excludeTests)) {
// NOTE: This exists here rather than previous excludeTests block because the test project is considered an optional project file.