aherd2985/UtilityBelt

C# Models are camelCase which are against the official Pascal Case naming convention

Closed this issue · 2 comments

The C# Model classes use camelCase properties to mimic the JSON object.
This violates the Pascal case naming convention for class objects used in C# programs.

@aherd2985 would you accept a Pull request fixing this?

Sure, please grab the latest to minimize conflict/merge issues, thank you!

Merge completed, thank you!