Add informational version type

This commit is contained in:
John Gross
2017-12-03 10:22:11 -08:00
parent 1be1c938cc
commit 74d9999202
6 changed files with 67 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ namespace Torch.API
/// <summary>
/// The binary version of the current instance.
/// </summary>
Version TorchVersion { get; }
InformationalVersion TorchVersion { get; }
/// <summary>
/// Invoke an action on the game thread.