mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.4 KiB
27 lines
1.4 KiB
<?xml version="1.0"?>
|
|
<package >
|
|
<metadata>
|
|
<id>${EMGUCV_NUGET_ID}</id>
|
|
<title>${EMGUCV_NUGET_TITLE}</title>
|
|
<version>${CPACK_PACKAGE_VERSION}</version>
|
|
<authors>${CPACK_PACKAGE_VENDOR}</authors>
|
|
<owners>${CPACK_PACKAGE_VENDOR}</owners>
|
|
<license type="file">${EMGUCV_LICENSE_FILE}</license>
|
|
<projectUrl>http://www.emgu.com/wiki/index.php</projectUrl>
|
|
<repository type="git" url="https://github.com/emgucv/emgucv" />
|
|
<icon>icon.png</icon>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<summary>${EMGUCV_NUGET_SUMMARY}</summary>
|
|
<description>Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. </description>
|
|
<releaseNotes>This is the ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH} release of Emgu CV. For online documentation please visit
|
|
http://www.emgu.com/wiki/files/${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}/document/index.html
|
|
</releaseNotes>
|
|
${EMGUCV_NUGET_DEPENDENCY}
|
|
${EMGUCV_NUGET_FRAMEWORK_REFERENCES}
|
|
<copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
|
|
<tags>opencv emgu emgucv ai image</tags>
|
|
</metadata>
|
|
<files>
|
|
${EMGUCV_NUGET_FILE_LIST}
|
|
</files>
|
|
</package>
|