Rewrite plugin loader/updater to support loading from .zip and more complex versions.

This commit is contained in:
John Gross
2017-09-10 01:44:15 -07:00
parent 9471d83a45
commit 3fd7b66905
12 changed files with 280 additions and 187 deletions

View File

@@ -10,6 +10,7 @@ namespace Torch.API.Plugins
/// <summary>
/// Indicates that the given type should be loaded by the plugin manager as a plugin.
/// </summary>
[Obsolete]
[AttributeUsage(AttributeTargets.Class)]
public class PluginAttribute : Attribute
{