Skip to content

Commit 88ed0e0

Browse files
committed
[ClientSDKs] Bump version (breaking change in compute API)
1 parent 3475562 commit 88ed0e0

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
@@ -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.13/csharp";
24+
public const string USER_AGENT_HEADER = "DelveClient/1.1.1/csharp";
2525

2626
public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;
2727

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.0.13</Version>
4+
<Version>1.1.1</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.0.13
5+
- API version: 1.1.1
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.0.13";
12+
version = "1.1.1";
1313
buildInputs = [
1414
delveBinary
1515
dotnet-sdk_3

0 commit comments

Comments
 (0)