mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Add Microsoft Teams links to WelsonJS.Toolkit
This commit is contained in:
parent
e25baeae9c
commit
c3114ab3f9
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* - Namhyeon Go <abuse@catswords.net>
|
* - Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -1,4 +1,25 @@
|
||||||
using System.Collections.Generic;
|
/*
|
||||||
|
* WelsonJS.Toolkit: WelsonJS native component
|
||||||
|
*
|
||||||
|
* filename:
|
||||||
|
* ProcessUtils.cs
|
||||||
|
*
|
||||||
|
* description:
|
||||||
|
* WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
|
||||||
|
*
|
||||||
|
* website:
|
||||||
|
* - https://github.com/gnh1201/welsonjs
|
||||||
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
|
*
|
||||||
|
* author:
|
||||||
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
*
|
||||||
|
* license:
|
||||||
|
* GPLv3 or MS-RL(Microsoft Reciprocal License)
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
|
||||||
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
|
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
|
||||||
// 기본값으로 할 수 있습니다.
|
// 기본값으로 할 수 있습니다.
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("0.2.7.12")]
|
[assembly: AssemblyVersion("0.2.7.22")]
|
||||||
[assembly: AssemblyFileVersion("0.2.7.12")]
|
[assembly: AssemblyFileVersion("0.2.7.22")]
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
* website:
|
* website:
|
||||||
* - https://github.com/gnh1201/welsonjs
|
* - https://github.com/gnh1201/welsonjs
|
||||||
* - https://catswords.social/@catswords_oss
|
* - https://catswords.social/@catswords_oss
|
||||||
|
* - https://teams.live.com/l/community/FEACHncAhq8ldnojAI
|
||||||
*
|
*
|
||||||
* author:
|
* author:
|
||||||
* Namhyeon Go <abuse@catswords.net>
|
* Namhyeon Go <abuse@catswords.net>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user