Add "Open Folder" functionality to plugins tab, crash-safe plugin updating

This commit is contained in:
John Gross
2017-09-14 21:09:20 -07:00
parent 3fd7b66905
commit a97542e649
6 changed files with 76 additions and 33 deletions

View File

@@ -10,7 +10,7 @@ namespace Torch.API.Plugins
/// <summary>
/// Indicates that the given type should be loaded by the plugin manager as a plugin.
/// </summary>
[Obsolete]
[Obsolete("All plugin meta-information is now defined in the manifest.xml.")]
[AttributeUsage(AttributeTargets.Class)]
public class PluginAttribute : Attribute
{