Metadata >> NuGet >> EveLib

EveLib

Metadata

Authors Lars Kristian Dahl
Copyrights Copyright 2014
Description EveLib is a .NET Library for accessing the Eve Online API, CREST, and many other popular APIs
LicenseUrl https://raw.githubusercontent.com/ezet/evelib/master/LICENSE
Owners Lars Kristian Dahl
ProjectUrl https://github.com/ezet/evelib
ReleaseNotes Version 2.0 is fully asynchronous, has better caching and a cleaner API, as well as many other changes. It is not backwards compatible with Version 1.x.
RequireLicenseAcceptance True
Tags EveLib EveOnline CREST EveCentral EveMarketData ZKillboard Element43
Dependencies Newtonsoft.Json:6.0.0
PackageSize 9287741
PackageHashAlgorithm SHA512
PackageHash qCF0d5ERHvcd48/WdPgqqiRgufHcgAcTHw1Wsu4KzaR0i1oOL/eKp3YqhZ2XmLjpDDMXm0aHQs2tvHFpmTO//A==
DownloadCount 000000
CreatedDate 2014-06-13T13:39:53

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install EveLib -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install EveLib -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package EveLib
Installing the package (HTTP Basic authentication):
Install-Package EveLib -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package EveLib -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package EveLib

OpenWrap

Installing the package:
o add-wrap EveLib
Uninstalling the package:
o remove-wrap EveLib

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.0.0-beta2