From 4da0f4c1daf7791daea1588923fdd8933fdaf837 Mon Sep 17 00:00:00 2001 From: Artem Los Date: Tue, 24 Nov 2020 13:05:30 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6cf91d..a18add8 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,16 @@ Using dotnet CLI dotnet add package Cryptolens.Licensing.CrossPlatform ``` - - ### Example code * [Key verification](https://help.cryptolens.io/examples/key-verification) * [Offline verification](https://help.cryptolens.io/examples/offline-verification) +### Recommended articles + +* [Unity 3D / Mono](https://help.cryptolens.io/getting-started/unity) +* [AutoCAD](https://cryptolens.io/2019/01/autocad-plugin-software-licensing/) +* [Rhinoceros / Grasshoper](https://cryptolens.io/2019/01/protecting-rhinoceros-plugins-with-software-licensing/) + ## Compatibility To get access to all of the featues in the library, .NET Framework 4.6 or above has to be used. We have summarized the functionality that is included in each framework. Note, .NET Standard means the library can run on multiple platforms (eg. .NET Core), based on the following [document](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).