Skip to content

Commit 55fc568

Browse files
author
Michael Hallett
committed
updated the release notes for the latest version
1 parent 96418b5 commit 55fc568

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

releasenotes.markdown

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# RestSharp Release Notes
22

3+
## 105.0.0
4+
5+
To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/104.5.0...105.0.0).
6+
7+
### New Features/Improvements
8+
9+
* Converted the BaseUrl to be a URI rather than a string **(potential breaking change)**
10+
* Updated the SimpleJson package to the latest version **(potential breaking change)**
11+
* Converted the use of tabs to spaces
12+
* Added support for the DeserializeAs attribute on XML
13+
* Added ability to deserialize into structs
14+
* Added additional methods on RestRequest
15+
* `IRestRequest.AddJsonBody`
16+
* `IRestRequest.AddXmlBody`
17+
* `IRestRequest.AddQueryParameter`
18+
* Added support for multi-part form request to allow both a request body and files
19+
20+
### Bug Fixes
21+
22+
* Fixed potential Null Reference Exceptions on the parameters in RestClient (ToString usage)
23+
324
## 104.5.0
425

526
To see all commits for this version, [click here](https://github.com/RestSharp/RestSharp/compare/104.4.0...104.5.0).

0 commit comments

Comments
 (0)