Releases: geloczi/synologydotnet-core
Releases · geloczi/synologydotnet-core
0.5.0
- File upload support added by PeterButzelaar
- Changed RequestBuilder.ToPostRequest to RequestBuilder.ToPostRequestAsync
0.4.3
- Add ConfigureAwait(false), because the original synchronization context is not needed
0.4.2
- Use HttpCompletionOption.ResponseHeadersRead in QueryStreamAsync
0.4.1
- QueryStreamAsync
- Add optional CancellationToken argument to query methods
- Remove StationConnectorBase.ConnectAsync, because connection must be established using SynoClient
0.4.0
- Renamed a few query methods for better understanding
- Added examples
- Improved documentation
- ApiInfo.ToString() returns a string with more details