You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releasenotes.markdown
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
* Fixed Windows Phone and Silverlight to use culture when calling Convert.ChangeType() (thanks trydis)
6
6
* Added support for non-standard HTTP methods (thanks jhoerr)
7
7
New API methods include:
8
-
* IRestClient.ExecuteAsyncGet()
9
-
* IRestClient.ExecuteAsyncPost()
10
-
* IRestClient.ExecuteAsyncGet<T>()
11
-
* IRestClient.ExecuteAsyncPost<T>()
8
+
*`IRestClient.ExecuteAsyncGet()`
9
+
*`IRestClient.ExecuteAsyncPost()`
10
+
*`IRestClient.ExecuteAsyncGet<T>()`
11
+
*`IRestClient.ExecuteAsyncPost<T>()`
12
12
13
13
See [groups discussion](https://groups.google.com/forum/?fromgroups=#!topic/restsharp/FCLGE5By7AU) for more info
14
14
15
15
* Resolved an xAuth support issue in the OAuth1Authenticator (thanks artema)
16
16
* Change AddDefaultParameter methods to be extension methods (thanks haacked)
17
-
Added RestClientExtensions.AddDefaultParameter() with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
17
+
Added `RestClientExtensions.AddDefaultParameter()` with 4 overloads. See pull request [#311](https://github.com/restsharp/RestSharp/pull/311) for more info
18
18
19
19
* Adding support for deserializing enums from integer representations (thanks dontjee)
0 commit comments