Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit b920627

Browse files
committed
Update NuGet package definition
1 parent 7947e7f commit b920627

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,17 @@
1111
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
1212
<ReleaseVersion>0.2</ReleaseVersion>
1313
<PackageId>TensorFlowSharp</PackageId>
14-
<PackageVersion>1.3.0</PackageVersion>
14+
<PackageVersion>1.4.0-pre1</PackageVersion>
1515
<Authors>Miguel de Icaza</Authors>
1616
<PackageLicenseUrl>https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl>
1818
<PackageTags>machine-learning, tensorflow, xamarin, c#, f#</PackageTags>
1919
<Description>.NET Bindings for TensorFlow</Description>
2020
<Owners>Miguel de Icaza</Owners>
2121
<Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary>
22-
<PackageReleaseNotes>Adds support for TensorFlor 1.3
22+
<PackageReleaseNotes>Adds support for TensorFlor 1.4
2323

24-
In addition to bringing the 1.3 API, this contains the following high-level APIs:
25-
26-
* TFGraph.ReduceMean
27-
* Type to TFDataType conversion helper
28-
</PackageReleaseNotes>
24+
This brings support for the TensorFlow 1.4 API.</PackageReleaseNotes>
2925
</PropertyGroup>
3026
<ItemGroup>
3127
<_NativeFiles Include="..\native\*.*">

0 commit comments

Comments
 (0)