diff --git a/Torch.API/Plugins/PluginAttribute.cs b/Torch.API/Plugins/PluginAttribute.cs index 4142ce3..d8c1297 100644 --- a/Torch.API/Plugins/PluginAttribute.cs +++ b/Torch.API/Plugins/PluginAttribute.cs @@ -10,7 +10,7 @@ namespace Torch.API.Plugins /// /// Indicates that the given type should be loaded by the plugin manager as a plugin. /// - [Obsolete] + [Obsolete("All plugin meta-information is now defined in the manifest.xml.")] [AttributeUsage(AttributeTargets.Class)] public class PluginAttribute : Attribute { diff --git a/Torch.Server/Views/PluginsControl.xaml b/Torch.Server/Views/PluginsControl.xaml index a9f343e..f0bc7a4 100644 --- a/Torch.Server/Views/PluginsControl.xaml +++ b/Torch.Server/Views/PluginsControl.xaml @@ -12,7 +12,7 @@ - + @@ -27,7 +27,7 @@ -