Releases: Bynder/bynder-c-sharp-sdk
Releases · Bynder/bynder-c-sharp-sdk
Version 3.0.1
Using Stream instead of FileStream to upload assets, addresses #105 (credit to @VGrigoriev1991)
Version 3.0.0
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
- Adds sample files to have coverage for functionality testing
Version 2.2.11
- Fixes the data-type for property representing active focus point in the original media item
Version 2.2.10
- 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
The UploadFile
call now returns data about the created asset.
Version 2.2.8
- Removed support for oAuth1 authentication with permanent tokens
- Added support for oAuth2 authentication with client credentials
Version 2.2.7
Resolved an issue regarding the construction of API urls.
Version 2.2.6
Added .NET Framework 4.8 as a separate target.
Version 2.2.5
Downgraded .NET standard from 2.1 back to 2.0, to ensure compatibility with .NET framework.