https://www.nuget.org/packages/Lextm.SharpSnmpLib/9.0.0-rc1
This release includes the following changes,
This release includes the following changes,
- API changes to match SharpSnmpPro.Mib.
- Full upgrade to .NET 4.5+. Both .NET 3.5 and .NET 4.0.* (including CF) support is removed.
- SNMP v3 performance improvement.
- Added ISnmpMessage.GetResponseAsync method which is awaitable.
- Fixed a time sync bug in Messenger.BulkHasNext.
- Fixed the agent sample so TRAP v2 message can pass authentication properly.
- Added Unsigned32 compatibility.
- ObjectIdentifier constructor now accepts zero length input ID array, where it is assumed to be constructing "0.0".
- Added more examples on sending SNMP v3 version of INFORM and TRAP v2 packets.
- Removed all obsolete items from API surface.
- Other API cleanup to get ready for .NET Core and UWP.