From 09e1766bd49614823ae39c4763e9ca8d34834425 Mon Sep 17 00:00:00 2001 From: nutchayut Date: Mon, 3 Jun 2024 23:02:07 +0700 Subject: [PATCH] bug fixed --- .../obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs | 2 +- .../Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache | 2 +- .../obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs | 2 +- .../Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache | 2 +- OCPP.Core.Server/appsettings.json | 3 ++- .../obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs | 2 +- .../obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs index a36c39b..09615b7 100644 --- a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs +++ b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+601277d2153d223843903ea9507e84507f2bef5f")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Database")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache index 4f33bbd..1e54a56 100644 --- a/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache +++ b/OCPP.Core.Database/obj/Debug/net8.0/OCPP.Core.Database.AssemblyInfoInputs.cache @@ -1 +1 @@ -6795b8c8c9e642542de7dc7d699398d93437aa22737660d0fdbf4bb159d400d3 +201270d7be9633015df81c58e7b49d51743411d9b85e333c4421c7024ff77e3c diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs index d3f6680..da3aed4 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+601277d2153d223843903ea9507e84507f2bef5f")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Management")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache index 370f316..41007b8 100644 --- a/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache +++ b/OCPP.Core.Management/obj/Debug/net8.0/OCPP.Core.Management.AssemblyInfoInputs.cache @@ -1 +1 @@ -6e0c47c5210c347c440300b8fa480faf3eb1ce1cdc9c38584facc4452f6b07bf +42c38ba14badf43072f20f41abebde0c3ab1b3455e27ff024d151c4ee1ae6418 diff --git a/OCPP.Core.Server/appsettings.json b/OCPP.Core.Server/appsettings.json index 142552f..ada696d 100644 --- a/OCPP.Core.Server/appsettings.json +++ b/OCPP.Core.Server/appsettings.json @@ -33,7 +33,8 @@ "SqlServer": "Data Source=202.129.205.201,31455;Initial Catalog=OCPP.Core;User ID=sa;Password=sql-pass;TrustServerCertificate=true;" }, - "MessageDumpDir": "c:\\temp\\OCPP", + //"MessageDumpDir": "c:\\temp\\OCPP", + "MessageDumpDir": "/app/wwwroot/OCPP", "DbMessageLog": 2, // 0=None, 1=Info, 2=Verbose (all) "ShowIndexInfo": true, // show status info in root web "MaxMessageSize": 1048576, // max. allowed message size in bytes diff --git a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs index bc66d31..8a896a2 100644 --- a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs +++ b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("dallmann consulting GmbH")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.2.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+c8d81d80ebef8d5752577d0136eb7d4fa60eead4")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.2+601277d2153d223843903ea9507e84507f2bef5f")] [assembly: System.Reflection.AssemblyProductAttribute("OCPP.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("OCPP.Core.Server")] [assembly: System.Reflection.AssemblyVersionAttribute("1.3.2.0")] diff --git a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache index 52583ff..826c45f 100644 --- a/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache +++ b/OCPP.Core.Server/obj/Debug/net8.0/OCPP.Core.Server.AssemblyInfoInputs.cache @@ -1 +1 @@ -629a160afb6c3e74a1ab77aac4f6fb2fb3f6ad43181998c63e59af3cbf96a872 +3095c2ba5242710e58c93d1903d6d15bc8d072da1a08eb7da7d0d502529a9377