Skip to content

Commit e2d7eac

Browse files
committed
1.7.0
1 parent c8f08cc commit e2d7eac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<PropertyGroup>
1515
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
1616
<PackageId>TensorFlowSharp</PackageId>
17-
<PackageVersion>1.7.0-pre1</PackageVersion>
17+
<PackageVersion>1.7.0</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>1.7.0-pre1 adds support for the TensorFlow 1.7 release</PackageReleaseNotes>
25+
<PackageReleaseNotes>1.7.0 adds support for the TensorFlow 1.7 release</PackageReleaseNotes>
2626
</PropertyGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)