From 6f1786a826d5f64ae15e358ed9bcdb1c62fdfc9b Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 28 Nov 2015 13:09:32 +0100 Subject: [PATCH 1/2] Updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 436a3e0..b189332 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # CUE.NET C# (.NET) Wrapper library around the Corsair CUE-SDK -I'm currently working on this library and it's far from being finished. -Please be patient (or drop me a message) if something is missing, behaves weird or doesn't feel good (from a programmer's point of view)! +The current Version should be stable (only keyboard support - mouse and headset might work but is completly untested) and soon be released as V1.0. (Use the latest nuget-package or compile from source - V0.1 is really outdated.) + +Please take a look at the [wiki](https://github.com/DarthAffe/CUE.NET/wiki) for some help on how to use the library. Tutorials will be rewritten soon. + +Drop me a message if you need help, something is missing, behaves weird or doesn't feel good (from a programmer's point of view)! Latest NuGet-Packages: https://www.myget.org/gallery/cue_net From b69ef8ec48f7d2644c31f458b676ebd839ba8c81 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sat, 28 Nov 2015 14:19:30 +0100 Subject: [PATCH 2/2] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b189332..f988f2e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ C# (.NET) Wrapper library around the Corsair CUE-SDK The current Version should be stable (only keyboard support - mouse and headset might work but is completly untested) and soon be released as V1.0. (Use the latest nuget-package or compile from source - V0.1 is really outdated.) -Please take a look at the [wiki](https://github.com/DarthAffe/CUE.NET/wiki) for some help on how to use the library. Tutorials will be rewritten soon. +Please take a look at the [wiki](https://github.com/DarthAffe/CUE.NET/wiki) or the documentation at [http://cue.wyrez.org](http://cue.wyrez.org) for some help on how to use the library. Tutorials will be rewritten soon. Drop me a message if you need help, something is missing, behaves weird or doesn't feel good (from a programmer's point of view)!