Skip to content

Releases: Bynder/bynder-c-sharp-sdk

Version 3.0.1

14 Oct 15:31
09c9177
Compare
Choose a tag to compare

Using Stream instead of FileStream to upload assets, addresses #105 (credit to @VGrigoriev1991)

Version 3.0.0

30 Sep 16:11
0324ec6
Compare
Choose a tag to compare

Credit to @quirijnslings :

  • Support for .NET 8
  • Added ability to delete assets
  • Added ability to view/modify tags
  • Added ability to modify date published and metaproperty values from assets
  • Added ability to find assets via metaproperty query
  • Bugfix for width/height of Powerpoint assets
  • Bugfix for asset type
  • Bugfix to prevent unintentional archive/IsPublic property changes

Version 2.2.12

12 Dec 23:07
cb603d5
Compare
Choose a tag to compare
  • Adds sample files to have coverage for functionality testing

Version 2.2.11

19 Jan 13:08
bf704f9
Compare
Choose a tag to compare
  • Fixes the data-type for property representing active focus point in the original media item

Version 2.2.10

03 Dec 11:58
d1480c6
Compare
Choose a tag to compare
  • Added "transformBaseUrl" field to Media model
  • Added functionality to create and delete asset usage records
  • Added functionality to pass metaproperty options during save & modify media

Version 2.2.9

22 Nov 13:02
926c5a9
Compare
Choose a tag to compare

The UploadFile call now returns data about the created asset.

Version 2.2.8

17 Nov 14:16
b445c8a
Compare
Choose a tag to compare
  • Removed support for oAuth1 authentication with permanent tokens
  • Added support for oAuth2 authentication with client credentials

Version 2.2.7

20 Oct 16:02
7810cb0
Compare
Choose a tag to compare

Resolved an issue regarding the construction of API urls.

Version 2.2.6

08 Oct 12:10
d2a3e61
Compare
Choose a tag to compare

Added .NET Framework 4.8 as a separate target.

Version 2.2.5

07 Sep 11:37
cbaea26
Compare
Choose a tag to compare

Downgraded .NET standard from 2.1 back to 2.0, to ensure compatibility with .NET framework.