From 6f63d94bf25a1c34257071f5003ca595429a4626 Mon Sep 17 00:00:00 2001 From: Ty Conner Date: Mon, 30 Sep 2024 12:21:28 -0400 Subject: [PATCH 1/2] Revert "Bump log4net from 2.0.17 to 3.0.0 in /Source (#4227)" (#4229) This reverts commit 836837bf3c846f6a58ffb2dda9dfc40aa42f8dc1. --- Source/ACE.DatLoader/ACE.DatLoader.csproj | 2 +- Source/ACE.Database/ACE.Database.csproj | 2 +- Source/ACE.Server/ACE.Server.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/ACE.DatLoader/ACE.DatLoader.csproj b/Source/ACE.DatLoader/ACE.DatLoader.csproj index 008ff9cf2d..f37da459ec 100644 --- a/Source/ACE.DatLoader/ACE.DatLoader.csproj +++ b/Source/ACE.DatLoader/ACE.DatLoader.csproj @@ -15,7 +15,7 @@ - + diff --git a/Source/ACE.Database/ACE.Database.csproj b/Source/ACE.Database/ACE.Database.csproj index 657bf5454b..a00b13a707 100644 --- a/Source/ACE.Database/ACE.Database.csproj +++ b/Source/ACE.Database/ACE.Database.csproj @@ -17,7 +17,7 @@ - + diff --git a/Source/ACE.Server/ACE.Server.csproj b/Source/ACE.Server/ACE.Server.csproj index 802e7fdc74..61af766a05 100644 --- a/Source/ACE.Server/ACE.Server.csproj +++ b/Source/ACE.Server/ACE.Server.csproj @@ -235,7 +235,7 @@ - + From 83fd7d430732083a0fa85b80069cbfdd9e841a2c Mon Sep 17 00:00:00 2001 From: Ty Conner Date: Mon, 30 Sep 2024 16:28:27 +0000 Subject: [PATCH 2/2] [ci skip] Updating ServerBuildInfo_Dynamic.cs 1.63.4606.20240930162307-master-6f63d94 --- Source/ACE.Server/ServerBuildInfo_Dynamic.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/ACE.Server/ServerBuildInfo_Dynamic.cs b/Source/ACE.Server/ServerBuildInfo_Dynamic.cs index f13c6790f1..8281b3d952 100644 --- a/Source/ACE.Server/ServerBuildInfo_Dynamic.cs +++ b/Source/ACE.Server/ServerBuildInfo_Dynamic.cs @@ -4,17 +4,17 @@ namespace ACE.Server public static partial class ServerBuildInfo { public static string Branch = "master"; - public static string Commit = "836837bf3c846f6a58ffb2dda9dfc40aa42f8dc1"; + public static string Commit = "6f63d94bf25a1c34257071f5003ca595429a4626"; public static string Version = "1.63"; - public static string Build = "4605"; + public static string Build = "4606"; public static int BuildYear = 2024; public static int BuildMonth = 09; public static int BuildDay = 30; - public static int BuildHour = 02; - public static int BuildMinute = 21; - public static int BuildSecond = 32; + public static int BuildHour = 16; + public static int BuildMinute = 23; + public static int BuildSecond = 07; } }