Skip to content

Commit 08002f5

Browse files
committed
Prepare for 1.10
1 parent b9822dc commit 08002f5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

TensorFlowSharp/TensorFlowSharp.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99
<DocumentationFile>bin\Debug\TensorFlowSharp.xml</DocumentationFile>
1010
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
1111
<ReleaseVersion>0.2</ReleaseVersion>
12+
<TensorFlowRuntimeVersion>1.10.0</TensorFlowRuntimeVersion>
1213
</PropertyGroup>
1314

1415
<PropertyGroup>
1516
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
1617
<PackageId>TensorFlowSharp</PackageId>
17-
<PackageVersion>1.9.0-pre1</PackageVersion>
18+
<PackageVersion>1.10.0-pre1</PackageVersion>
1819
<Authors>Miguel de Icaza</Authors>
1920
<PackageLicenseUrl>https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl>
2021
<PackageProjectUrl>https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl>
2122
<PackageTags>machine-learning, tensorflow, xamarin, c#, f#</PackageTags>
2223
<Description>.NET Bindings for TensorFlow</Description>
2324
<Owners>Miguel de Icaza</Owners>
2425
<Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary>
25-
<PackageReleaseNotes>1.9.0-pre1 adds support for the TensorFlow 1.9 release</PackageReleaseNotes>
26+
<PackageReleaseNotes>1.10.0-pre1 adds support for the TensorFlow 1.10 release</PackageReleaseNotes>
2627
</PropertyGroup>
2728

2829
<ItemGroup>

0 commit comments

Comments
 (0)