This release fixes some of the high priority bugs.
Endpoints
- Add missing End of Dragons item type
JadeTechModule
asGw2Sharp.WebApi.V2.Models.ItemJadeTechModule
for pattern matching (#127 by @dlamkins) - Add missing End of Dragons item type
PowerCore
asGw2Sharp.WebApi.V2.Models.ItemPowerCore
for pattern matching (#127 by @dlamkins)
Miscellaneous
- Fix an ArgumentException when embedding Gw2Sharp in a single executable (#125 by @Taschenbuch)
- Fix docs to clarify that the
/v2/account/progression
endpoint also requires the unlocks permission (#124 by @Taschenbuch) - From now on, every missing class type that's used for polymorphic deserializing will not throw a JsonException with the message "Unsupported type <type>" anymore (for example with item types) (#120, #128)