From cc1f6359415b447418e95d0d91a83864c5d9f63d Mon Sep 17 00:00:00 2001 From: Ara Ayvazyan Date: Wed, 26 Apr 2017 10:40:36 -0700 Subject: [PATCH] Update README.md. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b679092..4f3f2bc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # IPC -IPC is a C++ library that provides inter-process communication using shared memory on Windows. +IPC is a C++ library that provides inter-process communication using shared memory on Windows.
A .NET wrapper is available which allows interaction with C++ as well. +Integration with [Bond](https://github.com/Microsoft/bond) is coming soon. + # Build The library is developed and maintained with [Visual Studio 2015](https://msdn.microsoft.com/en-us/library/dd831853.aspx).