|
|
|
@@ -0,0 +1,27 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> |
|
|
|
<metadata> |
|
|
|
<id>$packageId$</id> |
|
|
|
<version>$version$</version> |
|
|
|
<authors>The TensorFlow Authors</authors> |
|
|
|
<owners>The TensorFlow Authors</owners> |
|
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance> |
|
|
|
<license type="file">LICENSE.txt</license> |
|
|
|
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl> |
|
|
|
<projectUrl>https://www.tensorflow.org/</projectUrl> |
|
|
|
<iconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</iconUrl> |
|
|
|
<description>$packageId$ contains the TensorFlow C library GPU for Linux version $version$ redistributed as a NuGet package.</description> |
|
|
|
<releaseNotes>https://github.com/tensorflow/tensorflow/releases/tag/v$version$</releaseNotes> |
|
|
|
<copyright>Copyright 2019 The TensorFlow Authors. All rights reserved.</copyright> |
|
|
|
<tags>TensorFlow</tags> |
|
|
|
<dependencies> |
|
|
|
<group targetFramework=".NETStandard2.0" /> |
|
|
|
</dependencies> |
|
|
|
</metadata> |
|
|
|
<files> |
|
|
|
<file src="CommonPackage.props" target="build\netstandard2.0\$packageId$.props" /> |
|
|
|
<file src="bin\packages\$packageId$\LICENSE.txt" target="LICENSE.txt" /> |
|
|
|
<file src="bin\packages\$packageId$\THIRD_PARTY_NOTICES.txt" target="THIRD_PARTY_NOTICES.txt" /> |
|
|
|
<file src="bin\packages\$packageId$\runtimes\**\*" target="runtimes" /> |
|
|
|
</files> |
|
|
|
</package> |