프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusAutoUpdate / Extras / SampleReleaseNotes.md @ d8f5045e

이력 | 보기 | 이력해설 | 다운로드 (983 Bytes)

1
# Sample Application Release Notes
2

    
3
## 104.1
4

    
5
* Fixed bug where ExecuteAsync sometimes doesn't send data
6

    
7
## 104.0
8

    
9
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
10
* Added support for non-standard HTTP methods (thanks jhoerr)  
11
  New API methods include:
12
  * `IRestClient.ExecuteAsyncGet()`
13
  * `IRestClient.ExecuteAsyncPost()`
14
  * `IRestClient.ExecuteAsyncGet<T>()`
15
  * `IRestClient.ExecuteAsyncPost<T>()`
16
  
17
  See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
18

    
19
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
20
* Change AddDefaultParameter methods to be extension methods (thanks haacked)  
21
  Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
22

    
23
* Adding support for deserializing enums from integer representations (thanks dontjee)
클립보드 이미지 추가 (최대 크기: 500 MB)