Skip to content

Releases: Bynder/bynder-c-sharp-sdk

Version 2.2.4

19 Feb 10:29
4620f53
Compare
Choose a tag to compare

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

28 Dec 10:26
151364d
Compare
Choose a tag to compare

General improvements for stability.

Version 2.2.2

20 Nov 15:37
826545a
Compare
Choose a tag to compare

Fixes an issue that broke the file uploader

Version 2.2.1

20 Nov 10:31
8c5d2f5
Compare
Choose a tag to compare
  • Performance and stability improvements.
  • Fixed error with deserialization of ModifyMedia response

Version 2.2.0

28 Oct 15:44
8a2b324
Compare
Choose a tag to compare

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

13 Nov 13:20
31f0254
Compare
Choose a tag to compare

Added permanent tokens support

Version 2.0.0

08 Nov 09:20
Compare
Choose a tag to compare

Added OAuth 2.0 support and removed OAuth 1.0a

Version 1.3.0

21 Feb 08:39
Compare
Choose a tag to compare
  • Exposed metaproperties and derivatives for Media

Version 1.2.2

12 Apr 14:34
Compare
Choose a tag to compare

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

26 Mar 14:57
Compare
Choose a tag to compare

Target .NetFramework v4.6 to support TLS1.2.