Xciles.Uncommon
1.3.0
See the version list below for details.
dotnet add package Xciles.Uncommon --version 1.3.0
NuGet\Install-Package Xciles.Uncommon -Version 1.3.0
<PackageReference Include="Xciles.Uncommon" Version="1.3.0" />
paket add Xciles.Uncommon --version 1.3.0
#r "nuget: Xciles.Uncommon, 1.3.0"
// Install Xciles.Uncommon as a Cake Addin #addin nuget:?package=Xciles.Uncommon&version=1.3.0 // Install Xciles.Uncommon as a Cake Tool #tool nuget:?package=Xciles.Uncommon&version=1.3.0
A common library for PCL containing usefull 'helpers'.
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.22)
- Newtonsoft.Json (>= 6.0.3)
- Zlib.Portable (>= 1.10.0)
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 | 894 | 7/6/2017 |
1.9.6-beta | 838 | 7/6/2017 |
1.9.5-beta | 893 | 3/7/2017 |
1.9.4-beta | 891 | 3/7/2017 |
1.9.3-beta | 893 | 2/23/2017 |
1.9.2-beta | 1,497 | 9/26/2016 |
1.9.1-beta | 1,076 | 8/4/2016 |
1.9.0-beta | 926 | 8/4/2016 |
1.5.0 | 1,549 | 7/11/2016 |
1.4.1-beta | 905 | 5/23/2016 |
1.4.0 | 2,033 | 7/13/2015 |
1.3.5-beta | 923 | 6/11/2015 |
1.3.4-beta | 899 | 5/26/2015 |
1.3.3-beta | 945 | 3/31/2015 |
1.3.2-beta | 982 | 3/4/2015 |
1.3.1-beta | 941 | 1/28/2015 |
1.3.0 | 1,788 | 12/2/2014 |
1.2.5-beta | 1,022 | 9/25/2014 |
1.2.4-beta | 1,003 | 8/21/2014 |
1.2.3-beta | 943 | 8/21/2014 |
1.2.2-beta | 962 | 8/20/2014 |
1.2.1-beta | 964 | 8/20/2014 |
1.2.0-beta | 980 | 8/20/2014 |
1.1.3-beta | 1,047 | 6/30/2014 |
1.1.2 | 1,206 | 6/28/2014 |
1.1.1 | 1,176 | 6/27/2014 |
1.1.0 | 1,161 | 6/27/2014 |
1.0.1-beta | 956 | 5/4/2014 |
1.0.0-beta | 1,138 | 5/3/2014 |
The main change of this version is the use of the HttpClient instead of a HttpWebRequest. This change was needed because HttpWebRequest was not reliable enough on Xamarin based Apps.
This version also includes:
- A new RestManager has been introduced, UncommonRequestHelper, this uses the HttpClient instead of the old HttpWebRequest.
- Old use of RestRequest/Helper etc have been marked as deprecated and have been replaced by the Uncommon classes.
- Various other tiny change which I unfortunately forgot :(