Releases: Bynder/bynder-c-sharp-sdk
Releases · Bynder/bynder-c-sharp-sdk
Version 2.2.4
Adds a number of missing API calls:
- Task GetMetapropertyAsync(MetapropertiesQuery query);
- Task<List> GetMetapropertyDependenciesAsync(MetapropertiesQuery query);
- Task<List> GetTagsAsync(TagsQuery query);
- Task AddTagToMediaAsync(AddTagToMediaQuery query);
Fixed an incorrect type in the media response body (issue #48).
Version 2.2.3
General improvements for stability.
Version 2.2.2
Fixes an issue that broke the file uploader
Version 2.2.1
- Performance and stability improvements.
- Fixed error with deserialization of ModifyMedia response
Version 2.2.0
Adds the SDK's name and version to each request in the User-Agent header, to enable better insight in the Bynder API usage.
Version 2.1.0
Added permanent tokens support
Version 2.0.0
Added OAuth 2.0 support and removed OAuth 1.0a
Version 1.3.0
- Exposed metaproperties and derivatives for Media
Version 1.2.2
Version 1.2.2 of C# SDK:
- Added method to modify Media - Thanks to @alz-milestone for the contribution
- Decreased Newtonsoft version dependency.
Version 1.2.0
Target .NetFramework v4.6 to support TLS1.2.