2025-10-23 16:32:27 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-10-23 11:16:35 +08:00
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
|
|
|
|
<metadata>
|
|
|
|
|
<id>com.joyd.toprie</id>
|
|
|
|
|
<version>1.0.0.0</version>
|
2025-10-23 16:32:27 +08:00
|
|
|
<title>托普瑞热像仪控制库</title>
|
|
|
|
|
<authors>曾庆明</authors>
|
|
|
|
|
<owners>JoyD Technology</owners>
|
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
|
<description>托普瑞热像仪控制库,提供热像仪设备的连接、配置和数据获取功能</description>
|
|
|
|
|
<releaseNotes>初始版本发布</releaseNotes>
|
|
|
|
|
<copyright>Copyright 2025 JoyD Technology</copyright>
|
|
|
|
|
<tags>thermal camera toprie 红外 热像仪 控制</tags>
|
|
|
|
|
<projectUrl>https://github.com/joyd/toprie-library</projectUrl>
|
|
|
|
|
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
|
|
|
|
|
<iconUrl>https://example.com/icon.png</iconUrl>
|
|
|
|
|
<!-- 可以根据需要添加更多元数据,如依赖项、框架引用等 -->
|
|
|
|
|
<!-- <dependencies> -->
|
|
|
|
|
<!-- <group targetFramework=".NETFramework4.0"> -->
|
|
|
|
|
<!-- <dependency id="Newtonsoft.Json" version="13.0.1" /> -->
|
|
|
|
|
<!-- </group> -->
|
|
|
|
|
<!-- </dependencies> -->
|
2025-10-23 11:16:35 +08:00
|
|
|
</metadata>
|
|
|
|
|
<files>
|
|
|
|
|
<file src="Toprie.dll" target="lib\net40\" />
|
|
|
|
|
</files>
|
|
|
|
|
</package>
|