Skip to content

Commit a98dc94

Browse files
committed
1.5.1-pre1
1 parent 500e905 commit a98dc94

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,20 @@
1414
<PropertyGroup>
1515
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
1616
<PackageId>TensorFlowSharp</PackageId>
17-
<PackageVersion>1.5.1</PackageVersion>
17+
<PackageVersion>1.5.1-pre1</PackageVersion>
1818
<Authors>Miguel de Icaza</Authors>
1919
<PackageLicenseUrl>https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl>
2020
<PackageProjectUrl>https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl>
2121
<PackageTags>machine-learning, tensorflow, xamarin, c#, f#</PackageTags>
2222
<Description>.NET Bindings for TensorFlow</Description>
2323
<Owners>Miguel de Icaza</Owners>
2424
<Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary>
25-
<PackageReleaseNotes>Adds support for TensorFlow 1.5
25+
<PackageReleaseNotes>1.5.1-pre1 adds:
26+
* Ones, Zeros, Const, RandomUniform
27+
* Updates the way the NuGet package distributes the native payload
28+
* ListDevices API
29+
30+
Adds support for TensorFlow 1.5
2631

2732
* No longer a -pre release
2833
* Ships the latest official 1.5 packages (January 26th, Build #80 Mac, Linux, #59 Windows)

0 commit comments

Comments
 (0)