Browse Source

Renamed package to SciSharp.TensorFlow.Redist

tags/v0.10
Harish S. Kulkarni 6 years ago
parent
commit
7a8e007e54
6 changed files with 6 additions and 6 deletions
  1. +0
    -0
      src/SciSharp.TensorFlow.Redist/CommonPackage.props
  2. +0
    -0
      src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj
  3. +0
    -0
      src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha
  4. +0
    -0
      src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha
  5. +0
    -0
      src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha
  6. +6
    -6
      src/SciSharp.TensorFlow.Redist/redist.nuspec

src/TensorFlowNET.Redist/CommonPackage.props → src/SciSharp.TensorFlow.Redist/CommonPackage.props View File


src/TensorFlowNET.Redist/TensorFlowNET.Redist.nupkgproj → src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj View File


src/TensorFlowNET.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha → src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha View File


src/TensorFlowNET.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha → src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha View File


src/TensorFlowNET.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha → src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha View File


src/TensorFlowNET.Redist/redist.nuspec → src/SciSharp.TensorFlow.Redist/redist.nuspec View File

@@ -9,8 +9,8 @@
<license type="file">LICENSE.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://www.tensorflow.org/</projectUrl>
<description>TensorFlowNET.Redist contains the TensorFlow C library version 1.14.0 redistributed as a NuGet package.</description>
<releaseNotes>https://github.com/tensorflow/tensorflow/releases/tag/v1.14.0</releaseNotes>
<description>$packageId$ contains the TensorFlow C library 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>
@@ -18,9 +18,9 @@
</dependencies>
</metadata>
<files>
<file src="CommonPackage.props" target="build\netstandard2.0\TensorFlowNET.Redist.props" />
<file src="bin\packages\TensorFlowNET.Redist\LICENSE.txt" target="LICENSE.txt" />
<file src="bin\packages\TensorFlowNET.Redist\THIRD_PARTY_NOTICES.txt" target="THIRD_PARTY_NOTICES.txt" />
<file src="bin\packages\TensorFlowNET.Redist\runtimes\**\*" target="runtimes" />
<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>

Loading…
Cancel
Save