Skip to content

Commit

Permalink
Version bump 103.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoung committed Jul 6, 2012
1 parent 27dea00 commit d7acb61
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions RestSharp/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("103.1.0.0")]
[assembly: AssemblyFileVersion("103.1.0.0")]
[assembly: AssemblyVersion("103.2.0.0")]
[assembly: AssemblyFileVersion("103.2.0.0")]
Binary file modified Tools/NuGet.exe
Binary file not shown.
29 changes: 20 additions & 9 deletions restsharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>RestSharp</id>
<version>103.1</version>
<version>103.2</version>
<authors>John Sheehan, RestSharp Community</authors>
<owners>John Sheehan</owners>
<description>Simple REST and HTTP API Client</description>
Expand All @@ -12,14 +12,25 @@
<iconUrl>http://dl.dropbox.com/u/1827/restsharp100.png</iconUrl>
<tags>REST HTTP API JSON XML</tags>
<releaseNotes>
103.1 - #267 Added CLS Compliance
#263 Fixed InvalidCastException
#218 Handles connection failures better
#231 OAuth now complies with rfc3986 url hex encoding
103.0 - Remove dependency on Json.NET
Remove WP7.0 support (7.1 Mango remains).
102.7 - Updating Json.NET to 4.0.8, misc fixes
102.6 - Updating Json.NET reference to 4.0.5
<![CDATA[
New Features
- 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)
- Extended NtlmAuthenticator so that it can also impersonate a user (thanks kleinron)
- Added support for mapping JSON objects to Dictionary<string, string=""> (thanks petejohanson)
- Added ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
- Allow deserializing lists with null in them. Should resolve pull request (thanks petejohanson)
- Add support for deserializing JSON to subclasses of List<T> (thanks abaybuzskiy)
Bugs fixed
- Fixed invalid OAuth1 signature for GET request (thanks trilobyte)
- Added some missing OAuth files to the .NET4 and Silverlight projects (thanks PedroLamas)
- Removed unused NewtonsoftJsonMonoTouch.dll and Newtonsoft.Json.MonoDroid.dll binaries (thanks attilah)
- Fixed various issues with MonoTouch/Droid ports (thanks attilah)
- Add ability to set Host and Date when built for .NET 4.0 (thanks lukebakken)
- Fixed XmlDeserializer issue not handling lowercase + dash root elements in some cases
- Fixed an issue where RestResponse.Request was not populated (thanks mattleibow)
- Don't crash on captive networks that intercept SSL (thanks aroben)
]]>
</releaseNotes>
</metadata>
</package>

0 comments on commit d7acb61

Please sign in to comment.