Skip to content

v0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Archomeda Archomeda released this 11 Aug 10:27
· 425 commits to master since this release
d9c9e84

Endpoints

  • Change property Emblem in Gw2Sharp.WebApi.V2.Models.Guild to be nullable because the API might leave this property out (#10)

Fixes

  • Fix default instantiations of ApiEnum and ApiFlags that might cause InvalidCastExceptions when requesting data by removing the non-generic ApiEnum and ApiFlags variants (they were only used internally for easy casting when deserializing) (#10)