mirror of
https://gitee.com/cssfw/EasyTools.git
synced 2026-03-28 03:51:36 +08:00
build: 更新版本号、需求游戏版本和插件描述
This commit is contained in:
@@ -34,17 +34,17 @@ namespace EasyTools
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static System.Version RequiredGameVersion => new(14, 1, 1);
|
public static System.Version RequiredGameVersion => new(14, 2, 1);
|
||||||
|
|
||||||
public static Plugins Instance { get; private set; }
|
public static Plugins Instance { get; private set; }
|
||||||
|
|
||||||
public override string Name => "EasyTools";
|
public override string Name => "EasyTools";
|
||||||
|
|
||||||
public override string Description => "Server Tools";
|
public override string Description => "一个简单的服务器工具插件";
|
||||||
|
|
||||||
public override string Author => "3cxc";
|
public override string Author => "3cxc";
|
||||||
|
|
||||||
public override System.Version Version => new(1, 1, 0);
|
public override System.Version Version => new(1, 0, 0);
|
||||||
|
|
||||||
public override System.Version RequiredApiVersion => new(LabApiProperties.CompiledVersion);
|
public override System.Version RequiredApiVersion => new(LabApiProperties.CompiledVersion);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user