GW2.NET 0.9.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package GW2.NET --version 0.9.6
                    
NuGet\Install-Package GW2.NET -Version 0.9.6
                    
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.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GW2.NET" Version="0.9.6" />
                    
Directory.Packages.props
<PackageReference Include="GW2.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GW2.NET --version 0.9.6
                    
#r "nuget: GW2.NET, 0.9.6"
                    
#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.
#:package GW2.NET@0.9.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GW2.NET&version=0.9.6
                    
Install as a Cake Addin
#tool nuget:?package=GW2.NET&version=0.9.6
                    
Install as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.12.3 83 3/20/2015
0.9.12.2 41 3/20/2015
0.9.12.1 113 1/7/2015
0.9.12 80 12/26/2014
0.9.11 137 10/2/2014
0.9.10 59 10/2/2014
0.9.9.1 77 9/22/2014
0.9.9 71 9/20/2014
0.9.8 66 9/20/2014
0.9.7 65 9/20/2014
0.9.6.1 112 7/6/2014
0.9.6 66 7/6/2014
0.9.5 60 6/29/2014
0.9.4 57 6/29/2014
0.9.3 59 6/29/2014
0.9.1 54 5/5/2014
0.9.0 59 4/26/2014
0.8.0.2 56 2/20/2014
0.8.0.1 57 2/12/2014
Loading failed

Changelog:
- Removing redundant property 'Ingredient.Language'
- Removing 'IEquatable' implementation from 'ColorModel'
- Removing the association between 'ColorModel' and 'ColorPalette'
- Converting type of 'ColorPalette.Language' to 'string'
- Removing 'IEquatable' implementation from 'Location'
- Removing the association between 'Location' and 'DynamicEventDetails'
- Converting type of 'DynamicEventDetails.Language' to 'string'
- Fixing a critical bug in 'MapRequest' that prevents it from forwarding 'map_id' parameters
- Removing 'IComparable' implementation from 'ColorPalette'
- Removing 'IComparable' implementation from 'Continent'
- Removing 'IComparable' implementation from 'DynamicEvent'
- Removing 'IComparable' implementation from 'DynamicEventDetails'
- Removing 'IComparable' implementation from 'DynamicEventName'
- Adding 'IEquatable' implementation for 'DynamicEventRotation'
- Removing 'IComparable' implementation from 'Asset'
- Removing the association between 'Emblem' and 'Guild'
- Removing 'IEquatable' implementation from 'Emblem'
- Removing 'IComparable' implementation from 'Guild'
- Implementing the associations between 'Emblem' and 'ColorPalette'
- Removing 'IComparable' implementation from 'Item'
- Improving implementation of 'ItemAttribute'
- Removing overrides of 'JsonObject.ToString()'
- Renaming 'JsonObject' to 'ServiceContract'
- Renaming 'JsonDictionary' to 'ServiceContractDictionary'
- Renaming 'JsonList' to 'ServiceContractList'
- Removing 'IComparable' implementation from 'Map'
- Sealing class 'TypeDiscriminatorAttribute'
- Sealing class 'ErrorResult'
- Implementing the association between 'InfusionSlot' and 'Item'
- Removing 'InfusionSlot.Id'
- Removing class 'Nourishment'
- Implementing the associations between 'IUpgradable' and 'Item'
- Renaming skins namespace 'Backs' to 'Backpacks'
- Changing 'IItemService' to return collections of 'Item' instead of 'int'
- Changing 'IItemDetailsService' to accept instances of 'Item' instead of 'int'
- Merging namespaces 'Items' and 'Items.Details'
- Changing 'IRecipeService' to return collections of 'Recipe' instead of 'int'
- Changing 'IRecipeDetailsService' to accept instances of 'Recipe' instead of 'int'
- Merging namespaces 'Recipes' and 'Recipes.Details'
- Merging namespaces 'Skins' and 'Skins.Details'
- Changing 'ISkinService' to return collections of 'Skin' instead of 'int'
- Changing 'ISkinDetailsService' to accept instances of 'Skin' instead of 'int'
- Moving guild details service to namespace 'Guilds'
- Changing 'ItemDetailsService' to replace empty descriptions with 'null'
- Adding a property 'Build.Timestamp' for change tracking
- Merging namespaces 'Maps' and 'Maps.Floors'
- Removing 'IComparable' implementation from 'RenownTask'
- Merging namespaces 'Maps.Names' and 'Maps'
- Removing 'IComparable' implementation from 'MapName'
- Merging namespaces 'DynamicEvents' and 'DynamicEvents.Names'
- Merging namespaces 'DynamicEvents' and 'DynamicEvents.Rotations'
- Merging namespaces 'Matches' and 'Matches.Details'
- Merging namespaces 'Continents' and 'Maps'
- Removing 'IComparable' implementation from 'Region'
- Removing 'IComparable' implementation from 'Sector'
- Removing 'IComparable' implementation from 'Subregion'
- Removing 'IComparable' implementation from 'Recipe'
- Removing 'IComparable' implementation from 'Skin'
- Repurposing 'IItemService' to be an aggregate interface for 'IItemDiscoveryService' and 'IItemDetailsService'
- Repurposing 'IRecipeService' to be an aggregate interface for 'IRecipeDiscoveryService' and 'IRecipeDetailsService'
- Repurposing 'ISkinService' to be an aggregate interface for 'ISkinDiscoveryService' and 'ISkinDetailsService'
- Changing 'ItemCollection' to derive from 'ServiceContractList'
- Changing 'RecipeCollection' to derive from 'ServiceContractList'
- Changing 'SkinCollection' to derive from 'ServiceContractList'
- Removing 'IEquatable' implementation from 'ColorCollectionResult'
- Implementing the association between 'Objective' and 'ObjectiveName'
- Merging 'MatchService' and 'ObjectiveNameService'
- Converting type of 'ObjectiveName.Language' to 'string'
- Converting type of 'DynamicEventName.Language' to 'string'
- Converting type of 'Floor.Language' to 'string'
- Converting type of 'Map.Language' to 'string'
- Converting type of 'MapName.Language' to 'string'
- Converting type of 'Skin.Language' to 'string'
- Converting type of 'World.Name' to 'string'
- Implementing the association between 'CraftingRecipeUnlocker' and 'Recipe'
- Implementing the association between 'DyeUnlocker' and 'ColorPalette'
- Implementing the association between 'DynamicEvent' and 'Map'
- Implementing the association between 'Subregion' and 'Map'
- Implementing the association between 'Map' and 'Continent'
- Implementing the association between 'Map' and 'Region'
- Implementing the association between 'Floor' and 'Continent'
- Marking events.json as [Obsolete]
- Repurposing 'IDynamicEventService' to be an aggregate interface
- Implementing the association between 'DynamicEventRotation' and 'DynamicEvent'