Skip to content

Commit c2dc553

Browse files
Update document and bump version (#162)
* fix: document * fix: bump version
1 parent b99ba57 commit c2dc553

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ You can check the following examples to train dataset.
8383
|---|---|---|
8484
|<img src="images/3.jpg" width="240"/>|<img src="examples/CustomClassificationDemo/images/result.png" width="240"/>|<img src="images/4.png" width="240"/>|
8585

86+
## Document
87+
88+
FaceRecognitionDotNet support full xml document for Visual Studio.
89+
A xml document is written English and Japanese.
90+
And you can check online document at [FaceRecognitionDotNet API Document](https://taktak.jp/FaceRecognitionDotNet/)
91+
8692
## Dependencies Libraries and Products
8793

8894
#### [face_recognition](https://github.com/ageitgey/face_recognition/)

src/FaceRecognitionDotNet/FaceRecognitionDotNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Copyright>© Takuya Takeuchi 2018-2021</Copyright>
77
<Company />
88
<Description>Porting face_recognition (by Adam Geitgey) by C#</Description>
9-
<Version>1.3.0.3</Version>
9+
<Version>1.3.0.4</Version>
1010
<RepositoryUrl>https://github.com/takuya-takeuchi/FaceRecognitionDotNet</RepositoryUrl>
1111
<PackageTags>.net machinelearning face-recognition</PackageTags>
1212
<PackageLicenseUrl></PackageLicenseUrl>

0 commit comments

Comments
 (0)