Closed n-tiz closed 2 years ago
Hi! Support for older versions was removed in version 4, but I'll look through and consider it. Thanks for the PR :)
Hi again! I've released a new version with support for .NET Standard 2.0, which is supported by .NET Framework 4.8. It's version 4.2.0. Again - thank you for your contribution to the project (👏🏼 ), even if I didn't merge your PR. I did some tweaks that weren't in your code. Please let me know if you have any issues with the new version 👍🏼
Hello, I needed a AT command library for a net48 project, so i decided to make ATLib compatible with this target.
I add to replace all ranges and indexes by "classical" code to make it compile with both 4.8 and 2.1. I also add to replace some Sequence methods by custom code and implicit operators by explicit calls or code modifications.
Could you please take a look at my job ? Don't hesitate if you have any question/suggestion !