fix wording "beta support"

This commit is contained in:
wing328 2016-03-22 22:17:16 +08:00
parent 559e11e6d2
commit 91a2cc4b5d

View File

@ -91,7 +91,7 @@ public class CSharpClientCodegen extends AbstractCSharpCodegen {
frameworks = new ImmutableMap.Builder<String, String>()
.put(NET35, ".NET Framework 3.5 compatible")
.put(NET45, ".NET Framework 4.5+ compatible")
.put(UWP, "Universal Windows Platform (beta support)")
.put(UWP, "Universal Windows Platform - beta support")
.build();
framework.defaultValue(this.targetFramework);
framework.setEnum(frameworks);