Treat user defined metadata case-insensitive
Convert all user defined metadata names to uppercase before locally saving them to the metadata dictionary. The metadata names are case insensitive and by converting them to uppercase we can ensure that at any moment only one instance of them is present in the dictionary. This fixes #39
Please register or sign in to comment