FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Remove vendor info from plugin.xml #467

Closed FWDekker closed 1 year ago

FWDekker commented 1 year ago

The vendor information, both in-product and on the website, are taken directly from the website now, ignoring the vendor information in the plugin.xml (I think). It should be removed from the plugin.xml, but compatibility should be checked to be certain.

FWDekker commented 1 year ago

As per the documentation, it appears that I misunderstood the situation:

The vendor name displayed in the Plugin Manager and JetBrains Marketplace is now obtained from your Hub account. However, for installed plugins, the vendor name will continue to be extracted from the plugin.xml file.

Removing vendor info from plugin.xml is thus not a good idea.