File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# RestSharp Release Notes
2
2
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
+
3
24
## 104.5.0
4
25
5
26
To 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