Merge pull request #2950 from mRemoteNG/copilot/fix-log4net-not-found

Fix unhandled exception during startup: log4net assembly not found
This commit is contained in:
Dimitrij
2025-10-19 20:34:43 +01:00
committed by GitHub
2 changed files with 2 additions and 8 deletions

View File

@@ -27,7 +27,4 @@ using System.Resources;
[assembly: AssemblyVersion("1.78.2.3177")]
[assembly: AssemblyFileVersion("1.78.2.3177")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersion("1.78.2 (Nightly Build 3177) x64")]
// Logging
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]
[assembly: AssemblyInformationalVersion("1.78.2 (Nightly Build 3177) x64")]

View File

@@ -49,7 +49,4 @@ using System.Resources;
[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= revision #>.<#= build #>")]
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= revision #>.<#= build #>")]
[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: AssemblyInformationalVersion("<#= major #>.<#= minor #>.<#= revision #> (<#= channel #> <#= build #>) <#= platformValue #>")]
// Logging
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]
[assembly: AssemblyInformationalVersion("<#= major #>.<#= minor #>.<#= revision #> (<#= channel #> <#= build #>) <#= platformValue #>")]