v1.3.2
This hotfix only changes the import name when scanning a directory for ctn
files.
On windows they would use the windows filesystem directory separator, which is a backslash. The import names should not depend on the platform so we replace the backslashes always with forward ones in import names.
Full Changelog: v1.3.1...v1.3.2