v7.0.5
fix(439): Pattern "*." returns only files with no extension (#516) * fix(439): Add special case to Directory.GetFilesInternal to return only files without extensions when search pattern is "*." * Added files with no extension to the existing tests in MockDirectoryTests. * fix(439): Pattern *. works as System.Directory. * Fix for case sensitive paths.