Skip to content

Commit 49c2c5d

Browse files
author
Kevin Hellemun
committed
Version bumb 1.0.0.0
1 parent 5014057 commit 49c2c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BunqSdk/BunqSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>Bunq.Sdk</PackageId>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<VersionPrefix>0.13.1.0</VersionPrefix>
11+
<VersionPrefix>1.0.0.0</VersionPrefix>
1212
<VersionSuffix>beta</VersionSuffix>
1313
</PropertyGroup>
1414
<PropertyGroup>

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class ApiClient
6262
/// Values for the default headers
6363
/// </summary>
6464
private const string CACHE_CONTROL_NONE = "no-cache";
65-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.13.1.0-beta";
65+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.0.0.0";
6666
private const string LANGUAGE_EN_US = "en_US";
6767
private const string REGION_NL_NL = "nl_NL";
6868
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)