Skip to content

Commit 63789f8

Browse files
author
David Bach
committed
[ClientSDK] Bump version to 1.1.8
1 parent 543ca41 commit 63789f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DelveClientSDK/DelveClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public partial class GeneratedDelveClient
2222

2323
public const string JSON_CONTENT_TYPE = "application/json";
2424
public const string CSV_CONTENT_TYPE = "text/csv";
25-
public const string USER_AGENT_HEADER = "DelveClient/1.1.7/csharp";
25+
public const string USER_AGENT_HEADER = "DelveClient/1.1.8/csharp";
2626

2727
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
2828

DelveClientSDK/DelveClientSDK.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.7</Version>
4+
<Version>1.1.8</Version>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<PackageId>DelveClientSDK</PackageId>
77
<Authors>Mohammad Dashti and Helmi Nour</Authors>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a Client SDK for Delve API
44

5-
- API version: 1.1.7
5+
- API version: 1.1.8
66

77
## Frameworks supported
88

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
in
1010
stdenv.mkDerivation rec {
1111
name = "delve-csharp-client-sdk-${version}";
12-
version = "1.1.7";
12+
version = "1.1.8";
1313
buildInputs = [
1414
delveBinary
1515
dotnet-sdk_3

0 commit comments

Comments
 (0)