Skip to content

Commit eb4c1f4

Browse files
committed
Release v0.110.4.
1 parent 8e02682 commit eb4c1f4

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>Tensorflow.Binding</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.11.0</TargetTensorFlow>
8-
<Version>0.110.3</Version>
8+
<Version>0.110.4</Version>
99
<LangVersion>10.0</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Authors>Haiping Chen, Eli Belash, Yaohui Liu, Meinrad Recheis</Authors>
@@ -25,7 +25,8 @@ https://tensorflownet.readthedocs.io</Description>
2525
tf.net 0.110.x and above are based on tensorflow native 2.11.0
2626
* Support RNN, LSTM model.
2727
* Support Transformer model.
28-
28+
* Added IMDB dataset.
29+
2930
tf.net 0.100.x and above are based on tensorflow native 2.10.0
3031

3132
* Eager Mode is added finally.
@@ -43,7 +44,7 @@ https://tensorflownet.readthedocs.io</Description>
4344
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library.
4445
tf.net 0.11x.x aligns with TensorFlow v2.11.x native library.
4546
</PackageReleaseNotes>
46-
<FileVersion>0.110.3.0</FileVersion>
47+
<FileVersion>0.110.4.0</FileVersion>
4748
<PackageLicenseFile>LICENSE</PackageLicenseFile>
4849
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4950
<PackageOutputPath>packages</PackageOutputPath>
@@ -174,7 +175,7 @@ https://tensorflownet.readthedocs.io</Description>
174175
<ItemGroup>
175176
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.149" />
176177
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
177-
<PackageReference Include="OneOf" Version="3.0.255" />
178+
<PackageReference Include="OneOf" Version="3.0.263" />
178179
<PackageReference Include="Protobuf.Text" Version="0.7.1" />
179180
<PackageReference Include="Razorvine.Pickle" Version="1.4.0" />
180181
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />

src/TensorFlowNET.Keras/Tensorflow.Keras.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Nullable>enable</Nullable>
88
<RootNamespace>Tensorflow.Keras</RootNamespace>
99
<Platforms>AnyCPU;x64</Platforms>
10-
<Version>0.11.3</Version>
10+
<Version>0.11.4</Version>
1111
<Authors>Haiping Chen</Authors>
1212
<Product>Keras for .NET</Product>
1313
<Copyright>Apache 2.0, Haiping Chen since 2018</Copyright>
@@ -42,8 +42,8 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
4242
<RepositoryType>Git</RepositoryType>
4343
<SignAssembly>False</SignAssembly>
4444
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>
45-
<AssemblyVersion>0.11.3.0</AssemblyVersion>
46-
<FileVersion>0.11.3.0</FileVersion>
45+
<AssemblyVersion>0.11.4.0</AssemblyVersion>
46+
<FileVersion>0.11.4.0</FileVersion>
4747
<PackageLicenseFile>LICENSE</PackageLicenseFile>
4848
<Configurations>Debug;Release;GPU</Configurations>
4949
</PropertyGroup>

0 commit comments

Comments
 (0)