From 7a8e007e5473b51eb66dcac67aedb0a2c3ff88a7 Mon Sep 17 00:00:00 2001 From: "Harish S. Kulkarni" Date: Fri, 12 Jul 2019 15:46:11 -0700 Subject: [PATCH] Renamed package to SciSharp.TensorFlow.Redist --- .../CommonPackage.props | 0 .../SciSharp.TensorFlow.Redist.nupkgproj} | 0 ...libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha | 0 .../libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha | 0 .../libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha | 0 .../redist.nuspec | 12 ++++++------ 6 files changed, 6 insertions(+), 6 deletions(-) rename src/{TensorFlowNET.Redist => SciSharp.TensorFlow.Redist}/CommonPackage.props (100%) rename src/{TensorFlowNET.Redist/TensorFlowNET.Redist.nupkgproj => SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj} (100%) rename src/{TensorFlowNET.Redist => SciSharp.TensorFlow.Redist}/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha (100%) rename src/{TensorFlowNET.Redist => SciSharp.TensorFlow.Redist}/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha (100%) rename src/{TensorFlowNET.Redist => SciSharp.TensorFlow.Redist}/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha (100%) rename src/{TensorFlowNET.Redist => SciSharp.TensorFlow.Redist}/redist.nuspec (64%) diff --git a/src/TensorFlowNET.Redist/CommonPackage.props b/src/SciSharp.TensorFlow.Redist/CommonPackage.props similarity index 100% rename from src/TensorFlowNET.Redist/CommonPackage.props rename to src/SciSharp.TensorFlow.Redist/CommonPackage.props diff --git a/src/TensorFlowNET.Redist/TensorFlowNET.Redist.nupkgproj b/src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj similarity index 100% rename from src/TensorFlowNET.Redist/TensorFlowNET.Redist.nupkgproj rename to src/SciSharp.TensorFlow.Redist/SciSharp.TensorFlow.Redist.nupkgproj diff --git a/src/TensorFlowNET.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha b/src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha similarity index 100% rename from src/TensorFlowNET.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha rename to src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-darwin-x86_64-1.14.0.tar.gz.sha diff --git a/src/TensorFlowNET.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha b/src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha similarity index 100% rename from src/TensorFlowNET.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha rename to src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-linux-x86_64-1.14.0.tar.gz.sha diff --git a/src/TensorFlowNET.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha b/src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha similarity index 100% rename from src/TensorFlowNET.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha rename to src/SciSharp.TensorFlow.Redist/libtensorflow-cpu-windows-x86_64-1.14.0.zip.sha diff --git a/src/TensorFlowNET.Redist/redist.nuspec b/src/SciSharp.TensorFlow.Redist/redist.nuspec similarity index 64% rename from src/TensorFlowNET.Redist/redist.nuspec rename to src/SciSharp.TensorFlow.Redist/redist.nuspec index f1e934be..d2527c8b 100644 --- a/src/TensorFlowNET.Redist/redist.nuspec +++ b/src/SciSharp.TensorFlow.Redist/redist.nuspec @@ -9,8 +9,8 @@ LICENSE.txt https://aka.ms/deprecateLicenseUrl https://www.tensorflow.org/ - TensorFlowNET.Redist contains the TensorFlow C library version 1.14.0 redistributed as a NuGet package. - https://github.com/tensorflow/tensorflow/releases/tag/v1.14.0 + $packageId$ contains the TensorFlow C library version $version$ redistributed as a NuGet package. + https://github.com/tensorflow/tensorflow/releases/tag/v$version$ Copyright 2019 The TensorFlow Authors. All rights reserved. TensorFlow @@ -18,9 +18,9 @@ - - - - + + + + \ No newline at end of file