Fix warnings, update version format, organize DLLs in subfolder, and use System.Reflection.Assembly::LoadBytes

This commit is contained in:
GraceSolutions
2025-04-14 22:57:09 -04:00
parent afcb6dbbfa
commit bfbc031a76
15 changed files with 49 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
## What's New
### Added
- Port forwarding management (Get, New, Set, Remove)
- Added unit tests for interface management
### Changed
- Updated IPNetwork2 library from version 2.6.618 to 3.1.764
- Updated code to use the new namespace (System.Net) for IPNetwork2
- Added support for .NET 8.0 and .NET 9.0
- Improved XML documentation for all classes and methods
- Made OPNSenseApiClient more testable by introducing an interface