From 209f2131c8e227f57b2da700b50c3c901b17a88d Mon Sep 17 00:00:00 2001 From: Henk van Boeijen Date: Sat, 8 Nov 2014 16:50:20 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b15419..d401883 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ Technology used: Microsoft .NET/C# v4.5 ## Current status -**v0.0** +**v0.2** -Code complete for the library core. (Pre-beta) +Code complete for the library core. (Beta) ## Milestones @@ -65,6 +65,7 @@ Code complete for the library core. (Pre-beta) 3. Serial ASCII protocol implemented and unit-tested. 4. API fully documented. 5. IObservable methods implemented (not yet unittested or documented). +6. Mono support added ## Upcoming 1. Finish unit tests and documentation for latest additions.