diff --git a/RestSharp/SharedAssemblyInfo.cs b/RestSharp/SharedAssemblyInfo.cs index 98510290c..0523a797f 100644 --- a/RestSharp/SharedAssemblyInfo.cs +++ b/RestSharp/SharedAssemblyInfo.cs @@ -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")] diff --git a/Tools/NuGet.exe b/Tools/NuGet.exe index 79482f60d..e313ff958 100644 Binary files a/Tools/NuGet.exe and b/Tools/NuGet.exe differ diff --git a/restsharp.nuspec b/restsharp.nuspec index af0d1c8b7..139b4d5c5 100644 --- a/restsharp.nuspec +++ b/restsharp.nuspec @@ -2,7 +2,7 @@ RestSharp - 103.1 + 103.2 John Sheehan, RestSharp Community John Sheehan Simple REST and HTTP API Client @@ -12,14 +12,25 @@ http://dl.dropbox.com/u/1827/restsharp100.png REST HTTP API JSON XML - 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 + 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 (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 (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) + ]]> \ No newline at end of file