Xciles.Uncommon 1.5.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Xciles.Uncommon --version 1.5.0
NuGet\Install-Package Xciles.Uncommon -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xciles.Uncommon" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xciles.Uncommon --version 1.5.0
#r "nuget: Xciles.Uncommon, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xciles.Uncommon as a Cake Addin
#addin nuget:?package=Xciles.Uncommon&version=1.5.0

// Install Xciles.Uncommon as a Cake Tool
#tool nuget:?package=Xciles.Uncommon&version=1.5.0

A common library for PCL containing useful 'helpers'.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.7-beta 851 7/6/2017
1.9.6-beta 790 7/6/2017
1.9.5-beta 849 3/7/2017
1.9.4-beta 839 3/7/2017
1.9.3-beta 848 2/23/2017
1.9.2-beta 1,465 9/26/2016
1.9.1-beta 1,037 8/4/2016
1.9.0-beta 891 8/4/2016
1.5.0 1,496 7/11/2016
1.4.1-beta 867 5/23/2016
1.4.0 1,988 7/13/2015
1.3.5-beta 880 6/11/2015
1.3.4-beta 858 5/26/2015
1.3.3-beta 909 3/31/2015
1.3.2-beta 944 3/4/2015
1.3.1-beta 904 1/28/2015
1.3.0 1,737 12/2/2014
1.2.5-beta 975 9/25/2014
1.2.4-beta 963 8/21/2014
1.2.3-beta 899 8/21/2014
1.2.2-beta 921 8/20/2014
1.2.1-beta 927 8/20/2014
1.2.0-beta 942 8/20/2014
1.1.3-beta 1,005 6/30/2014
1.1.2 1,168 6/28/2014
1.1.1 1,131 6/27/2014
1.1.0 1,124 6/27/2014
1.0.1-beta 910 5/4/2014
1.0.0-beta 1,091 5/3/2014

1.5
Release version
1.4.1-beta
Bumping to latest version of packages
1.4
2 fixes for UncommonRequestHelper (see github)
Few tiny changes
Release version
1.3.5-beta
Added missing ConfigureAwait to the UncommonHandler
1.3.4-beta
This version contains a few cosmetic changes and will no longer return 'TheStrangeMonoNullException' when something bad goes wrong in the UncommonRequestHelper. (e.g. the latest Json.net bug (http://forums.xamarin.com/discussion/30702/beta-json-net-crashing-in-release-mode))
Added UncommonHttpHeaders to allow adding of headers in the UncommonRequestOptions
Added new Exception handling logic to serialize returned webexceptions to a corresponding type other than 'ServiceExceptionResult'
Added a few more tests
1.3.3-beta
Removed Microsoft.Threading.Tasks, don't know why this was still included...
1.3.2-beta
Should add notes ;)