mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 06:54:58 +00:00
add nuget profile, update README.md
This commit is contained in:
parent
28be18de01
commit
d180a01312
|
@ -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/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/)
|
||||
|
||||
## [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)
|
||||
- [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)
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
||||
<PackageIcon>icon.png</PackageIcon>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
|
@ -100,6 +101,8 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="welsonjs.snk" />
|
||||
<None Include="WelsonJS.Toolkit.nuspec" />
|
||||
<None Include="assets/img/logo.png" Pack="true" PackagePath="" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="favicon.ico" />
|
||||
|
|
20
WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec
Normal file
20
WelsonJS.Toolkit/WelsonJS.Toolkit/WelsonJS.Toolkit.nuspec
Normal 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>
|
BIN
WelsonJS.Toolkit/WelsonJS.Toolkit/assets/img/logo.png
Normal file
BIN
WelsonJS.Toolkit/WelsonJS.Toolkit/assets/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in New Issue
Block a user