Skip to content

Commit d7acb61

Browse files
committed
Version bump 103.2
1 parent 27dea00 commit d7acb61

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

RestSharp/SharedAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
// You can specify all the values or you can default the Build and Revision Numbers
2525
// by using the '*' as shown below:
2626
// [assembly: AssemblyVersion("1.0.*")]
27-
[assembly: AssemblyVersion("103.1.0.0")]
28-
[assembly: AssemblyFileVersion("103.1.0.0")]
27+
[assembly: AssemblyVersion("103.2.0.0")]
28+
[assembly: AssemblyFileVersion("103.2.0.0")]

Tools/NuGet.exe

51 KB
Binary file not shown.

restsharp.nuspec

+20-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>RestSharp</id>
5-
<version>103.1</version>
5+
<version>103.2</version>
66
<authors>John Sheehan, RestSharp Community</authors>
77
<owners>John Sheehan</owners>
88
<description>Simple REST and HTTP API Client</description>
@@ -12,14 +12,25 @@
1212
<iconUrl>http://dl.dropbox.com/u/1827/restsharp100.png</iconUrl>
1313
<tags>REST HTTP API JSON XML</tags>
1414
<releaseNotes>
15-
103.1 - #267 Added CLS Compliance
16-
#263 Fixed InvalidCastException
17-
#218 Handles connection failures better
18-
#231 OAuth now complies with rfc3986 url hex encoding
19-
103.0 - Remove dependency on Json.NET
20-
Remove WP7.0 support (7.1 Mango remains).
21-
102.7 - Updating Json.NET to 4.0.8, misc fixes
22-
102.6 - Updating Json.NET reference to 4.0.5
15+
<![CDATA[
16+
New Features
17+
- Allow deserializing a single item into a List<T> field, for JSON that only uses a list when there's more than one item for a given field (thanks petejohanson)
18+
- Extended NtlmAuthenticator so that it can also impersonate a user (thanks kleinron)
19+
- Added support for mapping JSON objects to Dictionary<string, string=""> (thanks petejohanson)
20+
- Added ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
21+
- Allow deserializing lists with null in them. Should resolve pull request (thanks petejohanson)
22+
- Add support for deserializing JSON to subclasses of List<T> (thanks abaybuzskiy)
23+
24+
Bugs fixed
25+
- Fixed invalid OAuth1 signature for GET request (thanks trilobyte)
26+
- Added some missing OAuth files to the .NET4 and Silverlight projects (thanks PedroLamas)
27+
- Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries (thanks attilah)
28+
- Fixed various issues with MonoTouch/Droid ports (thanks attilah)
29+
- Add ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
30+
- Fixed XmlDeserializer issue not handling lowercase + dash root elements in some cases
31+
- Fixed an issue where RestResponse.Request was not populated (thanks mattleibow)
32+
- Don't crash on captive networks that intercept SSL (thanks aroben)
33+
]]>
2334
</releaseNotes>
2435
</metadata>
2536
</package>

0 commit comments

Comments
 (0)