5
5
<AssemblyName >Tensorflow.Binding</AssemblyName >
6
6
<RootNamespace >Tensorflow</RootNamespace >
7
7
<TargetTensorFlow >2.2.0</TargetTensorFlow >
8
- <Version >0.70.0 </Version >
8
+ <Version >0.70.1 </Version >
9
9
<LangVersion >9.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.70.0 .0</AssemblyVersion >
23
+ <AssemblyVersion >0.70.1 .0</AssemblyVersion >
24
24
<PackageReleaseNotes >
25
25
tf.net 0.70.x and above are based on tensorflow native 2.7.0
26
26
@@ -36,7 +36,7 @@ https://tensorflownet.readthedocs.io</Description>
36
36
tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library.
37
37
tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.
38
38
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.</PackageReleaseNotes >
39
- <FileVersion >0.70.0 .0</FileVersion >
39
+ <FileVersion >0.70.1 .0</FileVersion >
40
40
<PackageLicenseFile >LICENSE</PackageLicenseFile >
41
41
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
42
42
<SignAssembly >true</SignAssembly >
0 commit comments