We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d7bf1 commit e4bbaefCopy full SHA for e4bbaef
1 file changed
Essentials/EssentialsPlugin.cs
@@ -17,7 +17,7 @@
17
18
namespace Essentials
19
{
20
- [Plugin("Essentials", "1.5.1", "cbfdd6ab-4cda-4544-a201-f73efa3d46c0")]
+ [Plugin("Essentials", typeof(EssentialsPlugin), "cbfdd6ab-4cda-4544-a201-f73efa3d46c0")]
21
public class EssentialsPlugin : TorchPluginBase, IWpfPlugin
22
23
public EssentialsConfig Config => _config?.Data;
0 commit comments