Skip to content

Commit 8d32160

Browse files
committed
Add MethodBoundaryAspect.Fody.
1 parent bdfe6d4 commit 8d32160

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/TensorFlowNET.Core/Tensorflow.Binding.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AssemblyName>TensorFlow.NET</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<TargetTensorFlow>2.2.0</TargetTensorFlow>
8-
<Version>0.20.1</Version>
8+
<Version>0.21.0</Version>
99
<LangVersion>8.0</LangVersion>
1010
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors>
1111
<Company>SciSharp STACK</Company>
@@ -19,13 +19,14 @@
1919
<Description>Google's TensorFlow full binding in .NET Standard.
2020
Building, training and infering deep learning models.
2121
https://tensorflownet.readthedocs.io</Description>
22-
<AssemblyVersion>0.20.1.0</AssemblyVersion>
22+
<AssemblyVersion>0.21.0.0</AssemblyVersion>
2323
<PackageReleaseNotes>tf.net 0.20.x and above are based on tensorflow native 2.x.
2424

2525
* Eager Mode is added finally.
2626
* tf.keras is partially working.
27-
* tf.data is added.</PackageReleaseNotes>
28-
<FileVersion>0.20.1.0</FileVersion>
27+
* tf.data is added.
28+
* autograph works partially.</PackageReleaseNotes>
29+
<FileVersion>0.21.0.0</FileVersion>
2930
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3031
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3132
<SignAssembly>false</SignAssembly>
@@ -76,6 +77,7 @@ https://tensorflownet.readthedocs.io</Description>
7677

7778
<ItemGroup>
7879
<PackageReference Include="Google.Protobuf" Version="3.11.4" />
80+
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.138" />
7981
<PackageReference Include="NumSharp.Lite" Version="0.1.8" />
8082
<PackageReference Include="Protobuf.Text" Version="0.4.0" />
8183
</ItemGroup>

0 commit comments

Comments
 (0)