btcpayserver/BTCPayServer.Abstractions/Models
Nicolas Dorier 42c5f732a2
Provide sensible default to BaseBTCPayServerPlugin (#4522)
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.
2023-01-11 22:35:45 +09:00
..
BaseBTCPayServerPlugin.cs Provide sensible default to BaseBTCPayServerPlugin (#4522) 2023-01-11 22:35:45 +09:00
ConfirmModel.cs Move ConfirmModel to Abstractions (#3964) 2022-07-15 12:38:33 +09:00
DatabaseOptions.cs More Options refactoring (#2179) 2021-01-06 23:51:13 +09:00
DatabaseType.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
StatusMessageModel.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00