Releases: mburumaxwell/thingsmobile-dotnet
Releases · mburumaxwell/thingsmobile-dotnet
0.5.0
0.4.2
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
0.4.0
0.3.0
New:
- Support for nullable types.
- Support for
disconnectSim
operation.
Breaking:
BaseUrl
inThingsMobileClientOptions
has been renamed toEndpoint
.- Support for
msisdn
oriccid
where the operation supports it (arguments order changed)
0.2.1
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