Mdl2Tool
Mdl2Tool copied to clipboard
Modified the generation of Unicode Strings in CS file
Unicode Strings of the format "&#x{1};" do not work from code behind. So instead used "\u{1}" format, and now it actually works from code behind. And generally tried to clean up some code and formatting.
Moved formats to the Create<<>>File() methods.
Also added name for feedback icon
Added Feedback in Nuget Content
Added some null checks and some formatting. Reduced actual Items multiple enumeration into a single enumeration and select. Updated Templarian.json and the resulting output files.