From 92b1a8c00d4cd6da194fbd8ce0b328403b91728c Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 12 Apr 2017 00:11:26 -0700 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7a6382d..6a642294 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Some of the benefits of using WinFsp are listed below: * Strives for compatibility with NTFS. Read about its [Compatibility](doc/NTFS-Compatibility.asciidoc ). * Easy to understand but comprehensive API. Consult the [API Reference](http://www.secfs.net/winfsp/apiref/). There is also a simple [Tutorial](doc/WinFsp-Tutorial.asciidoc). * FUSE compatibility layer for native Windows and Cygwin. See [fuse.h](inc/fuse/fuse.h). +* .NET layer for managed development. See [src/dotnet](src/dotnet). * Signed drivers provided on every release. * Available under the [GPLv3](License.txt) license with a special exception for Free/Libre and Open Source Software. @@ -35,6 +36,7 @@ The project source code is organized as follows: * inc/fuse: Public headers for the FUSE compatibility layer. * src/dll: Source code to the WinFsp DLL. * src/dll/fuse: Source code to the FUSE compatibility layer. +* src/dotnet: Source code to the .NET layer. * src/launcher: Source code to the launcher service and the launchctl utility. * src/sys: Source code to the WinFsp FSD. * opt/cygfuse: Source code for the Cygwin FUSE package.