55 <AssemblyName >TensorFlow.NET</AssemblyName >
66 <RootNamespace >Tensorflow</RootNamespace >
77 <TargetTensorFlow >1.14.0</TargetTensorFlow >
8- <Version >0.11.7 </Version >
8+ <Version >0.11.8 </Version >
99 <Authors >Haiping Chen, Meinrad Recheis, Eli Belash</Authors >
1010 <Company >SciSharp STACK</Company >
1111 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1717 <PackageTags >TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags >
1818 <Description >Google's TensorFlow full binding in .NET Standard.
1919Docs: https://tensorflownet.readthedocs.io</Description >
20- <AssemblyVersion >0.11.7 .0</AssemblyVersion >
20+ <AssemblyVersion >0.11.8 .0</AssemblyVersion >
2121 <PackageReleaseNotes >Changes since v0.10.0:
22221. Upgrade NumSharp to v0.20.3.
23232. Add DisposableObject class to manage object lifetime.
@@ -34,7 +34,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>
343413. Return VariableV1 instead of RefVariable.
353514. Add Tensor overload to GradientDescentOptimizer.</PackageReleaseNotes >
3636 <LangVersion >7.3</LangVersion >
37- <FileVersion >0.11.7 .0</FileVersion >
37+ <FileVersion >0.11.8 .0</FileVersion >
3838 <PackageLicenseFile >LICENSE</PackageLicenseFile >
3939 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
4040 <SignAssembly >true</SignAssembly >
@@ -43,7 +43,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>
4343
4444 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
4545 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
46- <DefineConstants >TRACE;DEBUG</DefineConstants >
46+ <DefineConstants >TRACE;DEBUG;SERIALIZABLE </DefineConstants >
4747 </PropertyGroup >
4848
4949 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
@@ -66,6 +66,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>
6666
6767 <ItemGroup >
6868 <PackageReference Include =" Google.Protobuf" Version =" 3.5.1" />
69+ <PackageReference Include =" Newtonsoft.Json" Version =" 12.0.2" />
6970 <PackageReference Include =" NumSharp" Version =" 0.20.4" />
7071 </ItemGroup >
7172
0 commit comments