Skip to content

Commit fa548c0

Browse files
author
Caitlin Bales (MSFT)
authored
Merge pull request #103 from microsoftgraph/ts-file-rename
Update TS name to match library
2 parents a72c92c + e7f65a4 commit fa548c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"TemplateMapping": {
33
"TypeScript": [
4-
{ "Template": "entity_types", "SubProcessor": "Other", "Name": "entity_types" }
4+
{ "Template": "entity_types", "SubProcessor": "Other", "Name": "microsoft-graph.d" }
55
]
66
}
77
}

src/GraphODataTemplateWriter/Settings/TemplateWriterSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Dictionary<string, List<Dictionary<string, string>>> TemplateMapping
7575
/// <summary>
7676
/// The default casing method to be used for file names when a casing method ins't specified.
7777
/// </summary>
78-
public string DefaultFileCasing;
78+
public string DefaultFileCasing { get; set; }
7979

8080
public string DefaultBaseEndpointUrl { get; set; }
8181

0 commit comments

Comments
 (0)