mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Fix README.md
This commit is contained in:
parent
67439f8e5f
commit
7d9f1fceda
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
||||||
# libWiiSharp Backwards Compatible Version
|
# libWiiSharp Backwards Compatible Version
|
||||||
|
|
||||||
###Depreciation Warning
|
|
||||||
|
### Depreciation Warning
|
||||||
|
|
||||||
.Net Framework 2.0 has been depreciated for awhile, and as of writing this it isn't possible to compile under v4.5.3 with current dev tools.
|
.Net Framework 2.0 has been depreciated for awhile, and as of writing this it isn't possible to compile under v4.5.3 with current dev tools.
|
||||||
Please use the .Net v6 version on the main branch for future updates, and update your software to use the updated compiler.
|
Please use the .Net v6 version on the main branch for future updates, and update your software to use the updated compiler.
|
||||||
This code is provided as a courtesy and will not be supported if issues arise. No public releases are availble pre-compiled on this repo.
|
This code is provided as a courtesy and will not be supported if issues arise. No public releases are availble pre-compiled on this repo.
|
||||||
|
|
||||||
|
## Original README
|
||||||
libWiiSharp is a Wii related .NET library running on .Net Framework 2.0.
|
libWiiSharp is a Wii related .NET library running on .Net Framework 2.0.
|
||||||
It can be used with any .NET language to easily develop Wii related applications.
|
It can be used with any .NET language to easily develop Wii related applications.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue