From 76ac5baf92298464f3f82d7b98293d746700c2df Mon Sep 17 00:00:00 2001
From: Natsuo <1655659+natsuo@users.noreply.github.com>
Date: Thu, 26 Jul 2018 15:45:05 +0200
Subject: [PATCH] Add a project description to the library
---
Miqo.License/Miqo.License.csproj | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/Miqo.License/Miqo.License.csproj b/Miqo.License/Miqo.License.csproj
index 4e1e2a1..d5ae677 100644
--- a/Miqo.License/Miqo.License.csproj
+++ b/Miqo.License/Miqo.License.csproj
@@ -9,9 +9,16 @@
https://github.com/miqo-no/Miqo.License/
en
false
- 1.1.0.0
- 1.1.0.0
- 1.1.0
+ 1.1.0.1
+ 1.1.0.1
+ 1.1.0.1
+ 📄🔐 The easy to use software licensing system for .NET
+
+Implement a licensing system that is easy to use into your application with Miqo.License. The library is cross platform and provides you with all the neccessary tools to issue, sign and verify the authenticity of a license.
+
+The license files are saved in JSON format, and is signed using a state-of-the-art Elliptic Curve Digital Signature Algorithm (ECDSA) to ensure that the license files can't be tampered with after creation.
+
+The library is available for .NET Standard 2.0 and .NET Framework 4.0 and higher. The tests project uses .NET Core 2.0.