Skip to content

Commit 868f995

Browse files
author
Konstantin Yakushev
committed
Merge tag '1.10.2' into develop
Release 1.10.2
2 parents 721f0e6 + a25954e commit 868f995

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

BunqSdk/BunqSdk.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageId>Bunq.Sdk</PackageId>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<VersionPrefix>1.10.1.0</VersionPrefix>
11+
<VersionPrefix>1.10.2.0</VersionPrefix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<RootNamespace>Bunq.Sdk</RootNamespace>

BunqSdk/Http/ApiClient.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ApiClient
6464
/// Values for the default headers
6565
/// </summary>
6666
private const string CACHE_CONTROL_NONE = "no-cache";
67-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.10.1";
67+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.10.2";
6868
private const string LANGUAGE_EN_US = "en_US";
6969
private const string REGION_NL_NL = "nl_NL";
7070
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

CHANGELOG.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Change Log
22

3-
## [1.10.0](https://github.com/bunq/sdk_csharp/tree/1.10.0)
3+
## [1.10.2](https://github.com/bunq/sdk_csharp/tree/1.10.2) (2019-05-09)
44

5+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.1...1.10.2)
6+
7+
**Merged pull requests:**
8+
9+
- Fix Windows issues. \(bunq/sdk\_csharp\#124\) [\#126](https://github.com/bunq/sdk_csharp/pull/126) ([kojoru](https://github.com/kojoru))
10+
11+
## [1.10.1](https://github.com/bunq/sdk_csharp/tree/1.10.1) (2019-05-08)
12+
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.0...1.10.1)
13+
14+
## [1.10.0](https://github.com/bunq/sdk_csharp/tree/1.10.0) (2019-05-08)
515
[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.1.0...1.10.0)
616

717
**Closed issues:**
@@ -193,6 +203,8 @@
193203
**Implemented enhancements:**
194204

195205
- Ignore generated code for reviews [\#19](https://github.com/bunq/sdk_csharp/issues/19)
206+
- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15)
207+
- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5)
196208
- Added git attributes. [\#20](https://github.com/bunq/sdk_csharp/pull/20) ([OGKevin](https://github.com/OGKevin))
197209
- Add pagination; add missing fields and objects \[\#17\] [\#18](https://github.com/bunq/sdk_csharp/pull/18) ([dnl-blkv](https://github.com/dnl-blkv))
198210

@@ -201,13 +213,15 @@
201213

202214
**Implemented enhancements:**
203215

204-
- Add proxy support [\#15](https://github.com/bunq/sdk_csharp/issues/15)
205216
- Allow saving context to JSON and restoring from it [\#13](https://github.com/bunq/sdk_csharp/issues/13)
206217
- Bunq SDK needs two minor refactors [\#11](https://github.com/bunq/sdk_csharp/issues/11)
207-
- Response is missing response headers and pagination [\#5](https://github.com/bunq/sdk_csharp/issues/5)
208218
- add proxy support, make httpClient instance variable \[\#15\] [\#16](https://github.com/bunq/sdk_csharp/pull/16) ([dnl-blkv](https://github.com/dnl-blkv))
209219
- add methods to serialize and de-serialize ApiContext, fix Card \[\#13\] [\#14](https://github.com/bunq/sdk_csharp/pull/14) ([dnl-blkv](https://github.com/dnl-blkv))
210220

221+
**Fixed bugs:**
222+
223+
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
224+
211225
**Merged pull requests:**
212226

213227
- cleanup C\# SDK \[\#11\] [\#12](https://github.com/bunq/sdk_csharp/pull/12) ([dnl-blkv](https://github.com/dnl-blkv))
@@ -222,7 +236,6 @@
222236

223237
**Fixed bugs:**
224238

225-
- ArgumentException in SessionServerConverter [\#7](https://github.com/bunq/sdk_csharp/issues/7)
226239
- Fix SessionServerConverter, bump up to 0.9.2.0-beta \[\#7\] [\#8](https://github.com/bunq/sdk_csharp/pull/8) ([dnl-blkv](https://github.com/dnl-blkv))
227240

228241
## [0.9.1](https://github.com/bunq/sdk_csharp/tree/0.9.1) (2017-08-07)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# bunq C# SDK
2-
Version 1.10.1
2+
Version 1.10.2
33

44
## Introduction
55
Hi developers!

0 commit comments

Comments
 (0)