From 47ffaf0f1a5d55bc5053000e62f791f9eb712ac6 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Tue, 1 Aug 2023 20:40:11 +0800 Subject: [PATCH] ReadMe.md: update --- ReadMe.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 8ce13be..4af8638 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,12 +1,12 @@ NLitecoin --------- -This library aims to be a .NETStandard2.0 nuget package that: -- Is consumable from .NET6.0 or newer. +This library is a .NETStandard2.0 nuget package that: +- Is consumable from Mono/.NET4.x, but .NET6.0 or newer is recommended. - Is written in F#. - Is a better alternative to [NBitcoin.Altcoins' Litecoin](https://github.com/MetacoSA/NBitcoin/blob/master/NBitcoin.Altcoins/Litecoin.cs) API & features. -- NOTE: NLitecoin will depend on NBitcoin's nuget package to reuse bitcoin logic, but it will not depend on NBitcoin.Altcoins. +- Depends on NBitcoin's nuget package. Roadmap: -- Milestone1: Feature parity with NBitcoin.Altcoin's Litecoin utility (no need to reach 100% compatibility, just enough to make it work in geewallet). +- ~Milestone1: Feature parity with NBitcoin.Altcoin's Litecoin utility (no need to reach 100% compatibility, just enough to make it work in geewallet)~ - Milestone2: MimbleWimble support.