v0.6.1
Pre-release
Pre-release
Endpoints
- Change property
Emblem
inGw2Sharp.WebApi.V2.Models.Guild
to be nullable because the API might leave this property out (#10)
Fixes
- Fix default instantiations of
ApiEnum
andApiFlags
that might causeInvalidCastException
s when requesting data by removing the non-genericApiEnum
andApiFlags
variants (they were only used internally for easy casting when deserializing) (#10)