mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Use AssemblyProduct rather than AssemblyTitle for default plugin name
This commit is contained in:
@@ -20,8 +20,8 @@ namespace BTCPayServer.Abstractions.Models
|
||||
get
|
||||
{
|
||||
return GetType().GetTypeInfo().Assembly
|
||||
.GetCustomAttribute<AssemblyTitleAttribute>()?
|
||||
.Title ?? string.Empty;
|
||||
.GetCustomAttribute<AssemblyProductAttribute>()?
|
||||
.Product ?? "???";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user