mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
Fix incorrect version info of WelsonJS.Service
This commit is contained in:
parent
84e094fc19
commit
3b18896564
|
@ -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.
Loading…
Reference in New Issue
Block a user