diff --git a/README.md b/README.md index e98dc59..d160fc8 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,7 @@ Dual license notice: The default license for this project is GPL 3.0. However, i - [GitHub Sponsors](https://github.com/sponsors/gnh1201) - Open Software Portal, Korea National Industry Promotion Agency - Awarded Prize - Free code signing provided by [SignPath.io](https://signpath.io), certificate by [SignPath Foundation](https://signpath.org/) - -## [Partnerships](https://catswords-oss.rdbl.io/5719744820/8278298336) -- [ ScrapeOps (scrapeops.io)](https://scrapeops.io?fpr=namhyeon75) - Proxy Aggregator (1,000 free calls/month, [10% discount coupon](https://catswords-oss.rdbl.io/5719744820/8278298336)) -- [SearchApi (searchapi.io)](https://www.searchapi.io/?via=namhyeon) - SERP (Google, Bing, Baidu, Amazon, YouTube, App Store (Google, Apple), etc.) scraping (100 free calls/month) +- [Partnerships](https://catswords-oss.rdbl.io/5719744820/8278298336) ([ScrapeOps]((https://scrapeops.io?fpr=namhyeon75), [SearchApi](https://www.searchapi.io/?via=namhyeon), ...) ## Structure ![The structure of the WelsonJS framework can be extended based on whether it operates in a console (command prompt) environment, a GUI (with HTML/CSS) environment, or a service environment, with the `app.js` file at its core.](app/assets/img/structure.png) diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.csproj b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.csproj index 790d88b..77da764 100644 --- a/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.csproj +++ b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.csproj @@ -79,6 +79,7 @@ favicon.ico + icon.png @@ -100,6 +101,8 @@ + + diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec new file mode 100644 index 0000000..3b6d04a --- /dev/null +++ b/WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec @@ -0,0 +1,20 @@ + + + + $id$ + 0.2.7.22 + $title$ + Namhyeon Go + false + GPL-3.0-only + logo.png + https://github.com/gnh1201/welsonjs + COM library for WelsonJS framework-based applications. Supports access to a Window Handle, Named Shared Memory, and INI files. + First release + $copyright$ + com scripting library javascript ini window-handle named-shared-memory + + + + + \ No newline at end of file diff --git a/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/img/logo.png b/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/img/logo.png new file mode 100644 index 0000000..4790015 Binary files /dev/null and b/WelsonJS.Toolkit/WelsonJS.Toolkit/assets/img/logo.png differ