From cbaea26f349e7fbc0cd65ed0b55d0f80758af4b6 Mon Sep 17 00:00:00 2001 From: Huib Piguillet Date: Tue, 7 Sep 2021 13:36:05 +0200 Subject: [PATCH] Version 2.2.4 -> 2.2.5 (#55) --- Bynder/Sdk/Bynder.Sdk.csproj | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index 732288d..7c6b591 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -7,7 +7,7 @@ Bynder.Sdk Copyright © Bynder true - 2.2.4 + 2.2.5 BynderDevops The main goal of this SDK is to speed up the integration of Bynder customers who use C# making it easier to connect to the Bynder API (http://docs.bynder.apiary.io/) and executing requests on it. https://bynder.com/static/3.0/img/favicon-black.ico @@ -16,12 +16,7 @@ true BynderDevops https://github.com/Bynder/bynder-c-sharp-sdk - Adds some missing API calls: -Task<Metaproperty> GetMetapropertyAsync(MetapropertiesQuery query); -Task<List<String>> GetMetapropertyDependenciesAsync(MetapropertiesQuery query); -Task<List<Tag>> GetTagsAsync(TagsQuery query); -Task<Status> AddTagToMediaAsync(AddTagToMediaQuery query); -Fixed an incorrect type in the media response body (issue #48). + Downgraded .NET standard from 2.1 back to 2.0, to ensure compatibility with .NET framework. The main goal of this SDK is to speed up the integration of Bynder customers who use C# making it easier to connect to the Bynder API (http://docs.bynder.apiary.io/) and executing requests on it. Bynder API C# SDK Bynder.Sdk