Skip to content

Commit 8c212b5

Browse files
author
FAREAST\vidadhee
committed
Reset target language and namespace from template writer to default ones
1 parent 1d89a4a commit 8c212b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GraphODataTemplateWriter/.config/TemplateWriterSettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"AvailableLanguages": [ "Android", "Java", "ObjC", "CSharp", "PHP", "Python", "TypeScript", "GraphEndpointList" ],
3-
"TargetLanguage": "ObjC",
3+
"TargetLanguage": "CSharp",
44
"Plugins": [],
5-
"PrimaryNamespaceName": "MSGraph",
6-
"NamespacePrefix": "MSGraph",
5+
"PrimaryNamespaceName": "com",
6+
"NamespacePrefix": "com",
77
"InitializeCollections": "false",
88
"AllowShortActions": "false",
99
"NamespaceOverride": "",

0 commit comments

Comments
 (0)