devicon icon indicating copy to clipboard operation
devicon copied to clipboard

[OTHER] .NET icon folder is inconsistent with naming convention

Open Snailedlt opened this issue 3 years ago • 2 comments

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

image

Icons

image

Additional information

No response

Snailedlt avatar Jul 25 '22 20:07 Snailedlt

/!\ 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 avatar Jul 25 '22 21:07 BenSouchet

@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

Snailedlt avatar Jul 25 '22 22:07 Snailedlt