Skip to content

Commit e1cd732

Browse files
committed
[ClientSDKs] Bump version
1 parent b16a226 commit e1cd732

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.12/csharp";
24+
public const string USER_AGENT_HEADER = "DelveClient/1.0.13/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.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>

DelveClientSDKSamples/DelveClientSDKSamples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

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.12
5+
- API version: 1.0.13
66

77
## Frameworks supported
88

0 commit comments

Comments
 (0)