mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
<metadata>
|
||
|
<id>$id$</id>
|
||
|
<version>$version$</version>
|
||
|
<title>$title$</title>
|
||
|
<authors>$authors$</authors>
|
||
|
<owners>OutSystems</owners>
|
||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
<description>$description$</description>
|
||
|
<copyright>$copyright$</copyright>
|
||
|
<projectUrl>$packageProjectUrl$</projectUrl>
|
||
|
</metadata>
|
||
|
</package>
|