We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f1950 commit dbc0895Copy full SHA for dbc0895
BunqSdk/BunqSdk.csproj
@@ -10,7 +10,7 @@
10
<PackageId>Bunq.Sdk</PackageId>
11
</PropertyGroup>
12
<PropertyGroup>
13
- <VersionPrefix>0.10.0.0</VersionPrefix>
+ <VersionPrefix>0.11.0.0</VersionPrefix>
14
<VersionSuffix>beta</VersionSuffix>
15
16
BunqSdk/Http/ApiClient.cs
@@ -40,7 +40,7 @@ public class ApiClient
40
/// Values for the default headers
41
/// </summary>
42
private const string CACHE_CONTROL_NONE = "no-cache";
43
- private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.10.0.0-beta";
+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.11.0.0-beta";
44
private const string LANGUAGE_EN_US = "en_US";
45
private const string REGION_NL_NL = "nl_NL";
46
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";
0 commit comments