From 926c5a9e4173f5532097aeff175e861da01af813 Mon Sep 17 00:00:00 2001 From: Huib Piguillet Date: Mon, 22 Nov 2021 13:59:14 +0100 Subject: [PATCH] Updated version (#68) --- Bynder/Sdk/Bynder.Sdk.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index 6b3298d..5b3a8f2 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -1,13 +1,13 @@ netstandard2.1;net48 - 2.2.8.0 - 2.2.8.0 + 2.2.9.0 + 2.2.9.0 Bynder Bynder.Sdk Copyright © Bynder true - 2.2.8 + 2.2.9 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. BynderLogo.png @@ -17,7 +17,7 @@ true BynderDevops https://github.com/Bynder/bynder-c-sharp-sdk - Removed support for oAuth1 authentication with permanent tokens. Added support for oAuth2 authentication with client credentials. + The UploadFile call now returns data about the created asset. 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