WindowsCompatibility
WindowsCompatibility copied to clipboard
Fix adding '.WinModule' with every execution of Import-WinModule command if the module is from NeverClobberList
Fix #64
Each execution of the Import-WinModule adds .WinModule to the name of the imported module if the module is from NeverClobberList.
This PR adds check if the name already ends with .WinModule.