From 381313cfb9755ba0e2e1c8c1bebd8f69e0101cd8 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 21 Mar 2022 22:05:13 -0500 Subject: [PATCH] Include info about modded libWiiSharp versions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be936aa..f98220c 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ libWiiSharp is a Wii related .NET library running on .Net 6 LTS. It can be used with any .NET language to easily develop Wii related applications. +It is possible to compile using .Net Framework 2.0 similar to the original for applications that need it, but .Net 6 is more up to date and secure. If possible use the .Net version over a .Net Framework 2.0 compilation to take advantage of the benifits of .Net. + Originally created by Leathl, The current maintainer of [this repo](https://github.com/TheShadowEevee/libWiiSharp) is [TheShadowEevee](https://github.com/TheShadowEevee). All public functions are documented and most should be pretty self-explanatory. If you want to contribute, you can do so at [the github repo](https://github.com/TheShadowEevee/libWiiSharp). - +Some modifications have been pulled from many different mods of libWiiSharp in order to make a more universal version of the library that doesn't need individual changes. If this version of libWiiSharp fails to replace a different version, open an issue and provide the source code, or if need be the dll, and an attempt will be made to incorporate the custom mod into this version of libWiiSharp. ## License