Skip to content

Commit

Permalink
Updated to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Kersche committed Sep 7, 2018
1 parent 7935e37 commit 327e6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bitmovin-dotnet/RestClient.cs
Expand Up @@ -28,7 +28,7 @@ public RestClient(string apiKey, string apiUrl)
_client.DefaultRequestHeaders.TryAddWithoutValidation("Content-Type", "application/json");
_client.DefaultRequestHeaders.TryAddWithoutValidation("X-Api-Key", _apiKey);
_client.DefaultRequestHeaders.TryAddWithoutValidation("X-Api-Client", "bitmovin-dotnet");
_client.DefaultRequestHeaders.TryAddWithoutValidation("X-Api-Client-Version", "1.0.10");
_client.DefaultRequestHeaders.TryAddWithoutValidation("X-Api-Client-Version", "1.0.11");

_serializer = new JsonSerializer
{
Expand Down
2 changes: 1 addition & 1 deletion src/bitmovin-dotnet/project.json
Expand Up @@ -3,7 +3,7 @@
"authors": ["bitmovin"],
"title": "Bitmovin .NET Client",
"description": ".NET-Client which enables you to seamlessly integrate the Bitmovin API into your existing projects",
"version": "1.0.10-*",
"version": "1.0.11-*",
"copyright": "Bitmovin 2017",
"buildOptions": {
"debugType": "portable"
Expand Down

0 comments on commit 327e6b1

Please sign in to comment.