mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 13:44:22 +01:00
A new plugin overriding BaseBTCpayServerPlugin need to override Identifier, Name, Version, and Description by default. This information is actually better saved in the .csproj of the plugin. Using <Title>, <Description> and <Version> properties. The identifier should match the assembly name as we assume at several places than a single plugin is a single dll.