Skip to content

Releases: lextudio/sharpsnmplib

13.0.0-beta.3

20 Mar 09:35

Choose a tag to compare

13.0.0-beta.3 Pre-release
Pre-release

NuGet Package

NuGet Version

Supported Platforms

  • .NET 8 and above.

Changes Since 13.0.0-beta.2

  • Add back a few missing methods.

Full Changelog: 13.0.0-beta.2...13.0.0-beta.3

13.0.0-beta.2

28 Feb 22:00

Choose a tag to compare

13.0.0-beta.2 Pre-release
Pre-release

NuGet Package

NuGet Version

Supported Platforms

  • .NET 8 and above.

Changes Since 13.0.0-beta.1

  • TCP support for SNMP over TCP (RFC 3430) via BasicTcpTransport with full Messenger integration (#235).
  • New ITransportListener interface and SnmpDatagram struct for improved UDP handling.
  • OctetString now supports customizable encoding options with updated related components.
  • Context name support for SNMP discovery operations (#690).
  • Enhanced error handling with Integer32 to ErrorCode conversion methods (#187).
  • Improved WalkAsync method error handling (#697).

Full Changelog: 13.0.0-beta.1...13.0.0-beta.2

13.0.0-beta.1

27 Feb 16:36

Choose a tag to compare

13.0.0-beta.1 Pre-release
Pre-release

NuGet Package

NuGet Version

This is a major version upgrade.

Supported Platforms

  • .NET 8 and above.

Changes Since 12.5.7

  • A partial compatibility layer is added for security providers and message APIs.
  • New MessageFactory.ParseMessages() throwOnV3SecurityError parameter for flexible V3 message parsing.
  • NuGet package now includes build/buildTransitive targets with common Using aliases.

Breaking Changes

  • .NET Framework 4.7.1 support removed.
  • Rebuilt on DotNetSnmp/System.Formats.Asn1 with reorganized types and namespaces.

Full Changelog: 12.5.7...13.0.0-beta.1

12.5.7

27 Feb 16:30

Choose a tag to compare

NuGet Package

Nuget

**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 8 and above.

Changes Since 12.5.6

  • Improved XML documentation.
  • Replaced OperationException with ErrorException in error response handling. #698

Full Changelog: 12.5.6...12.5.7

12.5.6

27 Feb 16:25

Choose a tag to compare

NuGet Package

Nuget

**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 8 and above.

Changes Since 12.5.5

  • Dropped .NET 6 and 7 support.
  • Minor changes to remedy a few warnings in the codebase.

Full Changelog: 12.5.5...12.5.6

12.5.5

19 Oct 08:52

Choose a tag to compare

NuGet Package

Nuget

**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

  • Fixed #339 IPv6 multicast-based device discovery.
  • Resolved #195 by merging #196.

12.5.4

16 Oct 06:52

Choose a tag to compare

NuGet Package

Nuget

**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

06 Aug 01:15

Choose a tag to compare

NuGet Package

Nuget

**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

  • .NET 7/Xamarin support removed.
  • Fixed #138.
  • Fixed #139.
  • Fixed #185.

12.5.2

08 Apr 20:22

Choose a tag to compare

NuGet Package

Nuget

**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

06 Nov 07:06

Choose a tag to compare

NuGet Package

Nuget

**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.