eZet.EveLib 2.1.0-beta2

This is a prerelease version of eZet.EveLib.
There is a newer version of this package available.
See the version list below for details.
dotnet add package eZet.EveLib --version 2.1.0-beta2
NuGet\Install-Package eZet.EveLib -Version 2.1.0-beta2
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-beta2" />
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-beta2
#r "nuget: eZet.EveLib, 2.1.0-beta2"
#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-beta2&prerelease

// Install eZet.EveLib as a Cake Tool
#tool nuget:?package=eZet.EveLib&version=2.1.0-beta2&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.

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
3.0.0 2,928 6/6/2015
2.1.0-beta4 1,828 12/19/2014
2.1.0-beta3 1,823 12/18/2014
2.1.0-beta2 1,711 12/17/2014
2.1.0-beta1 1,626 12/16/2014
2.0.5.2 2,364 11/22/2014
2.0.5.1 1,884 11/19/2014
2.0.5 2,186 11/6/2014
2.0.5-pre 1,694 11/3/2014
2.0.4.1 1,669 10/22/2014
2.0.4 1,662 10/21/2014
2.0.3 1,741 8/23/2014
2.0.2 1,628 7/30/2014
2.0.1 1,686 7/22/2014
2.0.1-beta1 1,389 7/5/2014
2.0.0 1,713 6/26/2014
2.0.0-beta92 1,421 6/21/2014
2.0.0-beta91 1,410 6/19/2014
2.0.0-beta9 1,447 6/18/2014
2.0.0-beta6 1,416 6/18/2014
2.0.0-beta5 1,531 6/17/2014

NOT BACKWARDS COMPATIBLE, namespaces and class names have changed. Major cleanup of namespaces and class names. Improved EveCrest SSO support: Added refresh tokens, automatic token refresh. Improved EveAuth, added a Verify method. Added LINQ like queries for EveCrest resources. Lots of other improvements.