Skip to content

Releases: lextudio/sharpsnmplib

10.0.4

25 Feb 05:34
Compare
Choose a tag to compare

https://www.nuget.org/packages/Lextm.SharpSnmpLib/

Note that Lextm.SharpSnmpLib.Extensions package is obsolete and no longer needed.

Built by enhanced .NET Core 2.0 tooling.

Official supported platforms are,

  • .NET Framework 4.5.2 and above on Windows.
  • (via .NET Standard 1.3) .NET Core 1.0/1.1/2.0 on Windows/macOS/Linux.
  • Xamarin.iOS
  • Xamarin.Android.
  • Xamarin.Mac (similar to .NET Framework 4.5.2).

Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Unity might become a supported platform if it adds .NET Standard 2.0 support. Will provide an update later.

Changes from 10.0.3:

  • Fixed #52 and applied a workaround to catch socket shutdown exceptions.
  • Merged #60 to add context name related new API.

10.0.3

23 Dec 19:19
Compare
Choose a tag to compare

https://www.nuget.org/packages/Lextm.SharpSnmpLib/

Note that Lextm.SharpSnmpLib.Extensions package is obsolete and no longer needed.

Built by enhanced .NET Core 2.0 tooling.

Official supported platforms are,

  • .NET Framework 4.5.2 and above on Windows.
  • (via .NET Standard 1.3) .NET Core 1.0/1.1/2.0 on Windows/macOS/Linux.
  • Xamarin.iOS
  • Xamarin.Android.
  • Xamarin.Mac (similar to .NET Framework 4.5.2).

Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Unity might become a supported platform if it adds .NET Standard 2.0 support. Will provide an update later.

Changes from 10.0.2:

  • Fixed #61 enabled DES for .NET Core 2.0 apps.

10.0.2

13 Oct 03:16
Compare
Choose a tag to compare

https://www.nuget.org/packages/Lextm.SharpSnmpLib/

Note that Lextm.SharpSnmpLib.Extensions package is obsolete and no longer needed.

Built by enhanced .NET Core 2.0 tooling.

Official supported platforms are,

  • .NET Framework 4.5.2 and above on Windows.
  • (via .NET Standard 1.3) .NET Core 1.0/1.1/2.0 on Windows/macOS/Linux.
  • Xamarin.iOS
  • Xamarin.Android.
  • Xamarin.Mac (similar to .NET Framework 4.5.2).

Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Unity might become a supported platform if it adds .NET Standard 2.0 support. Will provide an update later.

Changes from 10.0.1:

  • Fixed #55 bulk walk async method bug

10.0.1

02 Oct 02:34
Compare
Choose a tag to compare

https://www.nuget.org/packages/Lextm.SharpSnmpLib/

Note that Lextm.SharpSnmpLib.Extensions package is obsolete and no longer needed.

Built by enhanced .NET Core 2.0 tooling.

Official supported platforms are,

  • .NET Framework 4.5.2 and above on Windows.
  • (via .NET Standard 1.3) .NET Core 1.0/1.1/2.0 on Windows/macOS/Linux.
  • Xamarin.iOS
  • Xamarin.Android.
  • Xamarin.Mac (similar to .NET Framework 4.5.2).

Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Unity might become a supported platform if it adds .NET Standard 2.0 support. Will provide an update later.

Changes from 10.0.0 are subtle, and mainly focus on tooling improvement and unit testing.

10.0.0

05 Sep 21:51
Compare
Choose a tag to compare

Built by .NET Core 2.0 tooling.

Official supported platforms are,

  • .NET Framework 4.5.2 and above on Windows.
  • .NET Core 1.0/1.1/2.0 on Windows/macOS/Linux.
  • Xamarin.iOS and Xamarin.Android.
  • Xamarin.Mac (similar to .NET Framework 4.5.2).

Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.

Changes from 9.2.2 are subtle, and mainly focus on .NET Core compatibility and unit testing.

9.2.2

07 Jul 21:13
Compare
Choose a tag to compare

Fixed #43 to address a discoverer async bug.

9.2.1

07 Jul 01:05
Compare
Choose a tag to compare

Fixed #42 Discoverer.DiscoverAsync does not return correct agent address.

9.2.0

26 Jun 16:20
Compare
Choose a tag to compare
  • Fixed #37 OctetString.ToString now matches RFC 3061.
  • Minimal .NET Framework version is now 4.6.0.

9.1.1

26 Jun 16:22
Compare
Choose a tag to compare
  • Corrected a few exceptions in Messenger class.
  • Revised TRAP v2 in SNMP v3 processing in pipeline.
  • Removed AuthenticationProviderExtension.

9.1.0

01 Apr 16:52
Compare
Choose a tag to compare
  • Dropped PCL and Xamarin specific binaries in NuGet package.
  • Fixed #32 conditional compilation error in code base.