5
5
<AssemblyName >Tensorflow.Binding</AssemblyName >
6
6
<RootNamespace >Tensorflow</RootNamespace >
7
7
<TargetTensorFlow >2.10.0</TargetTensorFlow >
8
- <Version >0.100.5 </Version >
8
+ <Version >0.110.0 </Version >
9
9
<LangVersion >10.0</LangVersion >
10
10
<Nullable >enable</Nullable >
11
11
<Authors >Haiping Chen, Meinrad Recheis, Eli Belash</Authors >
20
20
<Description >Google's TensorFlow full binding in .NET Standard.
21
21
Building, training and infering deep learning models.
22
22
https://tensorflownet.readthedocs.io</Description >
23
- <AssemblyVersion >0.100.5 .0</AssemblyVersion >
23
+ <AssemblyVersion >0.110.0 .0</AssemblyVersion >
24
24
<PackageReleaseNotes >
25
25
tf.net 0.100.x and above are based on tensorflow native 2.10.0
26
26
@@ -38,7 +38,7 @@ https://tensorflownet.readthedocs.io</Description>
38
38
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.
39
39
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library.
40
40
</PackageReleaseNotes >
41
- <FileVersion >0.100.5 .0</FileVersion >
41
+ <FileVersion >0.110.0 .0</FileVersion >
42
42
<PackageLicenseFile >LICENSE</PackageLicenseFile >
43
43
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
44
44
<PackageOutputPath >packages</PackageOutputPath >
@@ -110,13 +110,13 @@ https://tensorflownet.readthedocs.io</Description>
110
110
<ItemGroup >
111
111
<PackageReference Include =" MethodBoundaryAspect.Fody" Version =" 2.0.148" />
112
112
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
113
- <PackageReference Include =" OneOf" Version =" 3.0.223 " />
113
+ <PackageReference Include =" OneOf" Version =" 3.0.255 " />
114
114
<PackageReference Include =" Protobuf.Text" Version =" 0.7.1" />
115
115
<PackageReference Include =" Serilog.Sinks.Console" Version =" 4.1.0" />
116
116
</ItemGroup >
117
117
118
118
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
119
119
<PackageReference Include =" IsExternalInit" Version =" 1.0.3" PrivateAssets =" all" />
120
- <PackageReference Include =" System.Memory" Version =" 4.5.4 " PrivateAssets =" all" />
120
+ <PackageReference Include =" System.Memory" Version =" 4.5.5 " PrivateAssets =" all" />
121
121
</ItemGroup >
122
122
</Project >
0 commit comments