Update the nuspec file

This commit is contained in:
Namhyeon Go 2024-11-05 20:33:50 +09:00
parent 2487e56847
commit af69d66ea9
2 changed files with 5 additions and 4 deletions

View File

@ -25,6 +25,7 @@ after_build:
#- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Toolkit\bin\x86\%CONFIGURATION%\* artifacts\
- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Service\bin\x86\%CONFIGURATION%\* artifacts\
- cmd: xcopy /s /y WelsonJS.Toolkit\WelsonJS.Launcher\bin\x86\%CONFIGURATION%\* artifacts\
- cmd: nuget WelsonJS.Toolkit\WelsonJS.Toolkit\ -properties Configuration=%CONFIGURATION% -OutputDirectory artifacts\
- cmd: 7z a artifacts.zip artifacts\*
artifacts:

View File

@ -2,15 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>0.2.7.22</version>
<version>0.2.7.49</version>
<title>$title$</title>
<authors>Namhyeon Go</authors>
<authors>Namhyeon Go, Catswords OSS</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>
<description>Native toolkit for WelsonJS framework-based RPA applications.</description>
<releaseNotes>Updated release</releaseNotes>
<copyright>$copyright$</copyright>
<tags>com scripting library javascript ini window-handle named-shared-memory</tags>
</metadata>