diff --git a/src/ThingsGateway.Gateway.Application/Startup.cs b/src/ThingsGateway.Gateway.Application/Startup.cs index 4bc1f1004..bb10d4e52 100644 --- a/src/ThingsGateway.Gateway.Application/Startup.cs +++ b/src/ThingsGateway.Gateway.Application/Startup.cs @@ -28,7 +28,6 @@ public class Startup : AppStartup TypeAdapterConfig.GlobalSettings.Scan(App.Assemblies.ToArray()); // 配置默认全局映射(支持覆盖) TypeAdapterConfig.GlobalSettings.Default - .NameMatchingStrategy(NameMatchingStrategy.Flexible) .PreserveReference(true); //运行日志写入数据库配置 diff --git a/src/Version.props b/src/Version.props index 4e6ba1d66..a3e3a0a8b 100644 --- a/src/Version.props +++ b/src/Version.props @@ -1,6 +1,6 @@ - 6.0.3.32 + 6.0.3.33