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.