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.
 
 
 
 
 

22 lines
983 B

<?xml version="1.0"?>
<package >
<metadata>
<id>${EMGU_CUDNN_NUGET_ID}</id>
<title>${EMGU_CUDNN_NUGET_TITLE}</title>
<version>${EMGU_CUDNN_VERSION}</version>
<authors>${NUGET_PACKAGE_VENDOR}</authors>
<owners>${NUGET_PACKAGE_VENDOR}</owners>
<license type="file">cuDNN_SLA.txt</license>
<projectUrl>http://www.emgu.com/wiki/index.php</projectUrl>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This package provides the native CUDA DNN dependencies for EMGU software libraries</summary>
<description>This package provides the native CUDA DNN dependencies for EMGU software libraries</description>
<releaseNotes>This is the CUDA DNN v${EMGU_CUDNN_VERSION} for CUDA v${EMGU_CUDA_VERSION}. </releaseNotes>
<copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
<tags>emgu cudnn</tags>
</metadata>
<files>
${EMGU_CUDNN_NUGET_FILE_LIST}
</files>
</package>