File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public partial class GeneratedDelveClient
22
22
23
23
public const string JSON_CONTENT_TYPE = "application/json" ;
24
24
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" ;
26
26
27
27
public int DebugLevel = Connection . DEFAULT_DEBUG_LEVEL ;
28
28
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <Version >1.1.7 </Version >
4
+ <Version >1.1.8 </Version >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<PackageId >DelveClientSDK</PackageId >
7
7
<Authors >Mohammad Dashti and Helmi Nour</Authors >
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.1.7
5
+ - API version: 1.1.8
6
6
7
7
## Frameworks supported
8
8
Original file line number Diff line number Diff line change 9
9
in
10
10
stdenv . mkDerivation rec {
11
11
name = "delve-csharp-client-sdk-${ version } " ;
12
- version = "1.1.7 " ;
12
+ version = "1.1.8 " ;
13
13
buildInputs = [
14
14
delveBinary
15
15
dotnet-sdk_3
You can’t perform that action at this time.
0 commit comments