Releases: lextudio/sharpsnmplib
12.5.5
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 6, .NET 8, and above.
Changes Since 12.5.4
12.5.4
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 6, .NET 8, and above.
Changes Since 12.5.3
- Dropped .NET Framework 4.6.2 and 4.7 support.
- Added experimental IPv6 multicast-based discovery support.
12.5.3
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET 6 and above.
- Other platforms via .NET Standard 2.0.
**Mono/Xamarin are legacy platform. More information on Mono support would be documented separately. **
Changes Since 12.5.2
12.5.2
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET 6 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.2).
- Other platforms via .NET Standard 2.0.
**Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately. **
Changes Since 12.5.1
- .NET Core 3.1 support removed.
- Fixed #181.
12.5.1
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET Core 3.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.2).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.5.0
- Fixed #SNMP Pro integration.
12.5.0
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET Core 3.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.2).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.4.0
12.4.0
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.1 and above on Windows.
- .NET Core 3.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.1).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.3.0
- Removed .NET Core 2.1 support (end of life).
- Added .NET 6 support.
- Fixed #151 . DES support is now native on .NET Core 3.1/.NET 5/.NET 6.
- AES support is now native on .NET 5/.NET 6.
- Marked several types as obsolete because their underlying algorithms are obsolete (MD5/SHA-1/DES/TripleDES).
12.3.0
NuGet Packages
https://www.nuget.org/packages/Lextm.SharpSnmpLib/
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.1 and above on Windows.
- .NET Core 2.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.1).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.2.0
- Added SHA 384 and SHA 512 authentication providers (#135).
12.2.0
NuGet Packages
https://www.nuget.org/packages/Lextm.SharpSnmpLib/
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.1 and above on Windows.
- .NET Core 2.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.1).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.2.0
- Added helper functions in
TrapV2Pdu
andInformRequestPdu
classes.
12.1.0
NuGet Packages
https://www.nuget.org/packages/Lextm.SharpSnmpLib/
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.1 and above on Windows.
- .NET Core 2.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.1).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.1.0
- Enabled DES and AES for net46x profiles.