GW2NET 1.0.0
See the version list below for details.
dotnet add package GW2NET --version 1.0.0
NuGet\Install-Package GW2NET -Version 1.0.0
<PackageReference Include="GW2NET" Version="1.0.0" />
paket add GW2NET --version 1.0.0
#r "nuget: GW2NET, 1.0.0"
// 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
Learn more about Target Frameworks and .NET Standard.
-
- GW2NET.Compression (= 1.0.0)
- GW2NET.Core (= 1.0.0)
- GW2NET.Newtonsoft (= 1.0.0)
- GW2NET.V1.Builds (= 1.0.0)
- GW2NET.V1.Colors (= 1.0.0)
- GW2NET.V1.Continents (= 1.0.0)
- GW2NET.V1.Events (= 1.0.0)
- GW2NET.V1.Files (= 1.0.0)
- GW2NET.V1.Floors (= 1.0.0)
- GW2NET.V1.Guilds (= 1.0.0)
- GW2NET.V1.Items (= 1.0.0)
- GW2NET.V1.Maps (= 1.0.0)
- GW2NET.V1.Recipes (= 1.0.0)
- GW2NET.V1.Skins (= 1.0.0)
- GW2NET.V1.Worlds (= 1.0.0)
- GW2NET.V1.WorldVersusWorld.Matches (= 1.0.0)
- GW2NET.V1.WorldVersusWorld.Objectives (= 1.0.0)
- GW2NET.V2.Builds (= 1.0.0)
- GW2NET.V2.Colors (= 1.0.0)
- GW2NET.V2.Commerce.Exchange (= 1.0.0)
- GW2NET.V2.Commerce.Listings (= 1.0.0)
- GW2NET.V2.Commerce.Prices (= 1.0.0)
- GW2NET.V2.Continents (= 1.0.0)
- GW2NET.V2.Files (= 1.0.0)
- GW2NET.V2.Items (= 1.0.0)
- GW2NET.V2.Maps (= 1.0.0)
- GW2NET.V2.Quaggans (= 1.0.0)
- GW2NET.V2.Recipes (= 1.0.0)
- GW2NET.V2.Skins (= 1.0.0)
- GW2NET.V2.Worlds (= 1.0.0)
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
|
- 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