Skip to content

Commit

Permalink
bump up sdks version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NRHelmi committed Mar 5, 2021
1 parent cbbd500 commit d538c19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DelveClientSDK/DelveClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public partial class GeneratedDelveClient

public const string JSON_CONTENT_TYPE = "application/json";
public const string CSV_CONTENT_TYPE = "text/csv";
public const string USER_AGENT_HEADER = "DelveClient/1.1.8/csharp";
public const string USER_AGENT_HEADER = "DelveClient/1.2.0/csharp";

public int DebugLevel = Connection.DEFAULT_DEBUG_LEVEL;

Expand Down
2 changes: 1 addition & 1 deletion DelveClientSDK/DelveClientSDK.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.1.8</Version>
<Version>1.2.0</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>DelveClientSDK</PackageId>
<Authors>Mohammad Dashti and Helmi Nour</Authors>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a Client SDK for Delve API

- API version: 1.1.8
- API version: 1.2.0

## Frameworks supported

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let
in
stdenv.mkDerivation rec {
name = "delve-csharp-client-sdk-${version}";
version = "1.1.8";
version = "1.2.0";
buildInputs = [
delveBinary
dotnet-sdk_3
Expand Down

0 comments on commit d538c19

Please sign in to comment.