v3.16.0
- Added
sort
anddirection
parameters toclient.SearchManager.SearchAsync()
to control sort order - Added
extension
parameter toclient.FilesManager.GetThumbnailAsync()
to control which thumbnail format is returned (thanks @guilmori!) - Fixed a bug where query string parameters were not correctly encoded
- Added
SetFileMetadataAsync()
andSetFolderMetadataAsync()
methods toclient.MetadataManager
to set metadata
keys and values, overwriting existing values for the provided keys. - Automatically retry most API calls when the API responds with a transient error status code
https://www.nuget.org/packages/Box.V2/3.16.0
https://www.nuget.org/packages/Box.V2.Core/3.16.0