We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffc64f commit c8b6a1fCopy full SHA for c8b6a1f
DelveClientSDK/DelveClient.cs
@@ -21,7 +21,7 @@ public partial class GeneratedDelveClient
21
22
public const string JSON_CONTENT_TYPE = "application/json";
23
public const string CSV_CONTENT_TYPE = "text/csv";
24
- public const string USER_AGENT_HEADER = "DelveClient/1.0.4/csharp";
+ public const string USER_AGENT_HEADER = "DelveClient/1.0.5/csharp";
25
26
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
27
DelveClientSDK/DelveClientSDK.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
6
<PackageId>DelveClientSDK</PackageId>
7
<Authors>Mohammad Dashti and Helmi Nour</Authors>
8
<Company>RelationalAI</Company>
0 commit comments