Renaming csharp_namespace
This commit is contained in:
@ -21,11 +21,11 @@ function toCSharpType(type: string): string {
|
||||
return (conversion as any)[type] || type;
|
||||
}
|
||||
|
||||
export class CSharpTarget extends CompileTarget<{ CSharp_Namespace: string }> {
|
||||
export class CSharpTarget extends CompileTarget<{ csharp_namespace: string }> {
|
||||
name: string = "c#";
|
||||
|
||||
get namespace() {
|
||||
return this.options.CSharp_Namespace || "JRPC";
|
||||
return this.options.csharp_namespace || "JRPC";
|
||||
}
|
||||
|
||||
start(): void {
|
||||
|
Reference in New Issue
Block a user