Skip to content

Commit 1a526c6

Browse files
committed
Prepare for 0.13
1 parent cebc074 commit 1a526c6

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
@@ -9,7 +9,7 @@
99
<DocumentationFile>bin\Debug\TensorFlowSharp.xml</DocumentationFile>
1010
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
1111
<ReleaseVersion>0.2</ReleaseVersion>
12-
<TensorFlowRuntimeVersion>1.12.0</TensorFlowRuntimeVersion>
12+
<TensorFlowRuntimeVersion>1.13.0</TensorFlowRuntimeVersion>
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
@@ -23,7 +23,7 @@
2323
<Description>.NET Bindings for TensorFlow</Description>
2424
<Owners>Miguel de Icaza</Owners>
2525
<Summary>.NET API for TensorFlow, Google's Machine Intelligence framework</Summary>
26-
<PackageReleaseNotes>1.12.0 adds support for the TensorFlow 1.12 release</PackageReleaseNotes>
26+
<PackageReleaseNotes>1.13.0: An optimization implementation now exists for C#, contributed by Zeeshan Ahmed from the Microsoft data science team (RMSProp, SGD optimizer bindings); TFSession now has a static method for loading models; New methods for loading strings into tensors (also Zeeshan)</PackageReleaseNotes>
2727
</PropertyGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)