We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b5a78 commit 8516528Copy full SHA for 8516528
BunqSdk/BunqSdk.csproj
@@ -10,7 +10,7 @@
10
<PackageId>Bunq.Sdk</PackageId>
11
</PropertyGroup>
12
<PropertyGroup>
13
- <VersionPrefix>0.9.2.0</VersionPrefix>
+ <VersionPrefix>0.10.0.0</VersionPrefix>
14
<VersionSuffix>beta</VersionSuffix>
15
16
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.2.0-beta";
+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.10.0.0-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