diff --git a/WelsonJS.Toolkit/WelsonJS.Service/Properties/AssemblyInfo.cs b/WelsonJS.Toolkit/WelsonJS.Service/Properties/AssemblyInfo.cs index af3ae94..0e90c8d 100644 --- a/WelsonJS.Toolkit/WelsonJS.Service/Properties/AssemblyInfo.cs +++ b/WelsonJS.Toolkit/WelsonJS.Service/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; // 제어됩니다. 어셈블리와 관련된 정보를 수정하려면 // 이러한 특성 값을 변경하세요. [assembly: AssemblyTitle("WelsonJS.Service")] -[assembly: AssemblyDescription("Service for WelsonJS framework")] +[assembly: AssemblyDescription("Windows Service for WelsonJS framework")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Catswords")] [assembly: AssemblyProduct("WelsonJS")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를 // 기본값으로 할 수 있습니다. // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.7.24")] -[assembly: AssemblyFileVersion("1.2.7.24")] +[assembly: AssemblyVersion("0.2.7.25")] +[assembly: AssemblyFileVersion("0.2.7.25")] diff --git a/bin/x86/WelsonJS.Service.exe b/bin/x86/WelsonJS.Service.exe index 7052728..2338e47 100644 Binary files a/bin/x86/WelsonJS.Service.exe and b/bin/x86/WelsonJS.Service.exe differ diff --git a/bin/x86/WelsonJS.Service.pdb b/bin/x86/WelsonJS.Service.pdb index cad4300..a0fe90c 100644 Binary files a/bin/x86/WelsonJS.Service.pdb and b/bin/x86/WelsonJS.Service.pdb differ