eZet.EveLib 2.1.0-beta4

This is a prerelease version of eZet.EveLib.
dotnet add package eZet.EveLib --version 2.1.0-beta4
NuGet\Install-Package eZet.EveLib -Version 2.1.0-beta4
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="eZet.EveLib" Version="2.1.0-beta4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add eZet.EveLib --version 2.1.0-beta4
#r "nuget: eZet.EveLib, 2.1.0-beta4"
#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 eZet.EveLib as a Cake Addin
#addin nuget:?package=eZet.EveLib&version=2.1.0-beta4&prerelease

// Install eZet.EveLib as a Cake Tool
#tool nuget:?package=eZet.EveLib&version=2.1.0-beta4&prerelease

EveLib is a .NET Library for accessing the Eve Online API, CREST, and many other popular APIs

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0-beta4 70 12/19/2014
2.1.0-beta3 43 12/18/2014
2.1.0-beta2 42 12/17/2014
2.1.0-beta1 41 12/16/2014
2.0.5.2 307 11/22/2014
2.0.5.1 211 11/19/2014
2.0.5 488 11/6/2014
2.0.5-pre 286 11/3/2014
2.0.4.1 77 10/22/2014
2.0.4 61 10/21/2014
2.0.3 173 8/23/2014
2.0.2 77 7/30/2014
2.0.1 78 7/22/2014
2.0.1-beta1 52 7/5/2014
2.0.0 86 6/26/2014
2.0.0-beta92 48 6/21/2014
2.0.0-beta91 46 6/19/2014
2.0.0-beta9 47 6/18/2014
2.0.0-beta6 44 6/18/2014
2.0.0-beta5 43 6/17/2014

EveCrest: You can no longer switch between Authendicated and Public mode after object creation. Added two new ctors for creating a EveCrest instance in Authenticated mode. Added support for automatic paging of collection resources when used in LINQ queries! Added EveCrest.LoadImage() for loading icons and portraits. Added support for XRequestedWith, UserAgent and Charset to CrestRequestHandler. A copy of the web response headers is now available in every CrestResource response. Added support for a few more CREST resources. Added missing resources to CrestRoot. Many other tweaks and fixes.