add nuget profile, update README.md

This commit is contained in:
Namhyeon Go 2024-10-23 17:53:12 +09:00
parent 28be18de01
commit d180a01312
4 changed files with 24 additions and 4 deletions

View File

@ -19,10 +19,7 @@ Dual license notice: The default license for this project is GPL 3.0. However, i
- <img src="app/assets/img/github_octocat_logo.png" height="32" alt=""/> [GitHub Sponsors](https://github.com/sponsors/gnh1201) - <img src="app/assets/img/github_octocat_logo.png" height="32" alt=""/> [GitHub Sponsors](https://github.com/sponsors/gnh1201)
- <img src="app/assets/img/logo_oss.gif" height="32" alt=""/> Open Software Portal, Korea National Industry Promotion Agency - Awarded Prize - <img src="app/assets/img/logo_oss.gif" height="32" alt=""/> Open Software Portal, Korea National Industry Promotion Agency - Awarded Prize
- <img src="app/assets/img/signpath_logo.png" height="32" alt=""/> Free code signing provided by [SignPath.io](https://signpath.io), certificate by [SignPath Foundation](https://signpath.org/) - <img src="app/assets/img/signpath_logo.png" height="32" alt=""/> 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]((https://scrapeops.io?fpr=namhyeon75), [SearchApi](https://www.searchapi.io/?via=namhyeon), ...)
## [Partnerships](https://catswords-oss.rdbl.io/5719744820/8278298336)
- [<img src="app/assets/img/scrapeops-logo.svg" height="32" alt=""/> 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))
- [<img src="app/assets/img/searchapi-logo.svg" height="32" alt="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)
## Structure ## 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) ![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)

View File

@ -79,6 +79,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<ApplicationIcon>favicon.ico</ApplicationIcon> <ApplicationIcon>favicon.ico</ApplicationIcon>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
@ -100,6 +101,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="welsonjs.snk" /> <None Include="welsonjs.snk" />
<None Include="WelsonJS.Toolkit.nuspec" />
<None Include="assets/img/logo.png" Pack="true" PackagePath="" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="favicon.ico" /> <Content Include="favicon.ico" />

View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>$id$</id>
<version>0.2.7.22</version>
<title>$title$</title>
<authors>Namhyeon Go</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">GPL-3.0-only</license>
<icon>logo.png</icon>
<projectUrl>https://github.com/gnh1201/welsonjs</projectUrl>
<description>COM library for WelsonJS framework-based applications. Supports access to a Window Handle, Named Shared Memory, and INI files.</description>
<releaseNotes>First release</releaseNotes>
<copyright>$copyright$</copyright>
<tags>com scripting library javascript ini window-handle named-shared-memory</tags>
</metadata>
<files>
<file src="assets\img\logo.png" />
</files>
</package>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB