File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<PackageId >Bunq.Sdk</PackageId >
11
11
</PropertyGroup >
12
12
<PropertyGroup >
13
- <VersionPrefix >0.11 .0.0</VersionPrefix >
13
+ <VersionPrefix >0.12 .0.0</VersionPrefix >
14
14
<VersionSuffix >beta</VersionSuffix >
15
15
</PropertyGroup >
16
16
<PropertyGroup >
34
34
<Content Include =" ../README.md" />
35
35
<Content Include =" ../.gitignore" />
36
36
</ItemGroup >
37
- </Project >
37
+ </Project >
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class ApiClient
40
40
/// Values for the default headers
41
41
/// </summary>
42
42
private const string CACHE_CONTROL_NONE = "no-cache" ;
43
- private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.11 .0.0-beta" ;
43
+ private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12 .0.0-beta" ;
44
44
private const string LANGUAGE_EN_US = "en_US" ;
45
45
private const string REGION_NL_NL = "nl_NL" ;
46
46
private const string GEOLOCATION_ZERO = "0 0 0 0 NL" ;
You can’t perform that action at this time.
0 commit comments