File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
526To see all commits for this version, [ click here] ( https://github.com/RestSharp/RestSharp/compare/104.4.0...104.5.0 ) .
You can’t perform that action at this time.
0 commit comments