Skip to content

Commit 593c0ce

Browse files
author
Konstantin Yakushev
committed
Version bump to 1.10.3.
1 parent 2a6d7e5 commit 593c0ce

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

BunqSdk/BunqSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>Bunq.Sdk</PackageId>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<VersionPrefix>1.10.2.0</VersionPrefix>
11+
<VersionPrefix>1.10.3.0</VersionPrefix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<RootNamespace>Bunq.Sdk</RootNamespace>

BunqSdk/Http/ApiClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ApiClient
6464
/// Values for the default headers
6565
/// </summary>
6666
private const string CACHE_CONTROL_NONE = "no-cache";
67-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.10.2";
67+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.10.3";
6868
private const string LANGUAGE_EN_US = "en_US";
6969
private const string REGION_NL_NL = "nl_NL";
7070
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

BunqSdk/Model/Generated/Object/CoOwner.cs

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ public class CoOwner : BunqModel
2020
[JsonProperty(PropertyName = "status")]
2121
public string Status { get; set; }
2222

23-
public CoOwner(MonetaryAccountReference alias)
24-
{
25-
Alias = alias;
26-
}
27-
2823
/// <summary>
2924
/// </summary>
3025
public override bool IsAllFieldNull()

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bunq C# SDK
2-
Version 1.10.2
2+
Version 1.10.3
33

44
## Introduction
55
Hi developers!

0 commit comments

Comments
 (0)