File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
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.0.0.0</VersionPrefix >
12
- <VersionSuffix >beta</VersionSuffix >
11
+ <VersionPrefix >1.1.0.0</VersionPrefix >
13
12
</PropertyGroup >
14
13
<PropertyGroup >
15
14
<RootNamespace >Bunq.Sdk</RootNamespace >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public class ApiClient
62
62
/// Values for the default headers
63
63
/// </summary>
64
64
private const string CACHE_CONTROL_NONE = "no-cache" ;
65
- private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.0 .0.0" ;
65
+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.1 .0.0" ;
66
66
private const string LANGUAGE_EN_US = "en_US" ;
67
67
private const string REGION_NL_NL = "nl_NL" ;
68
68
private const string GEOLOCATION_ZERO = "0 0 0 0 NL" ;
Original file line number Diff line number Diff line change 1
1
# bunq C# SDK
2
- Version 0.9.0 ** BETA **
2
+ Version 1.1.0
3
3
4
4
## Introduction
5
5
Hi developers!
You can’t perform that action at this time.
0 commit comments