File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public partial class GeneratedDelveClient
21
21
22
22
public const string JSON_CONTENT_TYPE = "application/json" ;
23
23
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" ;
25
25
26
26
public int DebugLevel = Connection . DEFAULT_DEBUG_LEVEL ;
27
27
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
- <Version >1.0.7 </Version >
5
+ <Version >1.0.8 </Version >
6
6
<PackageId >DelveClientSDK</PackageId >
7
7
<Authors >Mohammad Dashti and Helmi Nour</Authors >
8
8
<Company >RelationalAI</Company >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" DelveClientSDK" Version =" 1.0.7 " />
9
+ <PackageReference Include =" DelveClientSDK" Version =" 1.0.8 " />
10
10
</ItemGroup >
11
11
12
12
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
This is a Client SDK for Delve API
4
4
5
- - API version: 1.0.7
5
+ - API version: 1.0.8
6
6
7
7
## Frameworks supported
8
8
You can’t perform that action at this time.
0 commit comments