Skip to content

Releases: mburumaxwell/thingsmobile-dotnet

0.5.0

03 May 06:13
Compare
Choose a tag to compare

What's Changed

  • #73: Support for API v1.41 which adds DeactivateSimAsync(...)
  • #72: Replace .NET 6 with .NET 7

Full Changelog: 0.4.2...0.5.0

0.4.2

17 May 05:10
5b55d4b
Compare
Choose a tag to compare

What's Changed

  • Ensure endpoint is not null in options when creating the client.

Full Changelog: 0.4.1...0.4.2

0.4.1

26 Jan 06:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0

29 Nov 07:55
Compare
Choose a tag to compare

What's Changed

  • Support .NET 6 in #35
  • Simpler IoC in #36
  • Reduced dependencies in #37
  • Multi target in #38
  • Recent API Updates as per docs in #40
  • Change type of traffic counters in sim card to long by @denxorz in #41

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

23 Jun 09:39
e6d482f
Compare
Choose a tag to compare

New:

  • Support for nullable types.
  • Support for disconnectSim operation.

Breaking:

  • BaseUrl in ThingsMobileClientOptions has been renamed to Endpoint.
  • Support for msisdn or iccid where the operation supports it (arguments order changed)

0.2.1

18 Jan 07:51
Compare
Choose a tag to compare

Dependencies:

  • Bump Microsoft.Extensions.Http from 3.1.9 to 5.0.0
  • Bump Microsoft.Extensions.Options.ConfigurationExtensions from 3.1.9 to 5.0.0

Other:

  • More merging of ThingsMobile.Extensions.DependencyInjection into ThingsMobile