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
960 B

  1. <?xml version="1.0"?>
  2. <package >
  3. <metadata>
  4. <id>${EMGU_CUDNN_ADV_NUGET_ID}</id>
  5. <title>${EMGU_CUDNN_ADV_NUGET_TITLE}</title>
  6. <version>${EMGU_CUDNN_VERSION}</version>
  7. <authors>${NUGET_PACKAGE_VENDOR}</authors>
  8. <owners>${NUGET_PACKAGE_VENDOR}</owners>
  9. <license type="file">cuDNN_SLA.txt</license>
  10. <projectUrl>${NUGET_EMGU_URL}</projectUrl>
  11. <icon>icon.png</icon>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <summary>This package provides the native ADV component for CUDA DNN.</summary>
  14. <description>This package provides the native ADV component for CUDA DNN.</description>
  15. <releaseNotes>This DNN v${EMGU_CUDNN_VERSION} for CUDA v${EMGU_CUDA_VERSION}.</releaseNotes>
  16. ${EMGU_CUDNN_ADV_NUGET_DEPENDENCY}
  17. <copyright>© ${CPACK_PACKAGE_VENDOR} ${CURRENT_YEAR}. All rights reserved.</copyright>
  18. <tags>emgu cuda dnn</tags>
  19. </metadata>
  20. <files>
  21. ${EMGU_CUDNN_ADV_NUGET_FILE_LIST}
  22. </files>
  23. </package>