Skip to content

Commit 464144d

Browse files
committed
Add back gen_ops.cs and release 0.10.0 rc.
1 parent ed15b24 commit 464144d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>TensorFlow.NET</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>1.14.0</TargetTensorFlow>
8-
<Version>0.10.0-beta</Version>
8+
<Version>0.10.0-rc</Version>
99
<Authors>Haiping Chen, Meinrad Recheis</Authors>
1010
<Company>SciSharp STACK</Company>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -24,7 +24,8 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
2424
1. Added full connected Convolution Neural Network example.
2525
2. Take dependency on SciSharp.TensorFlow.Redist.
2626
3. Create Tensor from array without copying.
27-
4. Fix path issue of Transfer Learning example on Linux.</PackageReleaseNotes>
27+
4. Fix path issue of Transfer Learning example on Linux.
28+
5. Add back gen_ops.cs.</PackageReleaseNotes>
2829
<LangVersion>7.2</LangVersion>
2930
<FileVersion>0.10.0.0</FileVersion>
3031
<PackageLicenseFile>LICENSE</PackageLicenseFile>
@@ -52,10 +53,6 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
5253
</None>
5354
</ItemGroup>
5455

55-
<ItemGroup>
56-
<Compile Remove="Operations\gen_ops.cs" />
57-
</ItemGroup>
58-
5956
<ItemGroup>
6057
<None Remove="Protobuf\README.md" />
6158
</ItemGroup>

0 commit comments

Comments
 (0)