diff --git a/Bynder/Sdk/Bynder.Sdk.csproj b/Bynder/Sdk/Bynder.Sdk.csproj index 600a317..97d7dfc 100644 --- a/Bynder/Sdk/Bynder.Sdk.csproj +++ b/Bynder/Sdk/Bynder.Sdk.csproj @@ -1,13 +1,13 @@ netstandard2.1;net48 - 2.2.10.0 - 2.2.10.0 + 2.2.11.0 + 2.2.11.0 Bynder Bynder.Sdk Copyright © Bynder true - 2.2.10 + 2.2.11 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 - 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. + Fixes the data-type for property representing active focus point in the original media item. 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 diff --git a/Bynder/Sdk/Model/Media.cs b/Bynder/Sdk/Model/Media.cs index 351ae14..2c28193 100644 --- a/Bynder/Sdk/Model/Media.cs +++ b/Bynder/Sdk/Model/Media.cs @@ -30,7 +30,7 @@ public class Media /// by an x,y coordinate. /// [JsonProperty("activeOriginalFocusPoint")] - public IDictionary ActiveOriginalFocusPoint { get; set; } + public IDictionary ActiveOriginalFocusPoint { get; set; } /// /// Number of times the media has been downloaded