diff --git a/README.md b/README.md index 33d804f..718fefa 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Add this dependency to your project: Package Manager ```shell -Install-Package Bitmovin.Api.Sdk -Version 1.199.0 +Install-Package Bitmovin.Api.Sdk -Version 1.200.0 ``` .NET CLI ```shell -dotnet add package Bitmovin.Api.Sdk --version 1.199.0 +dotnet add package Bitmovin.Api.Sdk --version 1.200.0 ``` ## Initialization diff --git a/docs/README.html b/docs/README.html index 685af8f..5c8d39c 100644 --- a/docs/README.html +++ b/docs/README.html @@ -91,10 +91,10 @@

Installation

Nuget

Add this dependency to your project:

Package Manager

-
Install-Package Bitmovin.Api.Sdk -Version 1.199.0
+
Install-Package Bitmovin.Api.Sdk -Version 1.200.0
 

.NET CLI

-
dotnet add package Bitmovin.Api.Sdk --version 1.199.0
+
dotnet add package Bitmovin.Api.Sdk --version 1.200.0
 

Initialization

    using Bitmovin.Api;
diff --git a/docs/index.html b/docs/index.html
index 685af8f..5c8d39c 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -91,10 +91,10 @@ 

Installation

Nuget

Add this dependency to your project:

Package Manager

-
Install-Package Bitmovin.Api.Sdk -Version 1.199.0
+
Install-Package Bitmovin.Api.Sdk -Version 1.200.0
 

.NET CLI

-
dotnet add package Bitmovin.Api.Sdk --version 1.199.0
+
dotnet add package Bitmovin.Api.Sdk --version 1.200.0
 

Initialization

    using Bitmovin.Api;
diff --git a/docs/manifest.json b/docs/manifest.json
index 6629d27..18b7279 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -12,7 +12,7 @@
       "output": {
         ".html": {
           "relative_path": "README.html",
-          "hash": "zttOByAFxHZruTv7E4UJTQ=="
+          "hash": "X0jk6B6ylkSDMEDskUt/WA=="
         }
       },
       "is_incremental": false,
@@ -27,7 +27,7 @@
       "output": {
         ".html": {
           "relative_path": "index.html",
-          "hash": "Uz9VoB0HIW+k5im7+0Ml0w=="
+          "hash": "tis/lJu5lXPhqjS1pm+AKQ=="
         }
       },
       "is_incremental": false,
diff --git a/src/Bitmovin.Api.Sdk/Bitmovin.Api.Sdk.csproj b/src/Bitmovin.Api.Sdk/Bitmovin.Api.Sdk.csproj
index d0a6516..399d2b4 100644
--- a/src/Bitmovin.Api.Sdk/Bitmovin.Api.Sdk.csproj
+++ b/src/Bitmovin.Api.Sdk/Bitmovin.Api.Sdk.csproj
@@ -2,7 +2,7 @@
 
   
     net461;netstandard2.0
-    1.199.0
+    1.200.0
     Bitmovin C# API Client
     Bitmovin Inc
     C#-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.
diff --git a/src/Bitmovin.Api.Sdk/Common/BitmovinApiClientFactory.cs b/src/Bitmovin.Api.Sdk/Common/BitmovinApiClientFactory.cs
index 792189f..ef12c0b 100644
--- a/src/Bitmovin.Api.Sdk/Common/BitmovinApiClientFactory.cs
+++ b/src/Bitmovin.Api.Sdk/Common/BitmovinApiClientFactory.cs
@@ -94,7 +94,7 @@ protected virtual Dictionary GetHeaders()
             var headers = new Dictionary
             {
                 {"X-Api-Client", "bitmovin-api-sdk-dotnet"},
-                {"X-Api-Client-Version", "1.199.0"}
+                {"X-Api-Client-Version", "1.200.0"}
             };
 
             if (!string.IsNullOrEmpty(ApiKey))
diff --git a/src/Bitmovin.Api.Sdk/Models/DolbyVisionProfile.cs b/src/Bitmovin.Api.Sdk/Models/DolbyVisionProfile.cs
index 119971f..d224753 100644
--- a/src/Bitmovin.Api.Sdk/Models/DolbyVisionProfile.cs
+++ b/src/Bitmovin.Api.Sdk/Models/DolbyVisionProfile.cs
@@ -25,6 +25,12 @@ public enum DolbyVisionProfile
         [EnumMember(Value = "DVHE_07")]
         DVHE_07,
 
+        /// 
+        /// Dolby Vision Profile 8.1 (HDR10 cross-compatibility)
+        /// 
+        [EnumMember(Value = "DVHE_08_1")]
+        DVHE_08_1,
+
         /// 
         /// hev1.08
         ///