Fix incorrect version info of WelsonJS.Service
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
Namhyeon Go 2024-07-23 13:28:16 +09:00
parent 84e094fc19
commit 3b18896564
3 changed files with 3 additions and 3 deletions

View File

@ -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")]

Binary file not shown.

Binary file not shown.