From 55d5b1d1401f3eb1769bac09cd93a57d39e9d889 Mon Sep 17 00:00:00 2001 From: ahongbynder Date: Mon, 30 Sep 2024 07:53:24 -0700 Subject: [PATCH 1/2] update to v3.0.0 --- Bynder/Sdk/Bynder.Sdk.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index fc3d907..5480a13 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -1,13 +1,13 @@ net8.0 - 2.2.12.0 - 2.2.12.0 + 3.0.0.0 + 3.0.0.0 Bynder Bynder.Sdk Copyright © Bynder true - 2.2.12 + 3.0.0 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 From df52ec87e126759e839dba35379b8f244295bdc8 Mon Sep 17 00:00:00 2001 From: ahongbynder Date: Mon, 30 Sep 2024 08:21:25 -0700 Subject: [PATCH 2/2] add release notes for v3.0.0 --- Bynder/Sdk/Bynder.Sdk.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index 5480a13..f09cab1 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -17,7 +17,7 @@ true BynderDevops https://github.com/Bynder/bynder-c-sharp-sdk - Fixes the data-type for property representing active focus point in the original media item. + Support for .NET 8. Added ability to delete assets, view/modify tags, modify date published and remove metaproperty values for assets and find assets. Bug fixes for asset type, width/height for Powerpoint files and unintentional archive/isPublic changes. 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