You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Redist-CPU.nuspec 1.4 kB

6 years ago
123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  3. <metadata>
  4. <id>$packageId$</id>
  5. <version>$version$</version>
  6. <authors>The TensorFlow Authors</authors>
  7. <owners>The TensorFlow Authors</owners>
  8. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  9. <license type="file">LICENSE.txt</license>
  10. <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
  11. <projectUrl>https://www.tensorflow.org/</projectUrl>
  12. <iconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&amp;v=4</iconUrl>
  13. <description>$packageId$ contains the TensorFlow C library CPU version $version$ redistributed as a NuGet package.</description>
  14. <releaseNotes>https://github.com/tensorflow/tensorflow/releases/tag/v$version$</releaseNotes>
  15. <copyright>Copyright 2019 The TensorFlow Authors. All rights reserved.</copyright>
  16. <tags>TensorFlow</tags>
  17. <dependencies>
  18. <group targetFramework=".NETStandard2.0" />
  19. </dependencies>
  20. </metadata>
  21. <files>
  22. <file src="CommonPackage.props" target="build\netstandard2.0\$packageId$.props" />
  23. <file src="bin\packages\$packageId$\LICENSE.txt" target="LICENSE.txt" />
  24. <file src="bin\packages\$packageId$\THIRD_PARTY_NOTICES.txt" target="THIRD_PARTY_NOTICES.txt" />
  25. <file src="bin\packages\$packageId$\runtimes\**\*" target="runtimes" />
  26. </files>
  27. </package>