Skip to content

Commit fd2adf0

Browse files
committed
[ClinetSDKs] Bump SDK version to 1.1.3
1 parent 85fca06 commit fd2adf0

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
@@ -22,7 +22,7 @@ public partial class GeneratedDelveClient
2222

2323
public const string JSON_CONTENT_TYPE = "application/json";
2424
public const string CSV_CONTENT_TYPE = "text/csv";
25-
public const string USER_AGENT_HEADER = "DelveClient/1.1.2/csharp";
25+
public const string USER_AGENT_HEADER = "DelveClient/1.1.3/csharp";
2626

2727
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
2828

DelveClientSDK/DelveClientSDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.1.2</Version>
4+
<Version>1.1.3</Version>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<PackageId>DelveClientSDK</PackageId>
77
<Authors>Mohammad Dashti and Helmi Nour</Authors>

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.1.2
5+
- API version: 1.1.3
66

77
## Frameworks supported
88

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let
99
in
1010
stdenv.mkDerivation rec {
1111
name = "delve-csharp-client-sdk-${version}";
12-
version = "1.1.2";
12+
version = "1.1.3";
1313
buildInputs = [
1414
delveBinary
1515
dotnet-sdk_3

0 commit comments

Comments
 (0)