diff --git a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs index dac0c72..563a6bc 100644 --- a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs +++ b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs @@ -217,7 +217,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER try { MemoryStream stream = new MemoryStream(text.ConvertBytes()); - StreamReader reader = new StreamReader(stream); + StreamReader reader = new StreamReader(stream, Encoding.Default); SECSItem parent = null; SECSItem item = null; diff --git a/DDUtilityApp/Properties/AssemblyInfo.cs b/DDUtilityApp/Properties/AssemblyInfo.cs index 2f9e2c2..ea22b68 100644 --- a/DDUtilityApp/Properties/AssemblyInfo.cs +++ b/DDUtilityApp/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 // 지정되도록 할 수 있습니다. // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2025.03.19.4")] -[assembly: AssemblyFileVersion("2025.03.19.4")] +[assembly: AssemblyVersion("2025.03.20.0")] +[assembly: AssemblyFileVersion("2025.03.20.0")]