Skip to content

Stable sorting of template type in README

Latest
Compare
Choose a tag to compare
@citizenmatt citizenmatt released this 16 Jul 00:17
d2b6f57

This release adds stable order for the groups of template listing - File, Live and Surround. The groups' order was previously undefined, based on the order of the files on the command line. .NET normally returns a sorted list of files for msbuild's glob patterns, but it appears that some cultures or platforms can return files in a different order, such that Live can be returned before File. This release sorts by the enum type, so should show templates in the order: File, Live, Surround.