|
|
@@ -5,7 +5,7 @@ |
|
|
|
<AssemblyName>Tensorflow.Binding</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>2.10.0</TargetTensorFlow> |
|
|
|
<Version>1.0.0</Version> |
|
|
|
<Version>0.100.5</Version> |
|
|
|
<LangVersion>10.0</LangVersion> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
@@ -20,7 +20,7 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.100.5.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes> |
|
|
|
tf.net 0.100.x and above are based on tensorflow native 2.10.0 |
|
|
|
|
|
|
@@ -38,7 +38,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library. |
|
|
|
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library. |
|
|
|
</PackageReleaseNotes> |
|
|
|
<FileVersion>1.0.0.0</FileVersion> |
|
|
|
<FileVersion>0.100.5.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<PackageOutputPath>packages</PackageOutputPath> |
|
|
|