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

@@ -17,7 +17,7 @@ namespace Torch.API.Plugins
/// <summary>
/// The version of the plugin.
/// </summary>
Version Version { get; }
string Version { get; }
/// <summary>
/// The name of the plugin.