File tree 4 files changed +3
-8
lines changed
4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 8
8
<PackageId >Bunq.Sdk</PackageId >
9
9
</PropertyGroup >
10
10
<PropertyGroup >
11
- <VersionPrefix >1.10.2 .0</VersionPrefix >
11
+ <VersionPrefix >1.10.3 .0</VersionPrefix >
12
12
</PropertyGroup >
13
13
<PropertyGroup >
14
14
<RootNamespace >Bunq.Sdk</RootNamespace >
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public class ApiClient
64
64
/// Values for the default headers
65
65
/// </summary>
66
66
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 " ;
68
68
private const string LANGUAGE_EN_US = "en_US" ;
69
69
private const string REGION_NL_NL = "nl_NL" ;
70
70
private const string GEOLOCATION_ZERO = "0 0 0 0 NL" ;
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ public class CoOwner : BunqModel
20
20
[ JsonProperty ( PropertyName = "status" ) ]
21
21
public string Status { get ; set ; }
22
22
23
- public CoOwner ( MonetaryAccountReference alias )
24
- {
25
- Alias = alias ;
26
- }
27
-
28
23
/// <summary>
29
24
/// </summary>
30
25
public override bool IsAllFieldNull ( )
Original file line number Diff line number Diff line change 1
1
# bunq C# SDK
2
- Version 1.10.2
2
+ Version 1.10.3
3
3
4
4
## Introduction
5
5
Hi developers!
You can’t perform that action at this time.
0 commit comments