Skip to content

Commit 456e0ce

Browse files
committed
[ClientSDKs/C#] Up to 1.0.8
1 parent 86d9dae commit 456e0ce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

DelveClientSDK/DelveClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public partial class GeneratedDelveClient
2121

2222
public const string JSON_CONTENT_TYPE = "application/json";
2323
public const string CSV_CONTENT_TYPE = "text/csv";
24-
public const string USER_AGENT_HEADER = "DelveClient/1.0.7/csharp";
24+
public const string USER_AGENT_HEADER = "DelveClient/1.0.8/csharp";
2525

2626
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
2727

DelveClientSDK/DelveClientSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>1.0.7</Version>
5+
<Version>1.0.8</Version>
66
<PackageId>DelveClientSDK</PackageId>
77
<Authors>Mohammad Dashti and Helmi Nour</Authors>
88
<Company>RelationalAI</Company>

DelveClientSDKSamples/DelveClientSDKSamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="DelveClientSDK" Version="1.0.7" />
9+
<PackageReference Include="DelveClientSDK" Version="1.0.8" />
1010
</ItemGroup>
1111

1212
</Project>

README.md

Lines changed: 1 addition & 1 deletion
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.0.7
5+
- API version: 1.0.8
66

77
## Frameworks supported
88

0 commit comments

Comments
 (0)