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
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.12 /csharp" ;
24+ public const string USER_AGENT_HEADER = "DelveClient/1.0.13 /csharp" ;
2525
2626 public int DebugLevel = Connection . DEFAULT_DEBUG_LEVEL ;
2727
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <Version >1.0.12 </Version >
4+ <Version >1.0.13 </Version >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <PackageId >DelveClientSDK</PackageId >
77 <Authors >Mohammad Dashti and Helmi Nour</Authors >
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <ItemGroup >
9- <PackageReference Include =" DelveClientSDK" Version =" 1.0.12 " />
9+ <PackageReference Include =" DelveClientSDK" Version =" 1.0.13 " />
1010 </ItemGroup >
1111
1212</Project >
Original file line number Diff line number Diff line change 22
33This is a Client SDK for Delve API
44
5- - API version: 1.0.12
5+ - API version: 1.0.13
66
77## Frameworks supported
88
You can’t perform that action at this time.
0 commit comments