GW2.NET 0.9.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package GW2.NET --version 0.9.5
NuGet\Install-Package GW2.NET -Version 0.9.5
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="GW2.NET" Version="0.9.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GW2.NET --version 0.9.5
#r "nuget: GW2.NET, 0.9.5"
#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 GW2.NET as a Cake Addin
#addin nuget:?package=GW2.NET&version=0.9.5

// Install GW2.NET as a Cake Tool
#tool nuget:?package=GW2.NET&version=0.9.5

A .NET implementation of the Guild Wars 2 public API.
This implementation aims to provide .NET developers with an easy to use, well documented library and tools to use in their own applications which rely on data from the Guild Wars 2 API.
We want to provider users with an entry point to the api, that does not require the user to take every api node and piece the data back himself.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GW2.NET:

Package Downloads
GW2.NET.RSharp

Contains a RestSharp-based IServiceClient implementation for GW2.NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,538 5/25/2015
0.9.12.3 1,143 3/20/2015
0.9.12.2 1,045 3/20/2015
0.9.12.1 1,250 1/7/2015
0.9.12 1,695 12/26/2014
0.9.11 1,504 10/2/2014
0.9.10 1,153 10/2/2014
0.9.9.1 1,093 9/22/2014
0.9.9 1,325 9/20/2014
0.9.8 1,105 9/20/2014
0.9.7 1,111 9/20/2014
0.9.6.1 1,104 7/6/2014
0.9.6 1,128 7/6/2014
0.9.5 1,198 6/29/2014
0.9.4 1,130 6/29/2014
0.9.3 1,150 6/29/2014
0.9.1 1,136 5/5/2014
0.9.0 1,207 4/26/2014
0.8.0.2 1,226 2/20/2014
0.8.0.1 1,126 2/12/2014
0.7.0.2 1,765 11/29/2013

These are the highlights of what's changed since the previous release (oldest to newest)

   Adding an interface 'ISerializer<T>'
   Changing 'IServiceClient' to rely on 'ISerializer<T>' for converting service responses
   Removing the 'IRenderServiceClient' and corresponding 'RenderServiceClient' stuff
   Removing the 'JSON.NET' dependency from the 'GW2.NET.RestSharp' library
   Removing default constructors from all but the 'ServiceManager' class
   Moving 'ServiceManager' to the root namespace
   Moving 'IRenderService' and friends out of the /V1 namespace
   Moving high-level access to 'IRenderService' from 'ServiceManager' to a new class 'RenderServiceManager'
   Changing 'ServiceClient' to not dispose already disposed streams
   Fixing incorrect usage of [OnDeserialized] in 'Item', 'CombatItem' and 'UpgradeComponent'
   Changing 'Point', 'PointF', 'Point3D', 'Color', 'Rectangle' and 'Size' converters to be more strict about allowed input values.
   Changing code to no longer require 'DefaultJsonConverter'
   Removing class 'DefaultJsonConverter'
   Removing type discriminators from 'Item' contracts
   Adding a reusable [TypeDiscriminatorAttribute]
   Changing item converters to operate on [TypeDiscriminator] attributes
   Removing class 'CombatItem'
   Changing recipe converters to operate on [TypeDiscriminator] attributes
   Removing obsolete enum 'RecipeType'
   Changing dynamic event location converters to operate on [TypeDiscriminator] attributes
   Removing obsolete 'ContentBasedTypeCreationConverter'
   Removing obsolete enum 'LocationType'
   Moving types out of namespace 'LocationTypes'
   Moving types out of namespace 'ArmorTypes'
   Moving types out of namespace 'UnlockTypes'
   Moving types out of namespace 'ConsumableTypes'
   Moving types out of namespace 'ContainerTypes'
   Moving types out of namespace 'GatheringToolsTypes'
   Moving types out of namespace 'GizmoTypes'
   Moving types out of namespace 'ToolTypes'
   Moving types out of namespace 'TrinketTypes'
   Moving types out of namespace 'UpgradeComponentTypes'
   Moving types out of namespace 'WeaponTypes'
   Moving types out of namespace 'ItemTypes'
   Moving types out of namespace 'RecipeTypes'
   Moving types out of namespace 'ArmorTypes'
   Moving types out of namespace 'WeaponTypes'
   Moving types out of namespace 'SkinTypes'
   Removing obsolete enum 'SkinType'
   Implementing support for container type 'OpenUI'
   Implementing support for gizmo type 'ContainerKey'
   Renaming 'CookingIngredientRecipe' to 'IngredientCookingRecipe'
   Adding a reusable 'TypeDiscriminatorConverter'
   Updating relevant converters to derive from 'TypeDiscriminatorConverter'