[OTHER] .NET icon folder is inconsistent with naming convention
I have searched through the issues and didn't find my problem.
- [X] Confirm
What would you like to share?
The naming convention for icon folders (and icons) is to join all the words in the name, without any delimiters. The .NET (dot-net) folder though, is inconsistent with this convention.
This can be fixed by renaming the folder and icons to be dotnet in one word. To ensure that dot-net still shows up in searches, it can be added to the list of altnames.
https://github.com/devicons/devicon/tree/develop/icons/dot-net
Folder

Icons

Additional information
No response
/!\ Carefull this change can break all the users currently using the dot-net icon! since in their code when they use it there is devicon-dot-net-plain
@BenSouchet damm, I think you're right :( We need to be clever about this, in order to ensure backwards compatibility.
I think this is an issue that can be handled eventually though, when we approach a new major release. Because of that I'll keep the issue open, but won't do anything until we have another major release ready