GW2NET 1.0.0

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

// Install GW2NET as a Cake Tool
#tool nuget:?package=GW2NET&version=1.0.0

GW2.NET is an implementation of the Guild Wars 2 public API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GW2NET:

Package Downloads
GW2.NET

GW2.NET is an implementation of the Guild Wars 2 public API. This package is a transitional package, used for upgrading from version 0.9 to version 1.0. You can remove this package after the upgrade. Supported platforms: - .NET Framework 4.5+ - Windows 8 - Windows Phone 8.1 - Portable Class Libraries

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on GW2NET:

Repository Stars
SamHurne/gw2pao
Guild Wars 2 Personal Assistant Overlay
Version Downloads Last updated
1.4.0 2,104 12/24/2015
1.3.0 1,900 10/3/2015
1.2.0 1,560 9/18/2015
1.0.1 1,138 5/25/2015
1.0.0 1,623 5/24/2015

- Made GetParameters and GetPathSegment in DiscoveryRequest virtual so they can be used with the /v2/floors url style
     - Changed constructor of abstract class FactoryBase to protected
     - Stylecop fixes across the board
     - Added support for v2/maps endpoint
     - Added support for v2/skins endpoint
     - Added support for v2/continents endpoint
     - Added support for v2/files endpoint
     - Renamed WvW property in Factoryfor V1 to WorldVersusWorld
     - Added missing ObjectInvariant methods.
     - V2 Factories now implement RepositoryFactoryBase to reduce code repitition
     - Added obsolete warnings for all currently available v2 endpoints
     - Added an obsolete error for the v1 events endpoint since it is already disabled
     - Fixed some bugs in the request classes
     - Added interface and model class for v2/files since the old model/interface is not compatible with the new api layout
     - Updated StyleCop settings