We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcef2a commit f0fc054Copy full SHA for f0fc054
BunqSdk/Http/ApiClient.cs
@@ -39,7 +39,7 @@ public class ApiClient
39
/// Values for the default headers
40
/// </summary>
41
private const string CACHE_CONTROL_NONE = "no-cache";
42
- private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0";
+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.1-beta";
43
private const string LANGUAGE_EN_US = "en_US";
44
private const string REGION_NL_NL = "nl_NL";
45
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";
0 commit comments