Skip to content

Commit 7a8e007

Browse files
committed
Renamed package to SciSharp.TensorFlow.Redist
1 parent a2dceb5 commit 7a8e007

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/TensorFlowNET.Redist/redist.nuspec renamed to src/SciSharp.TensorFlow.Redist/redist.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
<license type="file">LICENSE.txt</license>
1010
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
1111
<projectUrl>https://www.tensorflow.org/</projectUrl>
12-
<description>TensorFlowNET.Redist contains the TensorFlow C library version 1.14.0 redistributed as a NuGet package.</description>
13-
<releaseNotes>https://github.com/tensorflow/tensorflow/releases/tag/v1.14.0</releaseNotes>
12+
<description>$packageId$ contains the TensorFlow C library version $version$ redistributed as a NuGet package.</description>
13+
<releaseNotes>https://github.com/tensorflow/tensorflow/releases/tag/v$version$</releaseNotes>
1414
<copyright>Copyright 2019 The TensorFlow Authors. All rights reserved.</copyright>
1515
<tags>TensorFlow</tags>
1616
<dependencies>
1717
<group targetFramework=".NETStandard2.0" />
1818
</dependencies>
1919
</metadata>
2020
<files>
21-
<file src="CommonPackage.props" target="build\netstandard2.0\TensorFlowNET.Redist.props" />
22-
<file src="bin\packages\TensorFlowNET.Redist\LICENSE.txt" target="LICENSE.txt" />
23-
<file src="bin\packages\TensorFlowNET.Redist\THIRD_PARTY_NOTICES.txt" target="THIRD_PARTY_NOTICES.txt" />
24-
<file src="bin\packages\TensorFlowNET.Redist\runtimes\**\*" target="runtimes" />
21+
<file src="CommonPackage.props" target="build\netstandard2.0\$packageId$.props" />
22+
<file src="bin\packages\$packageId$\LICENSE.txt" target="LICENSE.txt" />
23+
<file src="bin\packages\$packageId$\THIRD_PARTY_NOTICES.txt" target="THIRD_PARTY_NOTICES.txt" />
24+
<file src="bin\packages\$packageId$\runtimes\**\*" target="runtimes" />
2525
</files>
2626
</package>

0 commit comments

Comments
 (0)