PowerSNMP for .NET Releases
Released: Feb 11, 2025
Updates in V8.0.1.0
Fixes
- Re-added erroneously removed definitions for linkUp, linkDown, and egpNeighborLoss to the MibNodes collection.
Released: Oct 23, 2024
Updates in V8.0.0.0
Features
- Added support for Microsoft .NET 8.0.
- AesKeyExpansionAlgorithm has been added to the User object. This allows selection of the key expansion algorithm for each user when AES192 or AES256 is used with a weaker authentication algorithm (ex:SHA-1, MD5). For incoming messages, the selected algorithm will be used first. If that fails the remaining algorithm will be tried. If both fail, an exception will be thrown.
Released: Jun 29, 2023
Updates in V7.0.0.0
Features
- Added support for SHA-2 authentication algorithms (SHA-224, SHA-256, SHA-384 and SHA-512).
Released: Feb 15, 2023
Updates in V6.1.1.2
Features
- Refactored licensing to auto generate a 30-day trial license on first use.
- When a runtime license is generated using a trial license it will now contain "Trial" in the name, ex: Dart.Snmp.Trial.lic.
Released: Jan 10, 2023
Updates in V6.1.0.0
Features
- Added full support for .NET 7.
- Improved Visual Studio integration.
- Licensing has been refactored.
- Support for .NET Framework 3.5 has been deprecated and a minimum of .NET Framework 4.5 is now required.
- Dart.Snmp.60.dll has been deprecated and removed as use of the .NET standard dll is preferred.
Released: May 13, 2022
Updates in PowerSNMP for .NET
Features
- Added support for Microsoft Visual Studio 2022.
Released: Mar 23, 2022
Updates in V6.0.0.0
Features
- Added Dart.Snmp.60.dll to natively support Microsoft .NET 6.0.
- Dart.Snmp.50.dll has been deprecated and removed.
Released: Apr 26, 2021
Updates in V5.0.0.2
Features
- Added Dart.Snmp.50.dll to natively support Microsoft .NET 5.0.
- Dart.Snmp.dll now targets Microsoft .NET 4.0.
Fixes
- Microsoft .NET 3.5 and previous Frameworks are no longer supported.
- An intermittent race condition that could result in DTLS handshake failures has been addressed.
Released: Dec 4, 2020
Updates in V4.11.1.0
Fixes
- Fixed a minor compatibility issue so that Dart.Snmp.Standard.dll can be used with .NET 5.0.
Released: Jul 13, 2020
Updates in V4.11.0.8
Features
- Added support for Datagram Transport Layer Security (DTLS) using RSA and DSA certificates.
- Developer Note: The constructor InformMessage() has been obsoleted but not removed. Users should use InformMessage(long sysUpTime, string oid) going forward.