Formatted code and rebuilt PluginLoader
This commit is contained in:
@@ -5,10 +5,12 @@ public interface IVersion
|
||||
public int Major { get; }
|
||||
public int Minor { get; }
|
||||
public int Patch { get; }
|
||||
|
||||
|
||||
public bool IsNewerThan(IVersion version);
|
||||
|
||||
public bool IsOlderThan(IVersion version);
|
||||
|
||||
public bool IsEqualTo(IVersion version);
|
||||
|
||||
|
||||
public string ToShortString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user