diff --git a/src/PortableRest.Signed.nuspec b/src/PortableRest.Signed.nuspec index 05840a9..8efe6e8 100644 --- a/src/PortableRest.Signed.nuspec +++ b/src/PortableRest.Signed.nuspec @@ -2,7 +2,7 @@ PortableRest.Signed - 3.0.0-RC12 + 3.0.0 PortableRest Robert McLaws, Richard Beauchamp AdvancedREI @@ -10,13 +10,15 @@ http://github.com/AdvancedREI/PortableRest https://advancedrei.blob.core.windows.net/nuget/PortableRest.png false - A *SIGNED* library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Silverlight 5, Windows Phone 8, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp. - 3.0.0-RC12 + A *SIGNED* library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Silverlight 5, Windows Phone 8.x, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp. + 3.0.0 + • Tons of bug fixes. + • Improved the way PortableRest handles parameters being sent over the wire. • Added constructor overload that accepts a custom HttpMessageHandler for all requests the HttpClient makes. • Added support for using the AsyncOAuth NuGet package for leveraging OAuth in your requests. • Added support for specifying the JsonSerializerSettings on a client-wide or per-request basis, with request-specific settings taking precedence. • Enhanced the SendAsync method to pass exceptions thrown by the serializer into the RestResponse. - • The serializer now strips namespaces from XML payloads before attempting to de-serialize. You may need to update your objects to [DataContract(Namespace="")]. + • The serializer now strips namespaces from XML payloads before attempting to de-serialize. You may need to update your objects to [DataContract(Namespace="")] if you use XML-based Rest services. 2.5 • New generic and non-generic SendAsync() methods that return a RestResponse with more detailed information. @@ -61,7 +63,7 @@ HttpClient, REST, Portable Class Library, PCL, RestSharp, HTTP, API, JSON, XML - + diff --git a/src/PortableRest.nuspec b/src/PortableRest.nuspec index 7acbfbb..ffcd2e6 100644 --- a/src/PortableRest.nuspec +++ b/src/PortableRest.nuspec @@ -2,7 +2,7 @@ PortableRest - 3.0.0-RC12 + 3.0.0 PortableRest Robert McLaws, Richard Beauchamp AdvancedREI @@ -10,13 +10,15 @@ http://github.com/AdvancedREI/PortableRest https://advancedrei.blob.core.windows.net/nuget/PortableRest.png false - A library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Silverlight 5, Windows Phone 8, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp. - 3.0.0-RC12 + A library for consuming REST APIs from Portable Class Libraries (.NET 4.5, Silverlight 5, Windows Phone 8.x, and Windows 8.x). Designed to be partially drop-in compatible with RestSharp. + 3.0.0 + • Tons of bug fixes. + • Improved the way PortableRest handles parameters being sent over the wire. • Added constructor overload that accepts a custom HttpMessageHandler for all requests the HttpClient makes. • Added support for using the AsyncOAuth NuGet package for leveraging OAuth in your requests. • Added support for specifying the JsonSerializerSettings on a client-wide or per-request basis, with request-specific settings taking precedence. • Enhanced the SendAsync method to pass exceptions thrown by the serializer into the RestResponse. - • The serializer now strips namespaces from XML payloads before attempting to de-serialize. You may need to update your objects to [DataContract(Namespace="")]. + • The serializer now strips namespaces from XML payloads before attempting to de-serialize. You may need to update your objects to [DataContract(Namespace="")] if you use XML-based Rest services. • WARNING: Strong name signing is removed in this version. See the PortableRest.Signed package for those needing SNK support (but you will not be able to use AsyncOAuth, as it is not signed). 2.5 @@ -62,7 +64,7 @@ HttpClient, REST, Portable Class Library, PCL, RestSharp, HTTP, API, JSON, XML - + diff --git a/src/PortableRest/PortableRest.csproj b/src/PortableRest/PortableRest.csproj index d954ec3..7db4f66 100644 --- a/src/PortableRest/PortableRest.csproj +++ b/src/PortableRest/PortableRest.csproj @@ -11,7 +11,7 @@ PortableRest PortableRest v4.0 - Profile344 + Profile336 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} ..\ @@ -100,19 +100,19 @@ True - ..\packages\Newtonsoft.Json.6.0.3\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll + ..\packages\Newtonsoft.Json.6.0.4\lib\portable-net40+sl5+wp80+win8+wpa81\Newtonsoft.Json.dll ..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.IO.dll - ..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll + ..\packages\Microsoft.Net.Http.2.2.27-beta\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.dll - ..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll + ..\packages\Microsoft.Net.Http.2.2.27-beta\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Extensions.dll - ..\packages\Microsoft.Net.Http.2.2.22\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll + ..\packages\Microsoft.Net.Http.2.2.27-beta\lib\portable-net40+sl4+win8+wp71+wpa81\System.Net.Http.Primitives.dll ..\packages\Microsoft.Bcl.1.1.9\lib\portable-net40+sl5+win8+wp8+wpa81\System.Runtime.dll @@ -122,10 +122,10 @@ - + - - + +