🔖 update version
This commit is contained in:
@@ -25,11 +25,6 @@ public enum ServerType
|
|||||||
WEBSOCKET,
|
WEBSOCKET,
|
||||||
}
|
}
|
||||||
|
|
||||||
public class WebHook
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
[Serializable]
|
[Serializable]
|
||||||
public struct RagonServerConfiguration
|
public struct RagonServerConfiguration
|
||||||
{
|
{
|
||||||
@@ -47,7 +42,7 @@ public struct RagonServerConfiguration
|
|||||||
public Dictionary<string, string> WebHooks;
|
public Dictionary<string, string> WebHooks;
|
||||||
|
|
||||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||||
private static readonly string ServerVersion = "1.3.2";
|
private static readonly string ServerVersion = "1.3.1";
|
||||||
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
|
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
|
||||||
{
|
{
|
||||||
{"enet", Server.ServerType.ENET},
|
{"enet", Server.ServerType.ENET},
|
||||||
@@ -65,11 +60,7 @@ public struct RagonServerConfiguration
|
|||||||
|
|
||||||
private static void CopyrightInfo()
|
private static void CopyrightInfo()
|
||||||
{
|
{
|
||||||
var assembly = System.Reflection.Assembly.GetExecutingAssembly();
|
Logger.Info($"Server Version: {ServerVersion}");
|
||||||
var fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
|
|
||||||
var version = fvi.ProductVersion;
|
|
||||||
|
|
||||||
Logger.Info($"Server Version: {version}");
|
|
||||||
Logger.Info($"Machine Name: {Environment.MachineName}");
|
Logger.Info($"Machine Name: {Environment.MachineName}");
|
||||||
Logger.Info($"OS: {Environment.OSVersion}");
|
Logger.Info($"OS: {Environment.OSVersion}");
|
||||||
Logger.Info($"Processors: {Environment.ProcessorCount}");
|
Logger.Info($"Processors: {Environment.ProcessorCount}");
|
||||||
|
|||||||
Reference in New Issue
Block a user